STRASMORE/EXPLORE 2,595 QUERIES

IPO registration and prospectus filings since 2022

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-09-20, from Early Lockup Release: Triggers and Waivers.

as of ranking 7×3read in context →
IPO registration and prospectus filings since 2022 — 7 rows by 3 columns, computed from US exchange, SIP and OPRA data.
form_typefilingscompanies
424B3372514443
S-1/A79652278
S-143052489
F-1/A3602768
424B421911547
F-11408870
424B1163142
Rows × columns
7 × 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 IPO registration and prospectus filings since 2022, derived from the stored result.
ColumnTypeRangeNotes
form_type text 7 distinct values (424B1, 424B3, 424B4…)
filings number 163 to 37,251
companies number 142 to 4,443

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
    form_type,
    countDistinct(accession_number) AS filings,
    countDistinct(cik)              AS companies
FROM global_markets.stocks_sec_edgar_index
WHERE filing_date >= '2022-01-01'
  AND form_type IN ('S-1', 'S-1/A', 'F-1', 'F-1/A', '424B4', '424B1', '424B3')
GROUP BY form_type
ORDER BY filings DESC
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysisEarly Lockup Release: Triggers and Waivers
How much of a company an IPO actually sells ranking 6×2 → Days from listing to a company's first lockup 8-K ranking 3×2 → Form 8-K disclosures mentioning a lockup, by month series 18×4 → Volume in the four weeks around day 180 vs the weeks before it: nine US listings ranking 9×4 → Reddit share volume by window, counted in days from the March 20, 2024 pricing date ranking 5×3 → Weekly average daily volume: Reddit's first year of trading, March 2024 to March 2025 series 53×2 → See all 2,595 queries →