Dear LSEG Community,
Iam looking to get a timeseries of shares oustanding of all S&P500 companies.
data = ld.get_history(
universe=RICS,
fields="TR.TOTALNUMBEROFSHARESOUTSTANDING",
start="2010-01-01",
end="2024-01-01",
interval="yearly"
)
RICS is defined as all Tickers from the S&P500. While the code works perfectly fine it dooesnt result in any numbers.
Greetings
Jakob