pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

AVQuotesReader Deprecated

Open GitHub2K opened this issue 4 years ago • 0 comments

Getting this message when try to use pdr.get_quote_av(["AAPL", "TSLA"]):

pandas_datareader.exceptions.ImmediateDeprecationError: AVQuotesReader has been immediately deprecated due to large breaks in the API without the introduction of a stable replacement. Pull Requests to re-enable these data connectors are welcome.

Is there a solution or workaround? Is there any other way to get realtime stock quote for multiple tickers at the same time?

GitHub2K avatar Aug 30 '21 16:08 GitHub2K