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

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apifieldsinterval
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.

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

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