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
3 3 5 5

How can I get the date from "get_data" of EIKON API?

Hi? 
We want to fetch price data every day using ‘get_data’ of EIKON API.
 For example, I want to receive price data such as ‘TR.CLOSEPRICE’, ‘TR.BIDPRICE’, ‘TR.BIDYIELD’, ‘TR.Volume’ every morning. However, since the date information of the price data is not displayed, it is not possible to determine which date the price data is. 
Is there any way to bring the dates of the price data together? 
Thank you very much for your hard work.
eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

@jijija

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

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
10.2k 18 6 9

@jijija To get the date for any field you just change the default output return (which is value) to date. So TR.CLOSEPRICE.date, TR.BIDPRICE.date, TR.BIDYIELD.date, TR.Volume.date. These can be added to your original fields to bring it all together.

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.