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 7

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.

@bibin.jose

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvotes
Accepted
17.3k 82 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.