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

Tick history limit

Hello,

I'm trying to get tick history for bid and ask quotes with python. I'm managing to get data needed but my maximum observations currently stops at 50000 entries, which in practice covers only couple of days. For my research, I need much larger data set that covers 3 years.

Is there a way to increase how much data can I collect?

Thanks.

Code I'm currently using:

ek.get_timeseries(["XXLA.OL"], fields = ["Bid","Ask"], start_date="2018-01-01T00:00:00", end_date="2021-01-01T00:00:00", interval = "taq")
eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-apiapi-limits
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 @student.2

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


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

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 @student.2

Please review the API limitation from this document.

Intraday data is limit to 50000 records.

Please also note that "taq" is available for the past 15 months.

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.