Using Quantopian Research, I want to attain minutely data of SPY for the date 8/5/16.
spy = get_pricing('SPY',fields='close_price',start_date='2016-08-05',end_date = '2016-08-05', frequency='daily')
This returns the first price as
2016-08-05 13:31:00+00:00 217.2200
The last price as
2016-08-05 20:00:00+00:00 218.1700
I'm wondering if Quantopian thinks I live in the Antarctic Ocean or if there is a simple parameter I can adjust, any ideas?