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

Extract data from a wide range of Internet sources into a pandas DataFrame.

Results 141 pandas-datareader issues
Sort by recently updated
recently updated
newest added

Sorry for any invonvenience, I am new to working on git in such a professional manor so expect errors with pull request. Changes: In pandas-datareader/yahoo/daily.py/ I have added function decrypt_cryptojs_aes()...

Hello, Data download fails from yahoo finance. The error msg is df = web.DataReader("SPY", data_source='yahoo', start='2020-01-01', end='2020-03-03', session = sesh) Traceback (most recent call last): File "C:\Users\peter\AppData\Local\Temp/ipykernel_25324/3322276019.py", line 1, in...

I am following the example shown in README, but I am getting no data found error. I am running python 3.11 in Windows and have installed pandas datareader and finance....

Would it be possible to add dbnomics [(https://db.nomics.world/)](https://db.nomics.world/) as a data source?

Hi I'm working on #957. Since there was no instruction about building docs, I just followed my OSS dev common sense. Did I do something wrong ? I hit lots...

I've been working on daily short outstanding table at Tokyo Stock Exchange (TSE). https://www.jpx.co.jp/markets/public/short-selling/index.html I believe there is no alternative free source. The data is generally published delay of one...

I found no data for the ticker ETFBS80TR.PL, nevertheless I can see the chart on https://stooq.pl/q/?s=etfbs80tr.pl Could you check it, please? Thank you.

Seems yahoo may be returning incorrect volume data ``` import pandas_datareader as pdr df = pdr.get_data_yahoo('^GSPC', start = '2022-10-05') df ``` This returns: ``` High Low Open Close Volume Adj...

code: ``` from pandas_datareader.nasdaq_trader import get_nasdaq_symbols df = get_nasdaq_symbols() df.to_csv('nasdaq_trader.csv') ``` in the output: nasdaq_trader.csv, there is a line: ``` Symbol,Nasdaq Traded,Security Name,Listing Exchange,Market Category,ETF,Round Lot Size,Test Issue,Financial Status,CQS Symbol,NASDAQ...