mhallsmoore / qstrader

QuantStart.com - QSTrader backtesting simulation engine.
https://www.quantstart.com/qstrader/
MIT License
2.84k stars 851 forks source link

Added Yahoo Finance as data provider #309

Closed cgajagon closed 4 years ago

cgajagon commented 4 years ago

Hello, The new data source automatically requests the ticker candles from Yahoo Finance without need of CSV files. It uses the popular library yfinance from @ranaroussi The new file follows the same structure as daily_bar_csv.py Let me know! :)