Hi Team,
I'm interested in getting historical NAVs of ETPs at all. Therefore i use the ek.get_data to get NAVs vom ETFs (which works fine for SPY5 e.g. ).
If i want to receive NAVs from ETCs (g.e. 4GLD.DE "Xetra Gold") with the same code, i don't get sufficient data.
Here's my code:
NAVs = ek.get_data('DE000A0S9GB0',['TR.NETASSETVAL.Date','TR.NETASSETVAL'],{'SDate':'2023/03/15', 'EDate':'2023/07/12'})
dataList = list(NAVs)
df_NAVs= dataList[0]
df_NAVs
Using the RIC or LipperID instead of ISIN provides the same result.
Is this the right API for this purpose?
br,
Frank