Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dhruvsingh14 opened this issue Dec 20, 2023 · 0 comments
Open

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

dhruvsingh14 opened this issue Dec 20, 2023 · 0 comments

Comments

@dhruvsingh14
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant