{"slug":"what-h1-and-h2-mean-in-reporting","qid":"filing_form_mix","label":"Annual and interim filing forms counted over calendar H1 2026","post_title":"What H1 and H2 Mean in Company Reporting","post_url":"/blog/what-h1-and-h2-mean-in-reporting#q-filing_form_mix","columns":["form_type","companies","filings"],"rows":[{"form_type":"10-K","companies":5234,"filings":5111},{"form_type":"10-Q","companies":5442,"filings":6001},{"form_type":"20-F","companies":750,"filings":754}],"shape":"ranking","sql":"SELECT\n    form_type,\n    uniqExact(cik)              AS companies,\n    uniqExact(accession_number) AS filings\nFROM global_markets.stocks_sec_edgar_index\nWHERE form_type IN ('10-K', '10-Q', '20-F')\n  AND filing_date >= toDate('2026-01-01')\n  AND filing_date <  toDate('2026-07-01')\nGROUP BY form_type\nORDER BY form_type","computed_at":"2026-08-06T15:34:05.218058+00:00","elapsed":0.00176727}