hi, I have some tickers that I want to drag in EUR prices for;
TICKERS = ['4958.TW', '2899.HK', 'ZBH.N', 'ZI.OQ', '3092.T']
get_pricing_1 = ek.get_timeseries(TICKERS, fields='CLOSE',start_date='2023-09-28',end_date='2023-10-27')
Can I amend that to get EUR prices on each underlying? Thx