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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
27 2 0 4

get_timeseries caps history, does not return full dataframe

>>> req = eikon.get_timeseries("SPY", start_date=datetime.datetime(2006, 1, 1))
>>> req.head()
SPY           HIGH   CLOSE     LOW    OPEN  COUNT      VOLUME
Date
2006-07-24  126.32  126.21  124.44  124.44   -1.0  92892700.0
2006-07-25  127.30  126.66  125.72  125.98   -1.0  95528100.0
2006-07-26  127.45  126.83  126.18  126.59   -1.0  84532200.0
2006-07-27  127.69  126.71  126.20  127.33   -1.0  87261200.0
2006-07-28  128.14  127.98  126.86  126.99   -1.0  82138900.0

It does this for other equities as well.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
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
27 2 0 4

Ah, it's because you only allow 3,000 data points per pull. That's inconvenient...

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