Hi,

I am trying to get intraday data of a specific ticker 10 years ago in Lab. For example minute level data of AAPL price from 2008/1/1 to 2008/1/10.

Do you know if I can specify time range in the History method to achieve this?

bars = self.History("SPY", TimeSpan.FromDays(7), Resolution.Minute)  

Author