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/673bbcdd9931f7b7e8a60d5a2c7f6d22 to your computer and use it in GitHub Desktop.
Save addisonlynch/673bbcdd9931f7b7e8a60d5a2c7f6d22 to your computer and use it in GitHub Desktop.
>>> aapl.get_select_datapoints("quote", "symbol")
"AAPL"
>>> aapl.get_select_datapoints("quote", ["symbol", "calculationPrice", "open"])
{ "symbol" : "AAPL", "calculationPrice" : "tops", "open" : 154 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment