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?

Best Answer

  • 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)