For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
79 3 6 7

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:

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

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
eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonerrordate
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
4.6k 26 7 22

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea