From e064a9bdc3038bf8c9b03d6abb986af1e1306a17 Mon Sep 17 00:00:00 2001 From: femtotrader Date: Wed, 5 Oct 2016 17:15:07 +0200 Subject: [PATCH] Added new link for pandas-datareader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66eb330..0878af7 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [findatapy](https://github.com/cuemacro/findatapy) - Python library to download market data via Bloomberg, Quandl, Yahoo etc. - [googlefinance](https://github.com/hongtaocai/googlefinance) - Python module to get real-time stock data from Google Finance API - [yahoo-finance](https://github.com/lukaszbanasiak/yahoo-finance) - Python module to get stock data from Yahoo! Finance +- [pandas-datareader](https://github.com/pydata/pandas-datareader) - Python module to get data from various sources (Google Finance, Yahoo Finance, FRED, OECD, Fama/French, World Bank, Eurostat...) into Pandas datastructures such as DataFrame, Panel with a caching mechanism - [pandas-finance](https://github.com/davidastephens/pandas-finance) - High level API for access to and analysis of financial data - [pyhoofinance](https://github.com/innes213/pyhoofinance) - Rapidly queries Yahoo Finance for multiple tickers and returns typed data for analysis - [yfinanceapi](https://github.com/Karthik005/yfinanceapi) - Finance API for Python