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
9 3 1 6

get_data returning only 1 row even after adding start date and end date

in Excel have data for all dayes. Python api get_data giving only 1 data record.

Same result after adding start and end date.


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
eikon.jpg (58.4 KiB)
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
17k 80 39 63

Hi @bibin.jose,

History is not captured for every field available. For example, you are requesting for CF_BID which is a realtime field coming from the realtime database. Instead, you will want to find which fields history is available within the Data Item Browser. For example, I requested for this simple query for bid value and the date of the bid:

Within the Data Item Browser, you can find the fields that may suit your requirements and determine which one has historical values.


ahs.png (34.9 KiB)
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.