Skip to content

Instantly share code, notes, and snippets.

@skillachie
Created February 2, 2015 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skillachie/4b4dbdf5e862e1cfa3b9 to your computer and use it in GitHub Desktop.
Save skillachie/4b4dbdf5e862e1cfa3b9 to your computer and use it in GitHub Desktop.
SP500 Symbols Query
from finsymbols import get_sp500_symbols
symbols = get_sp500_symbols()
for symbol in symbols:
print symbol['symbol']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment