-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
YFTzMissingError('$%ticker%: possibly delisted; No timezone found') when downloading price data #1996
Comments
Each command-line Python re-run will fetch a new crumb to initialise the new data singleton. But Jupyter persists Python state so no re-fetch happens? That could explain random difference. |
Thanks, I see. Any way to solve this issue though? It's quite troublesome to scrape on-demand with this error. Especially since I can't find anyone who has had this |
I have been having the same issue. The data return randomly, I have also been using just the endpoint daily for the last 3 years and same thing there. This has been happening for about one month now. |
the same to me |
same issue |
1 similar comment
same issue |
Spamming "same" not helping, use the reaction feature. https://github.com/ranaroussi/yfinance#developers-want-to-contribute |
Can we assume this is an issue from Yahoo's API, and not the |
Experienced the same problem with version |
Only 1 request change since 0.2.28: adding cookie & crumb in 0.2.32, 9 months ago. Cookie is cached, but cache might not work in Jupyter so cookie fresh in each notebook. |
After some heavy testing, it appears Yahoo has blocked some of my requests. On the failed machine (a Linux server) it got the 403 Forbidden Error, whilst the working machine(a Mac) also using |
same problem |
I had the same issue. Traced the issue back to my ad blocker. After I whitelisted fc.yahoo.com it all worked as expected. |
I was using Pi-hole, and this domain was blocked. I requested that the maintainer remove it from the block list, and it worked fine. |
Describe bug
Hi, this was an issue I have not seen anybody raise:
YFTzMissingError
. I have been using yfinance for about 2 years now without ever encountering this issue too.When using
yf.download(ticker)
, a timezone not found error is raised, and it says that the request timed out. It's weird as the code seems to randomly work (without any intervention) every few minutes..py
script.Thanks in advance.
Simple code that reproduces your problem
Debug log
Bad data proof
No response
yfinance
version0.2.41
Python version
3.12.4
Operating system
No response
The text was updated successfully, but these errors were encountered: