-
-
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
💥 Is yahoo finance broken? #2052
Comments
Seems some Symbols are working, while some symbols are not working for yahoofinance since yesterday. Working Symbol: INDIGO.NS
Non Working Symbol since Yesterday:
|
Getting the same problem with a number of (but not all) .NZ tickers. USF.NZ not working. |
Replying to myself - https://finance.yahoo.com/quote/USF.NZ/history/ is empty which is probably the cause of the problem |
It seems Yahoo Finance has fixed the issue (Honeywell)!? |
I just wanted to add that I'm getting the same issue too. I hope there is a solution for this. 04 Client Error: Not Found for url: https://query2.finance.yahoo.com/v6/finance/quoteSummary/TSLA?modules=financialData&modules=quoteType&modules=defaultKeyStatistics&modules=assetProfile&modules=summaryDetail&ssl=true |
Can someone please clarify: is this issue solved, and is it possible to use yfinance again? Does yfinance 0.2.43 somehow solve the core issue with Yahoo changing their data availability? Can't quite see if Yahoo has made the data unavailable how a software update would fix that. |
Version 0.2.32 added cookie & crumb, it helped a lot. I'm not sure what the remaining issue is - spam? old cookie? country-specific? (deleted @az-z comments because using old version) |
Thank you ValueRaider. Does the cookie/crumb fully restore all prior functionality? Again, my understanding is that YFinance had removed considerable functionality from their API whether you're auth'd or not, like detailed historical data, and having a cookie wouldn't solve that. Am I miss-understanding? Thx again. |
This would break their website so I don't believe this. You could just install yfinance use it. |
According to the first paragraph of this article: Exploring Alternatives to the Yahoo Finance API
According to this help article, it looks like you can download your historical data if you pay for a Gold subscription. Yahoo Finance subscription plans
|
Describe bug
Since yesterday, Yahoo Finance has not been providing data for several stocks, making it impossible for me to download them using your software. For example, for Honeywell – a Nasdaq 100 stock (!!!) – Yahoo Finance states: "There are no [data] in the selected time period."
I understand that this is likely a Yahoo Finance issue, but your software becomes unusable if the platform behind it stops providing data. As far as I can tell, this issue has affected a wide range of stocks (some US, mostly European) since yesterday.
Are others experiencing this problem as well? Does this happen from time to time, or is it a sign of a bigger issue? Any suggestions? Will Yahoo fix this problem, or are they already aware of it? Is Yahoo discontinuing data support?
Simple code that reproduces your problem
No simple code, as I use your software within my own modules.
Debug log
see above
Bad data proof
see above
yfinance
version0.24.3
Python version
Python 3.11
Operating system
Linux Mint 21.3
The text was updated successfully, but these errors were encountered: