Skip to content

web.DataReader + "fred": Failed Downloads #985

@dhruvsingh14

Description

@dhruvsingh14

Running this in jupyter notebook:

start = datetime.date.today() - datetime.timedelta(days=5 * 365)
end = datetime.date.today()
df = web.DataReader(["sp500", "NASDAQCOM", "CBBTCUSD"], "fred", start, end)

Gives me this error:

[100%%*] 3 of 3 completed

3 Failed downloads:
['CBBTCUSD', 'NASDAQCOM', 'SP500']: Exception('%ticker%: No timezone found, symbol may be delisted')

What can I do to fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions