av_example
av_example copied to clipboard
Examples on how to use the alpha vantage library
There is not function 'get_batch_stock_quotes' in the TimeSeries: When I call `data, meta_data = ts.get_batch_stock_quotes(symbols=('MSFT', 'FB', 'AAPL'))` I receive the error message: `'TimeSeries' object has no attribute 'get_batch_stock_quotes'`
The alpha vantage documentation says that for currency exchanges both can be a crypto. However, I get an error when market is crypto: ` data, meta_data = cc.get_digital_currency_daily(symbol='BTC', market='ETH')` ```...
`get_batch_stock_quotes` was removed from the API, so removing it from examples.