Balance sheets, Cashflow Statements, and Income Statement not complete data from the quoteSummary module?
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
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".
I am also experiencing this issue where only maxAge and endDate are displayed for balanceSheeHistory
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.