pandas-datareader
pandas-datareader copied to clipboard
Extract data from a wide range of Internet sources into a pandas DataFrame.
Add Tehran Stock Exchange source - [ ] closes #xxxx - [x] tests added / passed - [x] passes `git diff upstream/main -u -- "*.py" | flake8 --diff` - [x]...
Added a new source for the Brazilian Central Bank. Tests and docs included. - [ ] closes #xxxx - [x] tests added / passed - [ ] passes `git diff...
I'm a bit of a pandas-datareader noob so I apologize if I am the 1,213th person to ask this but while I don't see alpaca as a IEX data provider...
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...
I noticed that a while back there was a merged feature request to add this data. `Support retrieval of SEC EDGAR indices. #143` I've run a search for `SEC`, `10k`,...
Hi there, I picked up my scripts recently and after an upgrade to > requests==2.26.0 > requests-html==0.10.0 > pandas==1.3.2 > pandas-datareader==0.10.0 while running a .get_data_yahoo(....) on a list of 1000+...
Hello folks, I would like to make the following change: ``` diff --git a/pandas_datareader/base.py b/pandas_datareader/base.py index f60d266..f52993a 100644 --- a/pandas_datareader/base.py +++ b/pandas_datareader/base.py @@ -112,11 +112,11 @@ class _BaseReader(object): raise NotImplementedError(self._format)...
Hi, I want to download hystorical data of stock value **for an determinated hour**. Does anyone know how to do? I am using this code but extracts only to the...
I'm trying to use stooq to pull some data and keep getting this error..... any help? ConnectionError: HTTPSConnectionPool(host='stooq.com', port=443): Max retries exceeded with url: /q/d/l/?s=WW.US&i=d&d1=20210115&d2=20210121 (Caused by NewConnectionError(': Failed to...
When I download the historical data for a lot of tickers (~1000) from yahoo finance, the data starts to be incomplete after 150 tickers, like this High Low ... Volume...