Exercise 2 : Scatter Plots
a. Data
Start by collecting the close prices of McDonalds Corp. (MCD) when the code is:
SPY = get_pricing('SPY', fields='close_price', start_date='2013-06-19', end_date='2018-06-19', frequency='daily')
b. Plotting
and here it's:
Graph a scatter plot of SPY and Starbucks.
Not a big deal but I thought I should pointed it out.