IPO Market 2026: The First Half in Numbers
US-dollar listings by month, H1 2026: count and dollars raisedseries ·
2026-07-26 · 6×3
H1 2026 listings by security type: count, dollars, and the typical deal in each buckettable ·
2026-07-26 · 3×5
H1 2026 listings: totals, the typical deal, and the concentration receiptsscalar ·
2026-07-26 · 1×11184
H1 2026 listings by primary exchange: count, dollars, and the unit-offering shareranking ·
2026-07-26 · 4×4
The eight largest US listings of H1 2026 by offer sizeranking ·
2026-07-26 · 8×3
First-half listings by year, 2019-2026: like-for-like January-June counts and dollarsranking ·
2026-07-26 · 8×3
H1 2026 listings vs their offer price: last regular-hours close of July 6-10, by typetable ·
2026-07-26 · 3×7
US-dollar listings by month, H1 2026: count and dollars raised
US-dollar listings by month, H1 2026: count and dollars raised
| month | listings | raised_bn_usd |
|---|---|---|
| 2026-01-01 | 35 | 8.3 |
| 2026-02-01 | 45 | 10.6 |
| 2026-03-01 | 15 | 3.8 |
| 2026-04-01 | 19 | 7.8 |
| 2026-05-01 | 37 | 16.2 |
| 2026-06-01 | 33 | 86.8 |
the exact SQL behind every number
SELECT toStartOfMonth(listing_date) AS month,
count() AS listings,
round(sum(total_offer_size) / 1e9, 1) AS raised_bn_usd
FROM global_markets.stocks_ipos
WHERE ipo_status = 'history'
AND currency_code = 'USD'
AND listing_date >= '2026-01-01'
AND listing_date <= '2026-06-30'
GROUP BY month
ORDER BY month
More from this analysisIPO Market 2026: The First Half in Numbers
The eight largest US listings of H1 2026 by offer size
ranking 8×3
→
First-half listings by year, 2019-2026: like-for-like January-June counts and dollars
ranking 8×3
→
H1 2026 listings by primary exchange: count, dollars, and the unit-offering share
ranking 4×4
→
H1 2026 listings by security type: count, dollars, and the typical deal in each bucket
table 3×5
→
See all 2,173 queries →