I am extracting futures data from different exchanges and would want the Prices to be in USD for all of them.
I am using the following code. How do I ensure that the prices are in USD.
df = ek.get_timeseries(['YAPc1'],['Open','Close','High','Low'],start_date = "2006-01-01", interval = 'daily', calendar = 'tradingdays')