Analysts expect Core & Main, Inc. to report revenue of 2.18 B for Q3 26, against a range of 2.09 B to 2.27 B. The most recent reported quarter, Q2 26, came in at 2.15 B, a 7.5% beat against the 2.00 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 2.04 B | 1.70 B | 1.91 B | 2.09 B | 2.06 B | 1.58 B | 1.91 B | 2.15 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 2.24 B | 1.70 B | 1.94 B | 2.42 B | 2.12 B | 1.56 B | 1.90 B | 2.09 B | 2.27 B | 1.74 B | 2.19 B | 2.23 B | 2.39 B | 1.65 B | 2.14 B | 2.60 B | ||||||||||
| Low Estimate | 1.98 B | 1.42 B | 1.60 B | 2.07 B | 1.87 B | 1.45 B | 1.68 B | 1.91 B | 2.09 B | 1.49 B | 2.02 B | 1.93 B | 2.11 B | 1.54 B | 1.80 B | 2.33 B | ||||||||||
| Consensus Estimate | 2.11 B | 1.56 B | 1.77 B | 2.25 B | 1.99 B | 1.50 B | 1.79 B | 2.00 B | 2.18 B | 1.62 B | 2.11 B | 2.08 B | 2.25 B | 1.60 B | 1.97 B | 2.47 B |
Analysts expect Core & Main, Inc. to report earnings per share of 0.90 for Q3 26, against a range of 0.84 to 0.96. The most recent reported quarter, Q2 26, came in at 0.94 , in line with the 0.94 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.69 | 0.33 | 0.52 | 0.70 | 0.72 | 0.37 | 0.72 | 0.94 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.72 | 0.37 | 0.57 | 0.77 | 0.68 | 0.37 | 0.57 | 1.00 | 0.96 | 0.55 | 0.84 | 1.14 | 1.03 | 0.63 | 0.98 | 1.09 | ||||||||||
| Low Estimate | 0.62 | 0.33 | 0.51 | 0.71 | 0.64 | 0.33 | 0.53 | 0.88 | 0.84 | 0.49 | 0.74 | 0.98 | 0.95 | 0.59 | 0.90 | 1.03 | ||||||||||
| Consensus Estimate | 0.67 | 0.35 | 0.54 | 0.74 | 0.66 | 0.35 | 0.55 | 0.94 | 0.90 | 0.52 | 0.79 | 1.06 | 0.99 | 0.61 | 0.94 | 1.06 |
Pull Wall Street consensus for Core & Main, Inc. (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=CNM&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "CNM", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=CNM&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();