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'])
the output returns until 2022-04-12
Could you help me?
Thanks in advance