Core & Main (CNM) Revenue (2020 - 2026)
Core & Main's (CNM) quarterly Revenue came in at $2.1 billion in Q3 2026, up 2.48% year-over-year from $2.1 billion in Q3 2025, and up 12.3% on a QoQ basis from $1.9 billion in Q2 2026.
Core & Main (CNM) Revenue (2020 - 2026) Analysis & Trends
Core & Main (CNM) has 7 years of Revenue data on file, last reported at $2.1 billion in Q3 2026.
- On a quarterly basis, Revenue rose 2.48% year-over-year to $2.1 billion in Q3 2026; TTM through Aug 2026 was $7.7 billion, a 0.54% decrease from a year earlier, with the FY2026 full-year figure at $7.6 billion, up 2.77% from the prior year.
- Revenue for Q3 2026 stood at $2.1 billion, up from $1.9 billion in the prior quarter.
- Across five years, Revenue topped out at $2.1 billion in Q3 2026 and bottomed at $1.2 billion in Q1 2022.
- Historically, Revenue has averaged $1.8 billion across 5 years, with a median of $1.8 billion in 2023.
- The widest annual swing landed in 2022, when Revenue soared 51.47%; it then slipped 6.89% in 2026.
- Year by year, Revenue stood at $1.8 billion in 2022, then increased by 0.5% to $1.8 billion in 2023, then rose by 11.55% to $2.0 billion in 2024, then grew by 1.18% to $2.1 billion in 2025, then gained by 4.03% to $2.1 billion in 2026.
- Per Business Quant data, the three most recent Revenue figures were $2.1 billion in Q3 2026, $1.9 billion in Q2 2026, and $1.6 billion in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | W.W. Grainger | 59.74 Bn | 59.53 Bn | 1.98 Bn | 5.02 Bn |
| 2 | Fastenal | 57.47 Bn | 57.26 Bn | 1.06 Bn | 2.39 Bn |
| 3 | Ferguson Enterprises | 42.93 Bn | 42.11 Bn | 2.32 Bn | 7.47 Bn |
| 4 | Reliance | 19.76 Bn | 19.53 Bn | 1.30 Bn | 4.63 Bn |
| 5 | Wesco International | 17.65 Bn | 16.83 Bn | 1.46 Bn | 6.67 Bn |
| 6 | Applied Industrial Technologies | 12.14 Bn | 12.02 Bn | 411.22 Mn | 1.35 Bn |
| 7 | Watsco | 11.58 Bn | 11.60 Bn | 578.93 Mn | 2.10 Bn |
| 8 | Avantor | 10.11 Bn | 9.80 Bn | 537.00 Mn | 1.69 Bn |
| 9 | Core & Main | 7.93 Bn | 7.69 Bn | 573.00 Mn | 2.15 Bn |
| 10 | Msc Industrial Direct | 6.77 Bn | 6.70 Bn | 430.41 Mn | 1.05 Bn |
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | 2.15 Bn |
| May 3, 2026 | 1.91 Bn |
| Feb 1, 2026 | 1.58 Bn |
| Nov 2, 2025 | 2.06 Bn |
| Aug 3, 2025 | 2.09 Bn |
| May 4, 2025 | 1.91 Bn |
| Feb 2, 2025 | 1.70 Bn |
| Oct 27, 2024 | 2.04 Bn |
| Jul 28, 2024 | 1.96 Bn |
| Apr 28, 2024 | 1.74 Bn |
| Jan 28, 2024 | 1.44 Bn |
| Oct 29, 2023 | 1.83 Bn |
| Jul 30, 2023 | 1.86 Bn |
| Apr 30, 2023 | 1.57 Bn |
| Jan 29, 2023 | 1.37 Bn |
| Oct 30, 2022 | 1.82 Bn |
| Jul 31, 2022 | 1.86 Bn |
| May 1, 2022 | 1.60 Bn |
| Jan 30, 2022 | 1.25 Bn |
| Oct 31, 2021 | 1.41 Bn |
Core & Main Revenue 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=revenue&ticker=CNM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=CNM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();