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

Hi, I'm using the Quandl data reader to download the Bitstamp BTC/USD daily price history. The data set has some missing days in it and when I inspect the data...

Would like to request an integration with https://developer.tdameritrade.com/ TDameritrade which recently merged with scottrade and now offers a new rest api set. Would be great if panda integrates with their...

Hello, I'm trying to scrape multiple historical quotes from Stooq. Equities and indicies work well, while futures, indices, cash, currency, bond yield don't feed. Shall I type the tickers somehow...

When trying to retrieve Quandl data, using their specified symbol codes with underscores (such as BRK_B), there is an AssertionError thrown: ``` import pandas_datareader.data as web price_data = web.DataReader(name='BRK_B', data_source='quandl',...

as stated in the title. I wish to get the historical high value of a stock symbol. It is a dumb idea (which I am using) to get the historical...

IEX has a free plan which offers 500.000 messages per month, the next cheapest paid plan gets you 5.000.000 per month. Their API offers a way to only retrieve adjusted...

It would be nice to have some general developer documentation for potential contributors to help in cases such as #510, etc. What are the best steps to take towards accomplishing...

When downloading data from the WB it seems the downloader generates multiple rows per country, even if it only one year is requested. I wonder if this is due to...

Hello, I wonder if we shouldn't add some logging functions. What is your opinion ? Kind regards

While most of pandas is CPU bound, so would make sense running in a dedicated process. This particular module is very IO heavy. I would like to make use of...