nickmccullum / algorithmic-trading-python

The repository for freeCodeCamp's YouTube course, Algorithmic Trading in Python
2.35k stars 2.37k forks source link

KeyError: 'WLTW' #25

Closed abstractionjackson closed 2 years ago

abstractionjackson commented 2 years ago

A symbol from the list may need to be updated for the iex sandbox

DuyKhangTruong commented 2 years ago

I am also having this problem.

dekacypher commented 2 years ago

Read this issue, I've already solved the problem https://github.com/nickmccullum/algorithmic-trading-python/issues/21

dekacypher commented 2 years ago

If the link doesn't work, go to Closed Issues and you'll see an issue with the same title.

brianivander commented 2 years ago

the WLTW company ticker has changed to WTW Read the link: https://www.marketwatch.com/story/willis-towers-watson-changing-ticker-symbol-to-wtw-2022-01-07

Need to update the WLTW in the file sp_500_stocks.csv to WTW. It should fix it.