import quandl import pandas as pd
price_aapl = quandl.get("WIKI/AAPL.11", start_date="2009-01-01")
price_aapl.head()
price_aapl.tail()