Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created July 12, 2021 12:12
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/3a6ac3715ded5c087471288329b17474 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/3a6ac3715ded5c087471288329b17474 to your computer and use it in GitHub Desktop.
import yfinance as yf
intraday_data = yf.download(tickers="MSFT",
period="5d",
interval="1m",
auto_adjust=True)
intraday_data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment