Hi All,
I'm facing the problem, that i cannot pull intraday timeseries (e.g. for MSFT.O) converted in an target currency.
The following code allows to pull EoD data and an target currency:
df, err = ek.get_data('AAPL.O',['TR.PriceClose.date;TR.PriceClose'],
{'SDate':'2023-05-01', 'EDate':'2023-07-01', 'CURN':'EUR'})
Question: Which function shall i use, to get the intraday timeseries in an 5min frequency that is converted in an target currency?
Many Thanks,
Frank