Should I use this formula
ek.get_timeseries(['TD.TO'], fields=['CLOSE'], corax='adjusted', start_date='2022-01-01', end_date='2022-11-09', interval='daily')
or the formula with rd.get_gistory for the same information?
What do you recommend?
If you recommend rd.get_history could you please provide the most correct way of implementing it on my particular case?
Could you please explain more corax='adjusted' parameter or send me the documentation where I could read it?
Thank you!