Hello 

 

I have difficulties to fetch ticks from history request in Research notebook.

aapl = qb.AddEquity("AAPL")
start_time = datetime.strptime('2020-03-20 09:46:00', '%Y-%m-%d %H:%M:%S')
end_time = datetime.strptime('2020-03-20 10:06:00', '%Y-%m-%d %H:%M:%S')
data = qb.History(['AAPL'], start_time, end_time, Resolution.Tick
data

Out : _

 

Is it possible at all? I didn't find anything in the Documentation or search the community