Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

samkennerly/YahooStocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YahooStocks [Python 3]

yahoo_stocks.py is a simple Python module for importing Yahoo! Finance chart data.

It includes two different adjusted closing prices which account for splits and dividends. 'Adj Close' is Yahoo's adjusted price. For back-testing strategies, 'TotalValue' may be more useful.

Click on yahoo_stocks.ipynb to see a demonstration as a Jupyter notebook.