{"slug":"what-is-a-stock-float","qid":"ipo_universe_receipt","label":"From every H1 2026 US-dollar listing down to the measured set","post_title":"Stock Float vs. Shares Outstanding Explained","post_url":"/blog/what-is-a-stock-float#q-ipo_universe_receipt","columns":["ipos_h1_2026","large_common_stock_ipos","with_both_share_counts","dropped_placeholder_rows","measured_ipos"],"rows":[{"ipos_h1_2026":184,"large_common_stock_ipos":60,"with_both_share_counts":40,"dropped_placeholder_rows":1,"measured_ipos":39}],"shape":"scalar","sql":"SELECT count() AS ipos_h1_2026,\n       countIf(security_type = 'CS' AND total_offer_size >= 100000000) AS large_common_stock_ipos,\n       countIf(security_type = 'CS' AND total_offer_size >= 100000000\n               AND shares_outstanding > 0 AND max_shares_offered > 0) AS with_both_share_counts,\n       countIf(security_type = 'CS' AND total_offer_size >= 100000000\n               AND shares_outstanding > 0 AND max_shares_offered > 0\n               AND max_shares_offered >= shares_outstanding) AS dropped_placeholder_rows,\n       countIf(security_type = 'CS' AND total_offer_size >= 100000000\n               AND shares_outstanding > 0 AND max_shares_offered > 0\n               AND max_shares_offered < shares_outstanding) AS measured_ipos\nFROM global_markets.stocks_ipos\nWHERE listing_date >= '2026-01-01'\n  AND listing_date <= '2026-06-30'\n  AND ipo_status = 'history'\n  AND currency_code = 'USD'","computed_at":"2026-07-26T06:21:07.485142+00:00","elapsed":0.021668344}