Hello!

I'm new to the community. I was attempting to retrieve historical pricing data for SPY in a minute reseloution for the past 30 days. 

Results were rendered. It say's there should be over 7000 rows but I only see a handful of rows. Can anyone help? Thanks!

 

qb = QuantBook()

spy = qb.AddEquity("GOOG") # add equity data


 

# Returns the past 10 days of historical daily data

history = qb.History(spy.Symbol, timedelta(days=20), Resolution.daily)