Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created May 4, 2023 19:11
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/d90b91ee5469a089c50d8d9fc5998d34 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/d90b91ee5469a089c50d8d9fc5998d34 to your computer and use it in GitHub Desktop.
# Download the price data of Apple from November 2019 to January 2023
# Set the ticker as 'AAPL' and specify the start and end dates
price_AAPL= yf.download('AAPL', start='2017-11-06', end='2023-01-03', auto_adjust = True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment