Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Last active July 14, 2023 12:59
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 quantra-go-algo/407093d94a54e0512280e486d8c88eed to your computer and use it in GitHub Desktop.
Save quantra-go-algo/407093d94a54e0512280e486d8c88eed to your computer and use it in GitHub Desktop.
# Fetch the IBM price data
data = yf.download('IBM', start="2019-01-01", end="2023-06-30")
# Display the data
data.tail()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment