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
Below is the response I am getting when trying to get balanceSheetHistory
balanceSheetHistory
const financialData = await yahooFinance.quoteSummary("AAPL", { modules: ["balanceSheetHistory"], });
// Log the entire response to inspect its structure console.log(JSON.stringify(financialData, null, 2));
{ "balanceSheetHistory": { "balanceSheetStatements": [ { "maxAge": 1, "endDate": "2024-09-30T00:00:00.000Z" }, { "maxAge": 1, "endDate": "2023-09-30T00:00:00.000Z" }, { "maxAge": 1, "endDate": "2022-09-30T00:00:00.000Z" }, { "maxAge": 1, "endDate": "2021-09-30T00:00:00.000Z" } ], "maxAge": 86400 } }
Browser or Node: Node version (if applicable): Npm version: Browser verion (if applicable): Library version (e.g. 2.13.2):
2.13.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Describe the bug
Below is the response I am getting when trying to get
balanceSheetHistory
const financialData = await yahooFinance.quoteSummary("AAPL", {
modules: ["balanceSheetHistory"],
});
{ "balanceSheetHistory": { "balanceSheetStatements": [ { "maxAge": 1, "endDate": "2024-09-30T00:00:00.000Z" }, { "maxAge": 1, "endDate": "2023-09-30T00:00:00.000Z" }, { "maxAge": 1, "endDate": "2022-09-30T00:00:00.000Z" }, { "maxAge": 1, "endDate": "2021-09-30T00:00:00.000Z" } ], "maxAge": 86400 } }
Minimal Reproduction
Environment
Browser or Node:
Node version (if applicable):
Npm version:
Browser verion (if applicable):
Library version (e.g.
2.13.2
):Additional Context
The text was updated successfully, but these errors were encountered: