USING NOTEBOOK !!!
OK..is there an easy way to get previous days price ?
start = '2018-01-01'
end = '2018-01-05'
amazon = get_pricing('amzn',start_date=start,end_date=end)
Lets say I want to see if todays low is > yesterdays low...can't you index in notebook ?
I