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

Is it possible to extract prices for stocks on any given hour of day?

I want to extract historical prices for stocks on hourly basis e.g. at `15H`, `16H` etc. Is there a way to extract this info using Eikon API? If yes than how?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apipricingequities
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 19

Hello @f.hashim,

Would something like this be what you are looking for:

ek.get_timeseries(['IBM'], fields = None, start_date = "2020-01-29T19:00:00",               end_date = "2020-03-15T15:04:05", interval="hour", debug = False)
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.