history = self.History(symbols, 2, Resolution.Daily)

symbol = symbols[0]

# This does not work:

historyPerSymbol = history[symbol]

Author