Hello,
I am looking to pull historical prices for a large number of ISINs across different asset classes. I am using the following formula:
df2, err=ek.get_data("ANN4327C1220",["TR.CLOSEPRICE(Adjusted=1).date","TR.CLOSEPRICE(Adjusted=1).value", TR.CLOSEPRICE(Adjusted=1).date.currency
],
{"SDate":"2015-12-31","EDate":"2022-12-31","Frq":"M","curn":"DKK"})
Unfortunately, the currency conversion does not work for some ISINs, including the one in the example. The currency column of df2 in the example is notably empty. Is it possible to solve this issue? If not, how can I obtain the currency of the item "TR.CLOSEPRICE" for a series of ISIN please?
Thank you.
Best,
David