pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

web.DataReader + "fred": Failed Downloads

Open dhruvsingh14 opened this issue 1 year ago • 0 comments

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?

dhruvsingh14 avatar Dec 20 '23 03:12 dhruvsingh14