The SEC financial statement datasets contain financial information that companies are required to disclose to the US Securities and Exchange Commission (SEC). These financial statements include the balance sheet, income statement, statement of cash flows, and statement of stockholders' equity. The datase...
SingleReportCollector = SingleReportCollector.get_report_by_adsh(adsh=apple_10k_2022_adsh) rawdatabag = collector.collect() # as expected, there is just one entry in the submission dataframe print(rawdatabag.sub_df) # just print the size of the pre and num dataframes print(rawdatabag....