gadicc / node-yahoo-finance2

Unofficial API for Yahoo Finance
https://www.npmjs.com/package/yahoo-finance2
MIT License
353 stars 58 forks source link

Income statement has most values as 0 or `null` #785

Open AntouanK opened 1 week ago

AntouanK commented 1 week ago

Is it expected to only get a couple of values in the income statement?

For example, if I run npx yahoo-finance2 quoteSummary LVMHF '{"modules": ["incomeStatementHistory"]}' I get this :

image

Seems like you only can see total revenue and net income. Why is everything else missing? Is that expected?