-
Proper double entry bookkeeping prevents entries that are posted to the books from being changed or deleted. Outside auditors typically want to see the history of all accounting events, even errors, t…
-
Good morning!
I would like to ask if you can provide a more explicit explanation about what "wtpoa-cns" does.
I've been looking around in literature and internet and a I've only been able to find …
-
`entry.destroy` does not remove the associated credit and debit transactions and does not affect the account balances. Test by creating an entry with credits and debits, and then destroy the entry. …
-
```
income_statement.get_concept("us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax")
/edgar/xbrl/xbrldata.py", line 535, in get_concept
name=results.concept.iloc[0],
AttributeErro…
-
For some 10Q imports, some facts are missing when querying the facts table.
For example, in the latest 10Q (Q2 2024) for $GD, the 10Q contains rows for Costs of Products and Services (us-gaap:CostO…
-
I am trying to replicate the income statement as shown in the company's 10-K (or 10-Q) so I can perform segment analysis.
For example, for Tesla (found [here](https://www.sec.gov/Archives/edgar/data/…
ghost updated
9 months ago
-
Get a panel of homeless individuals in SF to do an AMA in real life and/or on Reddit...basically some way to bring the StreetSheet (http://streetsheetsf.wordpress.com/) into the digital, scalable worl…
-
Hello, I was using the edgartools to look at the balance sheet of AAPL in ending June 29, 2024 and found that the Marketable Securities in the Non-Current Assets section does not agree with the SEC fi…
-
Currently the formatter of error messages will truncate in a generic manner, but not with a user-friendly clean result.
Quick reproducer (though I don't see truncation here myself):
`throw new Run…
-
Cell In[19], line 29
revenue = income_statement_df.loc[income_statement_df['label'].str.contains('Revenue', case=False, na=False)].iloc[0, 1]
File /opt/anaconda3/envs/nlp_env/lib/python3.11/…