-
Notifications
You must be signed in to change notification settings - Fork 223
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
HTTP 404 errors (Yahoo has locked down their APIs) #209
Comments
It looks like Yahoo has closed down the APIs: https://docs.google.com/forms/d/e/1FAIpQLSeyb7xMtZFjoNYI7XG1rjlhUopKAxdLAfSRcaPxg9p-9ii-_g/viewform
Game over. |
It's time to say good bye to yahoo api ! description":"Invalid Crumb. For Developers - https://bit.ly/yahoo-finance-api-feedback" Yahoo Finance | API Feedback |
Strange, they're still allowing python libraries it seems. Why stop API access? |
The crumb thing is blank if you're not accessing it from a browser. Curious to know how they detect that. |
I don't think so! @alwa @IoIxD |
So i noticed v11 API also gives 404's sinds a fews days, but the v6 version still works correctly. For example.: |
They cancelled it. |
Ah, I found this lib today. Too bad it's out of commission. It seems the yfinance python lib "solved" this by using the v6 api. ranaroussi/yfinance#1595 |
Example of a query that this library does for me: https://query1.finance.yahoo.com/v6/finance/quote?symbols=CADSEK%3DX
It now returns:
{"finance":{"result":null,"error":{"code":"Not Found","description":"HTTP 404 Not Found"}}}
It used to work. I've already applied a workaround for another breaking change: #206 (comment)
The text was updated successfully, but these errors were encountered: