Skip to content

Instantly share code, notes, and snippets.

@techwithshadab
Created November 3, 2021 20:50
Show Gist options
  • Save techwithshadab/74c598177e929e503b6e4b72c2e2bf35 to your computer and use it in GitHub Desktop.
Save techwithshadab/74c598177e929e503b6e4b72c2e2bf35 to your computer and use it in GitHub Desktop.
data = EikonDataProvider(stocks_list = stock_list, start_date=start_date, end_date=end_date)
data.run()
# Top 5 rows of data
df = data.stock_data
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment