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/236e5d3dc2451d7018266f0af20169a1 to your computer and use it in GitHub Desktop.
Save addisonlynch/236e5d3dc2451d7018266f0af20169a1 to your computer and use it in GitHub Desktop.
>>> b.get_select_datapoints("quote", ["open", "close"])
{ "AAPL" : {
"open" : 154,
"close" : 155.55
}
"TSLA" : {
"open" : 317.44,
"close" : 314.55
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment