mcdallas / wallstreet

Real time stock and option data.
MIT License
1.24k stars 197 forks source link

Index Quote issue #17

Closed tgt80 closed 2 years ago

tgt80 commented 6 years ago

when trying to pull index options from yahoo im getting an error: self.name = jayson['longName'] KeyError: 'longName'

The ticker is "^SPX" and the caret is causing the code to break. "SPY" or "MSFT" work very well.