From 423502809da874122ceadd71b17927a683ed9214 Mon Sep 17 00:00:00 2001 From: dpguthrie Date: Thu, 5 Mar 2020 14:41:30 -0700 Subject: [PATCH] Add yahooquery to Python Data Sources section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a85950..18cfd37 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [alpaca-trade-api](https://github.com/alpacahq/alpaca-trade-api-python) - Python interface for retrieving real-time and historical prices from Alpaca API as well as trade execution. - [metatrader5](https://pypi.org/project/MetaTrader5/) - API Connector to MetaTrader 5 Terminal - [akshare](https://github.com/jindaxiang/akshare) - AkShare is an elegant and simple financial data interface library for Python, built for human beings! +- [yahooquery](https://github.com/dpguthrie/yahooquery) - Python interface for retrieving data through unofficial Yahoo Finance API. ### Excel Integration