Market Value for tickers is not working even where other functionality works:
The following code:
xxx = ds.get_data(tickers= '@AMZN', fields = "MV",start=str(start), end =str(end), freq = 'D')
returns:
Would be very grateful for advice on this.
Thank you in advance