...istorical Pricing API in CodeBook?
For RIC .AD.US I am able to bring in current values using Eikon Data API and RDP,, but not historical... can you please guide on best way to bring in any of these fields historically... It seems they are available via Eikon Excel; but when I try using ek.get_data() I am only able to retrieve the most recent value; ek.get_timeseries() does provide a time series of total volume but nother else. I really need the number of Avancers and decliners historically.
When I try using rdp.HistoricalPricing.get_summaries('AD.US') I get "None" as an output.
df, err = ek.get_data(['.AD.US'], ['ISSUES_ADV','ISSUES_DEC','ISSUES_UNC',
'TOT_ISSUES','NEW_HIGHS','VOLUME_ADV',
'VOLUME_DEC','VOLUME_UNC','TOT_VOLUME','NEW_LOWS'])
df