Closed jmeireles1 closed 3 months ago
I wrote a test and found a gap in the logic for picking up the values. It has something to do with the dimensions and period end dates and Pfizer seems non-standard
I will take a look tomorrow
Release 2.27.10
Closed as fixed
Thank you for your effort and contribution to the repository.
I was testing the balance sheet and noticed a discrepancy: the values for Total Current Assets,Total Assets and Goodwill appear to be misaligned.
`from edgar import from edgar.xbrl import import pandas as pd
filing: Filing = Company("PFE").get_filings(form="10-K").latest(1)
financials = filing.obj()
print(financials.balance_sheet)`