unable to get more than one year of data ek.get_timeseries

Hello,

I am not able to get more than one year of close prices as you can see below:

current date = 2022-12-23

prices = ek.get_timeseries(rics=ls, start_date=dt.timedelta(-365), fields=['CLOSE'])


1671802960888.png


the output returns until 2022-04-12


Could you help me?


Thanks in advance

Best Answer

Answers