Hi there,
when I download via Eikon API the Earning Per Share I retrieve multiple date with same data
download_params = 'Frq=D, SDate=2013-12-31, EDate=0'
fields = ['TR.EPSMean(Period=FY1, ' + download_params + ').Date', \
'TR.EPSMean(Period=FY1, ' + download_params + ').Value']
df_output, err = ek.get_data(['IBM'],fields=fields)
Is there a way in order to download one closing date with the reference data?
I think this cause a lot wast of time when I'm trying to download the data of all the SPX costituents.
Thank you in advance,
Best
Cihan