How can I get hourly bid/ask values through the python api?

Hi,

I was wondering if it were possible to get hourly values for bid price, ask price, bid yield, and ask yield with the python api?

I noticed over here it was mentioned it was not, but that mentioned getting tick or minute data: https://community.developers.refinitiv.com/questions/42492/get-intraday-bidask-data-through-ekget-data.html

But I just wanted to make sure if it was possible or not for hourly data.

Best Answer

  • zoya faberov
    Answer ✓

    Hello @kevin.guo,

    For hourly data, per Eikon Data API Reference it is only possible to retrieve default template via get_timeseries request. Available fields are: 'TIMESTAMP', 'VALUE', 'VOLUME', 'HIGH', 'LOW', 'OPEN', 'CLOSE', 'COUNT' By default all fields are returned. ASK and BID are not included.