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

Trying to get open, close data from 2007-present

I'm using the python api and it's only letting me download 10 days of data.

This is what my function looks like: data = ek.get_timeseries(list(rics), fields=['OPEN','CLOSE'], start_date = '2007-01-01', end_date = '2019-05-20')

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
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 @sonesh.patel,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your 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

Upvotes
Accepted
18.2k 21 13 21

Hi @sonesh.patel

In addition to @zoya.farberov's answer.

Please refer to this document for detail information on the limit and topic such as "what can be done"

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.

Upvotes
32.2k 40 11 20

Hello @sonesh.patel,

I am not sure how many RICs are in rics list.

However, the number of rows returned by a single timeseries daily request is limited by 3k rows.

So if you have roughly 30 rics, then 10 days should be about right.

Suggest either splitting rics, or splitting into date intervals.

For more relevant details, suggest reviewing this current discussion on the developers forum.

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.