Skip to content

Instantly share code, notes, and snippets.

@SajidLhessani
Last active July 27, 2021 05:57
Show Gist options
  • Save SajidLhessani/708e1a7d71025eceb0e294f387889b59 to your computer and use it in GitHub Desktop.
Save SajidLhessani/708e1a7d71025eceb0e294f387889b59 to your computer and use it in GitHub Desktop.
#Interval required 5 minutes
data = yf.download(tickers='UBER', period='5d', interval='5m')
#Print data
data
@Blessvskp
Copy link

Not getting the data. I ran the code in jupyter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment