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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonapi-limits
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 @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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea