-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
- Small easy fix issue to add
pip install yfinance seaborn. - yf couldn't download:
>>> df = yf.download('AMZN', '2000-1-1', '2023-1-1', interval='1mo' )
>>> prices = df['Adj Close']
>>> data = prices.pct_change()[1:] * 100
>>> data.head()
[*********************100%***********************] 1 of 1 completed
1 Failed download:
- AMZN: No timezone found, symbol may be delisted
Series([], Name: Adj Close, dtype: float64)