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.

Best Answer

  • @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.