Skip to content

Instantly share code, notes, and snippets.

@addisonlynch
Created December 31, 2017 20:28
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 addisonlynch/84e604184854e67515dfce9d13321980 to your computer and use it in GitHub Desktop.
Save addisonlynch/84e604184854e67515dfce9d13321980 to your computer and use it in GitHub Desktop.
>>> b = iex(["aapl", "tsla"])
>>> b.get_all()
{
"AAPL" : {
"quote": {...},
"news": [...],
"chart": [...]
...
},
"TSLA" : {
"quote": {...},
"news": [...],
"chart": [...]
...
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment