You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello friends, do you know if yahoo finance change the structure? This error is happening under the QuoteSummay. Quote seems to working poperly.
I've been using wait yahooFinance.quoteSummary('PLTR', { modules: [ "incomeStatementHistory" ] }) for some time with any problem. But now i'm receiving this error message: "error": "Failed Yahoo Schema validation".
Yes, Yahoo do occasionally change their output, which is why we need to watch it so carefully, to ensure the library gives a catchable error before returning you a new kind of data structure which can completely break your app / code / db :D
So, thanks for reporting. This has been fixed and will be in the next release. There'll be an automatic message here when that happens.
Validation Error
Minimal Reproduction
await yahooFinance.quoteSummary('PLTR', { modules: [ "incomeStatementHistory" ] });Symbol(s) that it happened for
Error Message
"error": "Failed Yahoo Schema validation"Environment
Browser or Node: Node
Node version (if applicable): v16.13.0
Npm version:
Browser version (if applicable):
Library version (e.g.
1.10.1
):Additional Context
The text was updated successfully, but these errors were encountered: