How would i go about calling data from a single tradebar back?

The following line throws an error

slices = self.History(["EURUSD"], 1, Resolution.Daily)

u'the label [EURUSD] is not in the [index]

Author