Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
79 5 9 8

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-apipythonworkspacerefinitiv-dataplatform-eikonworkspace-data-apierrordate
icon clock
10 |1500

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

1 Answer

· Write an 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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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