Created
March 19, 2021 09:35
-
-
Save databyjp/90b8f8b4585158f8b07ac12f6c75ef24 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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