Analysts expect Primo Brands Corp to report revenue of 1.78 B for Q3 26, against a range of 1.63 B to 1.94 B. The most recent reported quarter, Q2 26, came in at 1.80 B, a 4.0% miss against the 1.87 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) | 511.40 M | 1.61 B | 1.61 B | 1.73 B | 1.77 B | 1.55 B | 1.63 B | 1.80 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 480.79 M | 482.52 M | 1.86 B | 2.02 B | 1.94 B | 1.72 B | 1.65 B | 1.99 B | 1.94 B | 1.59 B | 1.88 B | 2.02 B | 2.65 B | 2.47 B | 1.66 B | 1.61 B | ||||||||||
| Low Estimate | 440.85 M | 396.03 M | 1.53 B | 1.80 B | 1.76 B | 1.48 B | 1.39 B | 1.75 B | 1.63 B | 1.41 B | 1.71 B | 1.88 B | 2.28 B | 2.32 B | 1.46 B | 1.36 B | ||||||||||
| Consensus Estimate | 460.82 M | 439.27 M | 1.70 B | 1.91 B | 1.85 B | 1.60 B | 1.52 B | 1.87 B | 1.78 B | 1.50 B | 1.79 B | 1.95 B | 2.46 B | 2.39 B | 1.56 B | 1.49 B |
Analysts expect Primo Brands Corp to report earnings per share of 0.44 for Q3 26, against a range of 0.40 to 0.48. The most recent reported quarter, Q2 26, came in at 0.37, a 8.8% beat against the 0.34 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.35 | 0.13 | 0.29 | 0.36 | 0.41 | 0.26 | 0.23 | 0.37 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.33 | 0.22 | 0.25 | 0.41 | 0.38 | 0.22 | 0.24 | 0.36 | 0.48 | 0.32 | 0.30 | 0.45 | 0.52 | 0.37 | 0.35 | 0.55 | ||||||||||
| Low Estimate | 0.29 | 0.20 | 0.21 | 0.37 | 0.34 | 0.20 | 0.22 | 0.32 | 0.40 | 0.28 | 0.26 | 0.41 | 0.46 | 0.31 | 0.33 | 0.49 | ||||||||||
| Consensus Estimate | 0.31 | 0.21 | 0.23 | 0.39 | 0.36 | 0.21 | 0.23 | 0.34 | 0.44 | 0.30 | 0.28 | 0.43 | 0.49 | 0.34 | 0.34 | 0.52 |
Pull Wall Street consensus for Primo Brands Corp (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=PRMB&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "PRMB", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=PRMB&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();