pandas-datareader
pandas-datareader copied to clipboard
AVQuotesReader Deprecated
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?