From 13de75ab28233b6c7d65909fa2e29118797f5375 Mon Sep 17 00:00:00 2001 From: cong Date: Mon, 5 Apr 2021 21:05:00 +0800 Subject: [PATCH] added new python data sources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bfb90d..73ddc0d 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants ### Data Sources +- [yfinance](https://github.com/ranaroussi/yfinance) - Yahoo! Finance market data downloader (+faster Pandas Datareader) - [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.