urllib

Getting Stock Prices from Yahoo and plotting Python 3 Matplolib Urllib

This is  some quick notes about getting stock data from Yahoo and plotting it using Matplotlib . The Python version used is Python 3.5 Credits to sentdex.  You can check him out on Youtube. In [11]: import matplotlib.pyplot as plt import numpy as np import urllib import matplotlib.dates as mdate import urllib.request %matplotlib inline #%matplotlib qt #%matplotlib notebook…