Change currency in a get _timeserie query

I have a RIC that is nominated in Yuan (RMB), I would like to obtain the time serie in USD, can I add a parameter to the below formula?


df =pd.DataFrame(ek.get_timeseries(ric, start_date=first_date,interval=interval))


Thanks.

Best Answer

Answers