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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
23 0 0 1

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonpricingequities
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 @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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea