av_example icon indicating copy to clipboard operation
av_example copied to clipboard

Examples on how to use the alpha vantage library

Results 3 av_example issues
Sort by recently updated
recently updated
newest added

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.