No data available for the requested date range: data available for daily interval, not hour and s...

...horter

Hi,

I tried to get the CLOSE of APPL.O as follows:

data = ek.get_timeseries('AAPL.O', # RICs

fields='CLOSE', # fields to be retrieved

start_date='2017-03-07', # start time

end_date='2017-03-08', # end time

interval='minute') # bar length

I got error message:

Error with AAPL.O: No data available for the requested date range

However, if I change the interval from minute to daily, I can get the data.

Please help.

Many thanks,

Frank

Best Answer