STRASMORE/EXPLORE 2,170 QUERIES

From every H1 2026 US-dollar listing down to the measured set

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-07-26, from Stock Float vs. Shares Outstanding Explained.

as of scalar 1×5read in context →
ipos h1 2026
184
large common stock ipos
60
with both share counts
40
dropped placeholder rows
1
measured ipos
39
Rows × columns
1 × 5
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 From every H1 2026 US-dollar listing down to the measured set, derived from the stored result.
ColumnTypeRangeNotes
ipos_h1_2026 number every row is 184
large_common_stock_ipos number every row is 60
with_both_share_counts number every row is 40
dropped_placeholder_rows number every row is 1
measured_ipos number every row is 39

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 count() AS ipos_h1_2026,
       countIf(security_type = 'CS' AND total_offer_size >= 100000000) AS large_common_stock_ipos,
       countIf(security_type = 'CS' AND total_offer_size >= 100000000
               AND shares_outstanding > 0 AND max_shares_offered > 0) AS with_both_share_counts,
       countIf(security_type = 'CS' AND total_offer_size >= 100000000
               AND shares_outstanding > 0 AND max_shares_offered > 0
               AND max_shares_offered >= shares_outstanding) AS dropped_placeholder_rows,
       countIf(security_type = 'CS' AND total_offer_size >= 100000000
               AND shares_outstanding > 0 AND max_shares_offered > 0
               AND max_shares_offered < shares_outstanding) AS measured_ipos
FROM global_markets.stocks_ipos
WHERE listing_date >= '2026-01-01'
  AND listing_date <= '2026-06-30'
  AND ipo_status = 'history'
  AND currency_code = 'USD'

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 analysisStock Float vs. Shares Outstanding Explained
Shares outstanding across every company with a recent quarterly filing: percentiles, in millions of shares scalar 1×6 Float at listing: shares offered as a share of recorded shares outstanding, H1 2026 US IPOs of $100M+ scalar 1×5 Eight of H1 2026's biggest measured US IPOs: shares offered vs. shares outstanding at listing table 8×5 Daily high-low range and dollar volume by shares-outstanding tier: US common stocks, regular-hours sessions, June 11 to July 10, 2026 table 5×5 Share counts from the latest quarterly income statements on record: three megacaps table 3×5 Medline (MDLN): the 20 sessions before its 180-day mark vs. every session from it, regular-hours volume and daily range series 2×8 See all 2,170 queries →