Hi,
I'm currently trying
prices = ek.get_data(codes,
['AVAIL(TR.PRICECLOSE.date,TR.FIPRICE.date,TR.NETASSETVAL.date),
AVAIL(TR.PRICECLOSE,TR.FIPRICE,TR.NETASSETVAL)'],
{'SDate':'2020-10-01', 'EDate':'2020-10-05'})
to get historical prices for equities, bonds, etfs and funds. Above codes is an array of ISIN codes.
All I get is <NA>.
Should I use some other data items? Or if you have working solution, that would be even better.
Thanks in advance.
BR, J