I've created a simple pipeline that uses USEquityPricing.close.latest and USEquityPricing.open.latest. Since I'm new to Python and Quantopian, I wanted to "check my work" -- so I created a Notebook that uses get_pricing, and then I also pulled up a Yahoo Finance page on one of the stocks.
The prices came back different on each of the 3, and I can't understand why.
Any advice / information is appreciated. Thank you in advance.
My Notebook entry (doesn't match up with Yahoo Finance page or my algo):
p=get_pricing('adbe',start_date='2018-01-19',end_date='2018-01-26',frequency='daily')
p.index.tz = 'US/Eastern'
p