Core & Main (CNM) Shares Outstanding (Entity) (2021 - 2026)
Analysis
Core & Main (CNM) Shares Outstanding (Entity) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Entity.) (Qtr) |
|---|---|---|---|---|---|
| 1 | W.W. Grainger | 59.74 Bn | 59.53 Bn | 1.98 Bn | 47.10 Mn |
| 2 | Fastenal | 57.47 Bn | 57.26 Bn | 1.06 Bn | 1.15 Bn |
| 3 | Ferguson Enterprises | 42.93 Bn | 42.11 Bn | 2.32 Bn | 194.13 Mn |
| 4 | Sunbelt Rentals Holdings | 31.01 Bn | 30.98 Bn | 1.25 Bn | 409.87 Mn |
| 5 | Reliance | 19.76 Bn | 19.53 Bn | 1.30 Bn | 51.05 Mn |
| 6 | Wesco International | 17.65 Bn | 16.83 Bn | 1.46 Bn | 48.73 Mn |
| 7 | Applied Industrial Technologies | 12.14 Bn | 12.02 Bn | 411.22 Mn | 36.80 Mn |
| 8 | Watsco | 11.58 Bn | 11.60 Bn | 578.93 Mn | 35.59 Mn |
| 9 | Avantor | 10.11 Bn | 9.80 Bn | 537.00 Mn | 676.36 Mn |
| 10 | Core & Main | 7.93 Bn | 7.69 Bn | 573.00 Mn | 184.44 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | 184.44 Mn |
| May 3, 2026 | 187.87 Mn |
| Feb 1, 2026 | 188.77 Mn |
| Nov 2, 2025 | 189.74 Mn |
| Aug 3, 2025 | 190.49 Mn |
| May 4, 2025 | 189.45 Mn |
| Feb 2, 2025 | 189.82 Mn |
| Oct 27, 2024 | 190.19 Mn |
| Jul 28, 2024 | 192.64 Mn |
| Apr 28, 2024 | 192.63 Mn |
| Jan 28, 2024 | 191.66 Mn |
| Oct 29, 2023 | 221.23 Mn |
| Jul 30, 2023 | 226.23 Mn |
| Apr 30, 2023 | 231.09 Mn |
| Jan 29, 2023 | 245.99 Mn |
| Oct 30, 2022 | 245.90 Mn |
| Jul 31, 2022 | 245.89 Mn |
| May 1, 2022 | 245.89 Mn |
| Jan 30, 2022 | 245.92 Mn |
| Oct 31, 2021 | 245.92 Mn |
API Access
Core & Main Shares Outstanding (Entity) API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=shares-outstanding-entity&ticker=CNM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-entity", "ticker": "CNM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=shares-outstanding-entity&ticker=CNM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();