node-yahoo-finance2 icon indicating copy to clipboard operation
node-yahoo-finance2 copied to clipboard

Balance sheets, Cashflow Statements, and Income Statement not complete data from the quoteSummary module?

Open HassanAlti opened this issue 10 months ago • 2 comments

Bug Report

Describe the bug

Balance sheet is empty data, income statement only has totalRevenue and netIncome populated, and cashflow Statement only has a netIncome on the individual objects

Minimal Reproduction

await yahooFinance.quoteSummary('AAPL')

Environment

Browser or Node: Node Node version : 20.17.0 Npm version: 11.0.0 Browser verion (if applicable): Library version : 2.13.3

Additional Context

HassanAlti avatar Mar 17 '25 17:03 HassanAlti

Similar issue here, when getting the balanceSheetHistory for AAPL it only responds with:

"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
    },

and for other modules like the incomeStatementHistory, lots of not all of the fields are null or "0".

BruhRain avatar May 23 '25 18:05 BruhRain

I am also experiencing this issue where only maxAge and endDate are displayed for balanceSheeHistory

John-Crawshaw avatar Jun 09 '25 20:06 John-Crawshaw

Hi all, sorry for late response, I've been away. I believe this is a dupe of https://github.com/gadicc/yahoo-finance2/issues/840 and I'll track making this clearer in https://github.com/gadicc/yahoo-finance2/issues/949. If by chance this is unrelated, please let me know and I'll re-open.

gadicc avatar Aug 25 '25 08:08 gadicc