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
1 0 0 1

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
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.

Hello @tat-thanh.nguyen

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello @tat-thanh.nguyen,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

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 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.