Hello 

 

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

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

Out : _

 

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

 

Author

Artem Kolmykov

December 2021