Hello I am trying to download fundamentals data for a number of years (2000-2024) and RICs. The code I use is like this:
data_items = [
"TR.CIKNumber",
"TR.NAICSIndustryGroupCode",
"TR.TotalAssets.date",
"TR.NumberOfAnalysts",
"TR.TotalCurrentAssets"
]
parameters = {
"SDate": start_date,
"EDate": end_date,
"Frq": "Y",
"Period": "FY0",
"ConsolBasis": "Consolidated",
"ReportingState": "Orig"
}
However, when i get the output it provides a balanced panel starting in many firms in 1998 and with repeated rows.
The second question has to do with institutional holdings. I need just the percentage of institutional investors for the set of firms and years. However, I cannot find the relative variable (if available) in the workspace. Thank you in advance