I have tried to load Futures Tick data using the command :

future_history = qb.GetFutureHistory(gc.Symbol, datetime(2018, 1, 4), Resolution.Tick)

It returns empty data frame. Minute level resolution is working. I understand it's huge amount of information so I requested only one day data.

Any help thanks.

Author