Does not return calc dates when more than one ric in request get_data

Hello,

Next code does not return calc dates for ric PLD.N^F11:

image

But in this code works fine (same code, but only for one ric 'PLD.N^F11'):

image

This is an error? How to check or solve? Thanks.

Raw code:

rics = ['PLD.N^F11', 'C.N',]

fields = ['TR.PtoEPSMeanEst.calcdate', 'TR.PtoEPSMeanEst.value']

params = {'SDate': '1994-01-01', 'EDate': '2018-10-31', 'Frq': 'AM', 'Period': 'FY1'}

info, err = ek.get_data(rics, fields, params)

info

Best Answer

  • @oalexandere the data comes back in this format from the backend, I will raise it with the product manager for the API. For this specific case, I would recommend doing separate requests for each share and then merging the data frames.