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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 0 1 0

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.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonfieldsinterval
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
23k 22 9 14

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.

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