-
Notifications
You must be signed in to change notification settings - Fork 62
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
"quote" function is not work for all US stock symbol #326
Comments
Hey @nikechanhk, thanks for the report! We totally rely on these kinds of reports to make sure the library keeps working amidst changes on Yahoo's backend. This will be released shortly with the |
## [2.0.1](v2.0.0...v2.0.1) (2021-11-13) ### Bug Fixes * **quote:** allow optional pageViewGrowthWeekly (fixes [#326](#326)) ([e425cd5](e425cd5))
🎉 This issue has been resolved in version 2.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Also backported to 1.x branch since I guess this is quite an important fix. There'll be an automated message on this is a few more minutes too. |
🎉 This issue has been resolved in version 2.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.14.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Validation Error
Minimal Reproduction
It seems that all US stock symbol are not work since 11/11.
e.g.
await yahooFinance.quote('AAPL')
await yahooFinance.quote('ASML')
await yahooFinance.quote('TSCO')
etc...
However HK stock symbol have no problem
Symbol(s) that it happened for
All US symbol
Error Message
Environment
Browser or Node:
Node version (if applicable): v15.11.0
Npm version: v7.6.0
Browser verion (if applicable): N/A
Library version (e.g.
1.10.1
): v1.14.6Additional Context
The text was updated successfully, but these errors were encountered: