--- license: apache-2.0 language: - en pretty_name: US Earnings Calendar (announcement times and reported figures, PIT) size_categories: - 1M 2).select( "ticker", "first_tradeable_session", "sue", "eps_diluted" ) ``` ## Known gaps * **No analyst estimates, so no surprise against consensus.** `sue` measures the surprise against the company's own history instead, which is what the drift literature does. * **Releases before 2009 have no figures.** The announcement, its time and its session are there; the numbers are not, because XBRL had not started. * **A release is not always about the latest quarter.** The pairing requires the period to have closed and the statement to follow within 150 days; releases that satisfy neither are in `announcements` and not in `earnings`. * **Six releases have an unreadable header** and one filing is missing from EDGAR. They are absent from `announcements` rather than dated by guess. * **5.3% of releases have no symbol** and a further 12.5% resolve to one carried back from a later observation, almost all of them before 2006. * **Co-registrants file jointly.** Six thousand releases are filed by a parent and its subsidiaries in one document; each company gets its own row, and the event id is the company and the filing together. ## Provenance and updates Sources: SEC EDGAR bulk submissions (item codes, dates) and each filing's own SGML header (acceptance time). Figures from [ZipLime/company-fundamentals](https://huggingface.co/datasets/ZipLime/company-fundamentals), symbols from [ZipLime/security-master](https://huggingface.co/datasets/ZipLime/security-master), sessions from the XNYS calendar. US Government works, public domain. Rebuilt weekly on Hugging Face Jobs.