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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
13 2 0 2

Data error when using get_timeseries()

I use python to call get_timeseries for getting one day data,but it return so many! I don't know how to fix this problem.

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
38.1k 69 35 53

It is a bug with an underlying time series service when queried for holidays, as mentioned in this question.

It works fine with this query.

data = ek.get_timeseries(["GBP="],fields=["TIMESTAMP","CLOSE"],start_date="2018-04-20T20:59:59", end_date="2018-04-22T20:36:38", interval="minute")

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