Closed unparadise closed 2 weeks ago
I will look into this sometime this week and estimate what it would take to implement this.
The proximate cause is that the AAPL product and services breakdown is reported using AAPL's custom namespace.
Will update after investigating
Correction, the apple product and services are in the SEC reporting taxonomy namespace, so it should be available. Will keep looking
The breakdowns are available in the latest releases 3.0.x (latest is 3.0.3).
However while reporting this I noticed another issue where the breakdown appears twice. Sorry about that - it's very complex code. Will take a look and fix this week
dgunning, thank you very much for keep improving the code! Will upgrade the library and test.
Thank you for the great tool! I have been seeing the incomplete data issue in the non-xbrl approach and have reported it in the forum before. Now I am trying the xbrl approach hoping that it will produce a complete set of data that match those on sec.gov website. But I ran into the same issue which I will explain below.
Using aapl's most recent (2023) income statement as an example.
Below is my code to retrieve the income statement data using XBRL() approach.
The output from running the code contains the total net sales and cost of sales but not the breakdowns (Products and Services) as shown on the SEC.gov website.
Below is a screenshot of the document on sec.gov.
Is there plan to fix this issue?