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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 2

eikon python importing all historical data of a stock into dataframe

i am trying to importing historical data of a stock into a python dataframe

df = ek.get_timeseries([AAPL.O], start_date="1990-01-01" ,end_date="2018-06-25", interval="daily", debug=False)

but it only import data from 2006 not all historical data

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
9.7k 49 38 60

Hi @marmia,

There is a limit of 3000 rows of data you can retrieve. See this post: https://community.developers.refinitiv.com/questions/15616/eikon-scripting-api-issues-with-timeseries.html

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