I have attempted to retrieve a price for US92204A7028 Vanguard Information Technology Etf as follows:
df = ek.get_data('US92204A7028', ['TR.NETASSETVAL.date', 'TR.NETASSETVAL'],
{'SDate': '-2Y', 'EDate': '0D'})
to no avail. This is what I use for Mutual Funds and some ETF's (e.g. VanEck's).
For regular securities I use the code hereunder, now with the ripper code as parameter:
ek.get_timeseries(['40091394'], fields=['OPEN', 'CLOSE', 'HIGH', 'LOW', 'VOLUME','TR.FundSFFactor'],start_date='2020-01-01', end_date='2020-12-04')
This didn't produce meaningful results either.
Please clarify.