Skip to content

No data found for this date range, symbol may be delisted #2341

Description

@hitonmoy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions