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/190ceed37fad834af4108d60ce7d90ed to your computer and use it in GitHub Desktop.
Save addisonlynch/190ceed37fad834af4108d60ce7d90ed to your computer and use it in GitHub Desktop.
>>> aapl.get_quote()
{
"symbol": "AAPL",
"companyName": "Apple Inc.",
"primaryExchange": "Nasdaq Global Select",
"sector": "Technology",
"calculationPrice": "tops",
"open": 154,
"openTime": 1506605400394,
"close": 153.28,
"closeTime": 15066054
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment