Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created October 31, 2023 10:42
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/a1e103d43789bc9fefa1c363a0a369b9 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/a1e103d43789bc9fefa1c363a0a369b9 to your computer and use it in GitHub Desktop.
# Set the stock list
stock_list = ['AAPL', 'AMZN', 'NFLX']
# Set the start date and the end date
start_date = '2010-01-01'
end_date = '2022-10-16'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment