Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 22, 2020 08:24
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 amankharwal/becceccd8d5471799c6fe6ccfee7ccbd to your computer and use it in GitHub Desktop.
Save amankharwal/becceccd8d5471799c6fe6ccfee7ccbd to your computer and use it in GitHub Desktop.
data = {}
data['AAPL'] = stock_info.get_data('AAPL', start_date='08-01-2020', end_date='08-22-2020')
print(data['AAPL'].head())
print(data["AAPL"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment