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
13 2 1 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-apipythonrefinitiv-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
78.2k 246 52 72

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 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.