Skip to content

Instantly share code, notes, and snippets.

@caiobvilar
Last active December 3, 2019 13:55
Show Gist options
  • Save caiobvilar/74d170d1955d677e919c957f9fb86c22 to your computer and use it in GitHub Desktop.
Save caiobvilar/74d170d1955d677e919c957f9fb86c22 to your computer and use it in GitHub Desktop.
wtd = WorldTradingData(token)
optional_params = {'output':'csv'}
LMT_history = wtd.history('LMT',optional_params)
df_hist = pd.read_csv(io.StringIO(LMT_history))
df_hist.info()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment