STRASMORE/EXPLORE 2,433 QUERIES

Companies filing a 10-K annual report in each month of calendar H1 2026

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-06, from What H1 and H2 Mean in Company Reporting.

as of series 6×3read in context →
Companies filing a 10-K annual report in each month of calendar H1 2026 — 6 rows by 3 columns, computed from US exchange, SIP and OPRA data.
filing_monthcompaniesshare_pct
January861.6
February186635.7
March268451.3
April3186.1
May1452.8
June1502.9
Rows × columns
6 × 3
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for Companies filing a 10-K annual report in each month of calendar H1 2026, derived from the stored result.
ColumnTypeRangeNotes
filing_month text 6 distinct values (April, February, January…)
companies number 86 to 2,684
share_pct number 1.6 to 51.3 percent

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    monthName(filing_date) AS filing_month,
    uniqExact(cik)         AS companies,
    round(100 * uniqExact(cik) / (
        SELECT uniqExact(cik)
        FROM global_markets.stocks_sec_edgar_index
        WHERE form_type = '10-K'
          AND filing_date >= toDate('2026-01-01')
          AND filing_date <  toDate('2026-07-01')
    ), 1)                  AS share_pct
FROM global_markets.stocks_sec_edgar_index
WHERE form_type = '10-K'
  AND filing_date >= toDate('2026-01-01')
  AND filing_date <  toDate('2026-07-01')
GROUP BY filing_month, toMonth(filing_date)
ORDER BY toMonth(filing_date)
⌘/Ctrl + Enter
More from this analysisWhat H1 and H2 Mean in Company Reporting
Where nine familiar issuers close their reported periods table 9×5 The most recent 10-K on file for the same nine issuers ranking 9×4 Annual and interim filing forms counted over calendar H1 2026 ranking 3×3 NVDA front band vs 91-180 day band: median near-the-money IV per session, Feb 10 to Mar 14, 2025 series 24×4 The Tesla $400 May call through its Q1 earnings (Apr 8 - May 6 2026) series 21×5 Near-the-money Tesla May-expiry implied volatility around the print series 21×3 See all 2,433 queries →