Hey guys, I'm having an issue with the history call function.  When I call history on SPY, it returns a data table but SPY has extra characters tacked on.  To be exact, this is the name it returns "SPY R735QTJ8XC9X".  This looks like maybe it's trying to pull options data instead of equity data?  I'm not sure.

The call function I'm using is below (SPY as a string is the only item in the self.symbols list).  When going into debug, checking the history item shows that the data is there, just the name is different.  I tried a few different time frames around 2006 and 2012 just to see if it was an error in one spot but they returned the same data.

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

Any help is appreciated.  Thanks!