{"slug":"ipo-market-2026-h1","qid":"h1_totals","label":"H1 2026 listings: totals, the typical deal, and the concentration receipts","post_title":"IPO Market 2026: The First Half in Numbers","post_url":"/blog/ipo-market-2026-h1#q-h1_totals","columns":["listings","raised_b","june_raised_b","june_share_pct","biggest_deal_b","biggest_deal_share_pct","billion_dollar_deals","average_deal_m","median_deal_m","with_offer_price","trading_sessions"],"rows":[{"listings":184,"raised_b":133.5,"june_raised_b":86.8,"june_share_pct":65,"biggest_deal_b":75,"biggest_deal_share_pct":56.2,"billion_dollar_deals":11,"average_deal_m":738,"median_deal_m":200,"with_offer_price":178,"trading_sessions":123}],"shape":"scalar","sql":"SELECT count() AS listings,\n       round(sum(total_offer_size) / 1e9, 1) AS raised_b,\n       round(sumIf(total_offer_size, listing_date >= '2026-06-01') / 1e9, 1) AS june_raised_b,\n       round(100 * toFloat64(sumIf(total_offer_size, listing_date >= '2026-06-01')) / toFloat64(sum(total_offer_size)), 1) AS june_share_pct,\n       round(max(total_offer_size) / 1e9, 1) AS biggest_deal_b,\n       round(100 * toFloat64(max(total_offer_size)) / toFloat64(sum(total_offer_size)), 1) AS biggest_deal_share_pct,\n       countIf(total_offer_size >= 1000000000) AS billion_dollar_deals,\n       round(avg(total_offer_size) / 1e6, 0) AS average_deal_m,\n       round(quantileExact(0.5)(toFloat64(total_offer_size)) / 1e6, 0) AS median_deal_m,\n       countIf(final_issue_price > 0) AS with_offer_price,\n       (SELECT uniqExact(toDate(toTimeZone(window_start, 'America/New_York')))\n        FROM global_markets.delayed_stocks_minute_aggs\n        WHERE ticker = 'SPY'\n          AND window_start >= toDateTime('2026-01-01 00:00:00')\n          AND window_start < toDateTime('2026-07-01 00:00:00')) AS trading_sessions\nFROM global_markets.stocks_ipos\nWHERE ipo_status = 'history'\n  AND currency_code = 'USD'\n  AND listing_date >= '2026-01-01'\n  AND listing_date <= '2026-06-30'","computed_at":"2026-07-26T05:37:37.779991+00:00","elapsed":0.115363165}