I am trying to get resolution.tick data in my research notebook but it doesn't work.

h1 = qb.History(qb.Securities.Keys, 10000, Resolution.Tick) 

I tried this with crypto, equities and currencies.

Author