Analysts expect Coca-Cola Consolidated, Inc. to report revenue of 1.98 B for Q4 26, against a range of 1.91 B to 2.05 B. The most recent reported quarter, Q3 26, came in at 2.05 B, a 7.8% beat against the 1.90 B consensus.
| Metric | Q2 24 | Q3 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.80 B | 1.77 B | 1.58 B | 1.86 B | 1.89 B | 1.90 B | 1.85 B | 2.05 B | 2.05 B | - | - | - | - | - |
| High Estimate | - | - | - | - | - | - | - | - | 2.07 B | 2.05 B | 2.30 B | 2.36 B | 2.45 B | 2.44 B |
| Low Estimate | - | - | - | - | - | - | - | - | 1.74 B | 1.91 B | 2.07 B | 2.01 B | 2.15 B | 2.25 B |
| Consensus Estimate | - | - | - | - | - | - | - | - | 1.90 B | 1.98 B | 2.19 B | 2.19 B | 2.30 B | 2.34 B |
Analysts expect Coca-Cola Consolidated, Inc. to report earnings per share of 2.29 for Q4 26, against a range of 2.20 to 2.38. The most recent reported quarter, Q3 26, came in at 2.39, a 3.3% beat against the 2.31 consensus.
| Metric | Q2 24 | Q3 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 2.07 | 1.88 | 1.56 | 2.24 | 2.06 | 2.11 | 1.79 | 2.83 | 2.39 | - | - | - | - | - |
| High Estimate | - | - | - | - | - | - | - | - | 2.54 | 2.38 | 2.11 | 3.26 | 3.02 | 2.93 |
| Low Estimate | - | - | - | - | - | - | - | - | 2.08 | 2.20 | 1.81 | 2.92 | 2.68 | 2.45 |
| Consensus Estimate | - | - | - | - | - | - | - | - | 2.31 | 2.29 | 1.96 | 3.09 | 2.85 | 2.69 |
Pull Wall Street consensus for Coca-Cola Consolidated, 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=COKE&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "COKE", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=COKE&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();