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
{ "type": 45, "schema": { "title": "YahooNumber", "anyOf": [ { "title": "RawNumber", "type": "object", "properties": { "raw": { "type": "number" } }, "required": [ "raw" ] }, { "type": "number" } ] }, "path": "/indexTrend/peRatio", "message": "Expected required property" }
Browser or Node: node Node version (if applicable): 20.0.1 Npm version: Using yarn Browser version (if applicable): Library version (e.g. 1.10.1):
1.10.1
Request used:
const quoteSummary = this.yahooFinance.quoteSummary(stockId, { modules: [ "summaryDetail", "indexTrend", "financialData", "earnings", "earningsHistory", "defaultKeyStatistics" ] });
The text was updated successfully, but these errors were encountered:
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): 20.0.1
Npm version: Using yarn
Browser version (if applicable):
Library version (e.g.
1.10.1
):Additional Context
Request used:
The text was updated successfully, but these errors were encountered: