We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
await yahooFinance.quoteSummary('AAPL', { modules: ['secFilings'] })
The following result did not validate with schema: #/definitions/QuoteSummaryResult [ { instancePath: '/secFilings/filings/0', schemaPath: '#/required', keyword: 'required', params: { missingProperty: 'url' }, message: "must have required property 'url'", data: { date: '2021-07-30', epochDate: 2021-07-30T11:04:38.000Z, type: '10-Q', title: 'Quarterly Report', edgarUrl: 'https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001018724-21-000020&nav=1&src=Yahoo', maxAge: 1 } }, { instancePath: '/secFilings/filings/1', schemaPath: '#/required', keyword: 'required', params: { missingProperty: 'url' }, message: "must have required property 'url'", data: { date: '2021-07-29', epochDate: 2021-07-29T21:39:06.000Z, type: '8-K', title: 'Results of Operations and Financial Condition, Financial Statements and Exhibits', edgarUrl: 'https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001018724-21-000018&nav=1&src=Yahoo', maxAge: 1 } }, ...
Browser or Node: Node Node version (if applicable): v14.17.4 Npm version: 6.14.14 Browser verion (if applicable): Library version (e.g. 1.10.1): 1.14.4
1.10.1
Looks like yahoo changed the API, because the issue exists for several symbols like AAPL, AMZN, GOOGL.
The text was updated successfully, but these errors were encountered:
This error seems to no longer exists so i close this issue now. I also documented a example response for symbol "AAPL" via #315
Sorry, something went wrong.
Ah, amazing, thanks for following up! Was catching up on PRs first, then plan to go through issues next 😅
Looks like I fixed this in 5657df7#diff-f09b16e4a2f6c1013d12e0f74ba9781a48dd6e00f3ebf938fc065d718cfc01c3R732 when fixing #295.
Thanks for the extra docs too!
No branches or pull requests
Validation Error
Minimal Reproduction
Symbol(s) that it happened for
Error Message
Environment
Browser or Node: Node
Node version (if applicable): v14.17.4
Npm version: 6.14.14
Browser verion (if applicable):
Library version (e.g.
1.10.1
): 1.14.4Information
Looks like yahoo changed the API, because the issue exists for several symbols like AAPL, AMZN, GOOGL.
The text was updated successfully, but these errors were encountered: