Skip to content

Instantly share code, notes, and snippets.

@kiddojazz
Created January 15, 2023 16:31
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 kiddojazz/3ba5c72deadd2e5cafe3259f3837b324 to your computer and use it in GitHub Desktop.
Save kiddojazz/3ba5c72deadd2e5cafe3259f3837b324 to your computer and use it in GitHub Desktop.
# Create Ticker variables
goog = yf.Ticker("GOOGL")
#Set the time range
goog_hist = goog.history(start=datetime.datetime(2010, 1, 1),end=datetime.datetime.today())
goog_hist.head(20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment