Skip to content
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

Not able to get balanceSheetHistory -> balanceSheetStatements data #840

Open
abhishekJ-RMS opened this issue Nov 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@abhishekJ-RMS
Copy link

abhishekJ-RMS commented Nov 15, 2024

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"],
});

  // 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 } }

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

@abhishekJ-RMS abhishekJ-RMS added the bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant