Hi,
I am trying to extract the analyst estimates data as mentioned in the code below -
df, err = ek.get_data( instruments = ric_lst, fields = ['TR.EPSMean.periodenddate', 'TR.EPSMean', 'TR.EPSMean.date','TR.RevenueMean', 'TR.NetProfitMean'], parameters={'SDate':'2010-01-01','EDate':'2023-12-13','Period':'FQ1'})
The issue I am facing is that I have a list of around 6000 rics for which I need data from 2010-2023, but I am able to get the data only for 10 rics in one API call, since there are a lot of rows where the 'Period End Date' is 'NA' which are not useful to us and are later filtered out.
Is there any way I can add the not null parameter to 'TR.EPSMean.periodenddate' so I am able to extract data of more rics at once?
I have attached a sample file of 500 rics for your reference - ric_list.txt. Kindly guide me through the same.
Thanks and Regards,