Skip to content

Instantly share code, notes, and snippets.

@databyjp
Created March 19, 2021 09:09
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/0b9fe9128af73c2435a26b4df099d7b0 to your computer and use it in GitHub Desktop.
Save databyjp/0b9fe9128af73c2435a26b4df099d7b0 to your computer and use it in GitHub Desktop.
with open("../../tokens/iex_token.txt", "r") as f:
iex_tkn = f.read().strip()
date_range = "3m"
symbol = "MSFT"
resp = get_prices(symbol, iex_tkn, date_param=date_range)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment