{"slug":"what-h1-and-h2-mean-in-reporting","qid":"annual_report_months","label":"Companies filing a 10-K annual report in each month of calendar H1 2026","post_title":"What H1 and H2 Mean in Company Reporting","post_url":"/blog/what-h1-and-h2-mean-in-reporting#q-annual_report_months","columns":["filing_month","companies","share_pct"],"rows":[{"filing_month":"January","companies":86,"share_pct":1.6},{"filing_month":"February","companies":1866,"share_pct":35.7},{"filing_month":"March","companies":2684,"share_pct":51.3},{"filing_month":"April","companies":318,"share_pct":6.1},{"filing_month":"May","companies":145,"share_pct":2.8},{"filing_month":"June","companies":150,"share_pct":2.9}],"shape":"series","sql":"SELECT\n    monthName(filing_date) AS filing_month,\n    uniqExact(cik)         AS companies,\n    round(100 * uniqExact(cik) / (\n        SELECT uniqExact(cik)\n        FROM global_markets.stocks_sec_edgar_index\n        WHERE form_type = '10-K'\n          AND filing_date >= toDate('2026-01-01')\n          AND filing_date <  toDate('2026-07-01')\n    ), 1)                  AS share_pct\nFROM global_markets.stocks_sec_edgar_index\nWHERE form_type = '10-K'\n  AND filing_date >= toDate('2026-01-01')\n  AND filing_date <  toDate('2026-07-01')\nGROUP BY filing_month, toMonth(filing_date)\nORDER BY toMonth(filing_date)","computed_at":"2026-08-06T15:34:04.723235+00:00","elapsed":0.002317568}