You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import yfinance as yf
# 1. get the stock data from quoter, return a pandas dataframe
df = yf.Ticker(stock).history(interval="1h", actions=False, prepost=False, raise_errors=True)