dgunning / edgartools

Python library for working with SEC Edgar
MIT License
324 stars 70 forks source link

Some line items are missing in balance sheet report #57

Closed unparadise closed 1 month ago

unparadise commented 1 month ago

Thank you for building and sharing such a useful library!

While testing it, I noticed that some line items under current assets are missing in the balance sheet report when compared to the interactive data on the sec.gov website (Please see images pasted below).

image image

This issue repros with other companies (E.G. MSFT). Is this behavior by design?

Thank you very much!

dgunning commented 1 month ago

When I implemented this feature (twice) I did it against a set of a few company financials .. did not know about this interactive feature. Now I know thanks. I will implement against spec

dgunning commented 1 month ago

Release 2.24.1 with fixes for missing balance sheet items.

apple_balancesheet
unparadise commented 1 week ago

@dgunning Thank you for adding the additional values, Dwight! Really appreciate it. I have noticed that the same issue exists for the income statement as well. Should I create another issue to track that?