-
Notifications
You must be signed in to change notification settings - Fork 101
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
Yahoo API changed 2/18/2025 #32
Comments
Seems to have self-healed, at least for now. |
... And broke again. |
Im getting: |
Forgot to mention I'm using the fork at https://github.com/psanford/finance-go. That one was working until this issue. |
... And it looks like the fork updated. The updated version of the fork is working for me. I added this replace directive to the end of my go.mod:
|
I'm getting one of these two errors for all calls to quote.Get():
code: remote-error, detail: status: 429, detail: error response recieved from upstream api
code: remote-error, detail: status: 404, detail: error response recieved from upstream api
The same code worked 2 days ago so Yahoo definitely changed something.
The text was updated successfully, but these errors were encountered: