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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 1 2

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
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
6.7k 8 6 7

@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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea