Yahoo API changed 2/18/2025
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.
Seems to have self-healed, at least for now.
... And broke again.
Im getting:
Can't find quote for symbol: AAPL
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:
replace github.com/piquette/finance-go => github.com/psanford/finance-go v0.0.0-20250222221941-906a725c60a0