Skip to content

Instantly share code, notes, and snippets.

@databyjp
Created March 19, 2021 09:35
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 databyjp/90b8f8b4585158f8b07ac12f6c75ef24 to your computer and use it in GitHub Desktop.
Save databyjp/90b8f8b4585158f8b07ac12f6c75ef24 to your computer and use it in GitHub Desktop.
resp = get_prices(symbol, iex_tkn, date_param=date_range)
if resp is not None:
prices_obj = json.loads(resp.text)
df = pd.DataFrame(prices_obj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment