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
3 0 0 2

Free Trial yields only 50,000 minute candles for S&P Futures

I used a start_date of 2000-01-01 and the eikon.get_timeseries method for symbol Esc1 only yielded 50k candles dating back to May of this year. Is this a feature of my free trial of is this all of the data that is availabl?. Ideally, I would like minute candles dating back decades so that I can build mathematical models using the historical minute-by-minute data.

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

It's neither. The depth of timeseries in 1 minute summarization available from Eikon is 1 year. However, the max number of rows get_timeseries method returns for intraday timeseries is 50K. See the document titled Eikon Data API Usage and Limits Guideline for details of this and other limits Eikon Data APIs impose on data retrieval.
If you need more than 50K rows, you need to execute multiple get_timeseries calls, which you could do in a loop using the earliest date returned from the previous request as the value for end_date parameter for the next request.

If 1 year worth of price history in 1 minute summarization is insufficient for your purposes, then I recommend you look at Refinitiv Tick History product.

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.