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