I'm trying to query data for about 500 RICs, but here are the first 5: 'A.N', 'AABA.OQ^J19', 'AAL.OQ', 'AAP.N', 'AAPL.OQ'
if i use this formula:
ld.get_history(
universe=ok_tickers,
fields=['TR.FreeFloat'],
start=s, end=e,
interval="1D"
),
the query times out as it takes too long to queryhence i am trying to look for an alternative using historical_pricing.summaries.Definition(), but i'm not sure how to find the fiels