Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created January 31, 2024 18:40
Show Gist options
  • Save quantra-go-algo/9abf73368c33a3f3be0229f37077b67d to your computer and use it in GitHub Desktop.
Save quantra-go-algo/9abf73368c33a3f3be0229f37077b67d to your computer and use it in GitHub Desktop.
# Fetch AAPL stock data from Yahoo Finance
aapl_data = yf.download('AAPL', '2022-01-01', '2024-01-01')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment