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.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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.
Hi @emmanuel.chaslin thanks for your question - please see the best answer on this thread for explanation and solution to your query. I hope this can help.