Ticker IYR,KRE,VOO,VWO,UVXY,GLD
From 2018-10-25 00:00:00
Security Type Equity
Market USA
Resolution Hour
Status In progress

This caused a fatal error in one my backtests: 

```

[ERROR] FATAL UNHANDLED EXCEPTION:DefaultDataProvider.Fetch(): The specified file was not found: /QuantConnect.Backtesting/data/equity/usa/fundamental/fine/fxi/20181025.zip, DefaultDataProvider.Fetch(): The specified file was not found: /QuantConnect.Backtesting/data/equity/usa/fundamental/fine/iyr/20181025.zip, DefaultDataProvider.Fetch(): The specified file was not found: /QuantConnect.Backtesting/data/equity/usa/fundamental/fine/kre/20181025.zip, DefaultDataProvider.Fetch(): The specified file was not found: /QuantConnect.Backtesting/data/equity/usa/fundamental/fine/voo/20181025.zip, DefaultDataProvider.Fetch(): The specified file was not found: /QuantConnect.Backtesting/data/equity/usa/fundamental/fine/vwo/20181025.zip, DefaultDataProvider.Fetch(): The specified file was not found: /QuantConnect.Backtesting/data/equity/usa/fundamental/fine/uvxy/20181025.zip, DefaultDataProvider.Fetch(): The specified file was not found: /QuantConnect.Backtesting/data/equity/usa/fundamental/fine/gld/20181

```