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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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

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

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondata
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
18k 21 12 20

Hi @tat-thanh.nguyen

The intraday data is available up to 1 year backward.


ahs.png (54.7 KiB)
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