STRASMORE/EXPLORE 2,170 QUERIES

When Q1 2026 13F reports landed, by week after quarter end

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-22, from What Is Form N-PORT? Fund Holdings Filing.

as of ranking 13×2read in context →
When Q1 2026 13F reports landed, by week after quarter end — 13 rows by 2 columns, computed from US exchange, SIP and OPRA data.
week_after_quarter_endfilings
Week 167
Week 2585
Week 3833
Week 41157
Week 51046
Week 61524
Week 73437
Week 864
Week 936
Week 1014
Week 1117
Week 127
Week 135
Rows × columns
13 × 2
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 When Q1 2026 13F reports landed, by week after quarter end, derived from the stored result.
ColumnTypeRangeNotes
week_after_quarter_end text 13 distinct values (Week 1, Week 10, Week 11…)
filings number 5 to 3,437

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.

the exact SQL behind every number
SELECT
    concat('Week ', toString(w.week_no))    AS week_after_quarter_end,
    toUInt32(ifNull(f.filings, 0))          AS filings
FROM
(
    SELECT arrayJoin(range(1, 14)) AS week_no
) AS w
LEFT JOIN
(
    SELECT
        intDiv(days_to_file, 7) + 1 AS week_no,
        count()                     AS filings
    FROM
    (
        SELECT
            accession_number,
            dateDiff('day', toDate('2026-03-31'), any(filing_date)) AS days_to_file
        FROM global_markets.stocks_13f_filings
        WHERE form_type = '13F-HR'
          AND toDate(toString(period)) = toDate('2026-03-31')
        GROUP BY accession_number
    )
    WHERE days_to_file BETWEEN 0 AND 90
    GROUP BY week_no
) AS f ON f.week_no = w.week_no
ORDER BY w.week_no

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisWhat Is Form N-PORT? Fund Holdings Filing
Most-filed EDGAR form types over the trailing year ranking 12×3 How long institutional managers take to file a 13F after quarter end series 12×4 Share of reported Form 4 lines by transaction code, Aug 2025 to Jul 2026 ranking 7×3 Quoted bid-ask spread by fund: venue quotes, 11:00 to 13:59 ET, July 22, 2026 ranking 7×4 How far the price travels inside a day: seven ETFs, July 2026 sessions ranking 7×4 Calendar days from transaction date to Form 4 filing date ranking 6×3 See all 2,170 queries →