... with 4 different prices?
I want to find a price for Mutual Fund with ISIN code IE00B1XNHC34 - iShares Global Clean Energy. It is traded in London, at the Swiss Exchange, at Borsa Italiana and at Deutsche Börse.
Using
ek.get_data("IE00B1XNHC34", ['BID', 'ASK'])
I get the price for the instrument traded in London. However, I need the price of this instrument traded at Borsa Italiana.
Please advice.