Using the pandas datareader to get data about stocks and securities. Using the Yahoo Finance API because the Google Finance API has been deprecated.
This video covers getting data about a stock, getting basic statistics such as the short rolling mean and the 200-day rolling mean and then creating a graph with the data with matplotlib’s pyplot.
Post a Comment