diff --git a/README.md b/README.md index b63f5e1..9974098 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