Describe bug
Failed download:
- AAPL: No data found for this date range, symbol may be delisted
Empty DataFrame
Columns: [Open, High, Low, Close, Adj Close, Volume]
Index: []
Simple code that reproduces your problem
import yfinance as yf
x = yf.download('AAPL',start,end)
print(x)
Debug log from yf.enable_debug_mode()
What is the solution for this problem? I see there are different suggestions, but which one will work? I tried different options but didn't work.
Please help.
Thanks,
Bad data proof
No response
yfinance version
latest version
Python version
Latest version
Operating system
Windows.
Describe bug
Failed download:
Empty DataFrame
Columns: [Open, High, Low, Close, Adj Close, Volume]
Index: []
Simple code that reproduces your problem
import yfinance as yf
x = yf.download('AAPL',start,end)
print(x)
Debug log from yf.enable_debug_mode()
What is the solution for this problem? I see there are different suggestions, but which one will work? I tried different options but didn't work.
Please help.
Thanks,
Bad data proof
No response
yfinanceversionlatest version
Python version
Latest version
Operating system
Windows.