I am trying to retrieve data for the EOSUSD pair.

 

qb.AddCrypto("EOSUSD", Resolution.Daily)

h1.loc["EOSUSD"]["close"].plot()

Why does it give me the error and says that EOSUSD is not in the index? When i watch here:https://www.quantconnect.com/data/file/crypto/bitfinex/daily/eosusd_quote.zip/eosusd.csvIt has data.    

Author