Analysts expect Monster Beverage Corp to report revenue of 2.43 B for Q3 26, against a range of 2.28 B to 2.58 B. The most recent reported quarter, Q2 26, came in at 2.54 B, a 10.7% beat against the 2.30 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) | 1.88 B | 1.81 B | 1.85 B | 2.11 B | 2.20 B | 2.13 B | 2.35 B | 2.54 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.97 B | 1.87 B | 2.03 B | 2.39 B | 2.36 B | 2.20 B | 2.40 B | 2.42 B | 2.58 B | 2.72 B | 2.52 B | 2.91 B | 3.21 B | 2.63 B | 2.79 B | 3.28 B | ||||||||||
| Low Estimate | 1.70 B | 1.57 B | 1.72 B | 2.06 B | 2.08 B | 2.03 B | 2.22 B | 2.17 B | 2.28 B | 2.31 B | 2.31 B | 2.47 B | 2.66 B | 2.37 B | 2.37 B | 3.03 B | ||||||||||
| Consensus Estimate | 1.84 B | 1.72 B | 1.87 B | 2.22 B | 2.22 B | 2.12 B | 2.31 B | 2.30 B | 2.43 B | 2.52 B | 2.41 B | 2.69 B | 2.94 B | 2.50 B | 2.58 B | 3.15 B |
Analysts expect Monster Beverage Corp to report earnings per share of 0.28 for Q3 26, against a range of 0.26 to 0.30. The most recent reported quarter, Q2 26, came in at 0.30, a 7.1% beat against the 0.28 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.20 | 0.19 | 0.23 | 0.26 | 0.28 | 0.26 | 0.29 | 0.30 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.23 | 0.22 | 0.25 | 0.25 | 0.24 | 0.24 | 0.28 | 0.29 | 0.30 | 0.29 | 0.36 | 0.37 | 0.35 | 0.35 | 0.35 | 0.42 | ||||||||||
| Low Estimate | 0.21 | 0.20 | 0.21 | 0.21 | 0.22 | 0.22 | 0.26 | 0.27 | 0.26 | 0.25 | 0.32 | 0.33 | 0.31 | 0.29 | 0.31 | 0.34 | ||||||||||
| Consensus Estimate | 0.22 | 0.21 | 0.23 | 0.23 | 0.23 | 0.23 | 0.27 | 0.28 | 0.28 | 0.27 | 0.34 | 0.35 | 0.33 | 0.32 | 0.33 | 0.38 |
Pull Wall Street consensus for Monster Beverage 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=MNST&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "MNST", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=MNST&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();