Analysts expect Yum Brands Inc to report revenue of 1.98 B for Q3 26, against a range of 1.91 B to 2.04 B. The most recent reported quarter, Q2 26, came in at 2.17 B, a 1.8% beat against the 2.13 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.83 B | 2.36 B | 1.79 B | 1.93 B | 1.98 B | 2.51 B | 2.06 B | 2.17 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.83 B | 2.73 B | 2.08 B | 2.11 B | 2.23 B | 2.61 B | 2.02 B | 2.21 B | 2.04 B | 2.58 B | 2.14 B | 2.21 B | 2.17 B | 3.08 B | 2.26 B | 2.39 B | ||||||||||
| Low Estimate | 1.71 B | 2.30 B | 1.81 B | 1.96 B | 2.01 B | 2.40 B | 1.82 B | 2.05 B | 1.91 B | 2.29 B | 1.87 B | 1.95 B | 2.01 B | 2.56 B | 1.97 B | 2.18 B | ||||||||||
| Consensus Estimate | 1.77 B | 2.51 B | 1.95 B | 2.03 B | 2.12 B | 2.51 B | 1.92 B | 2.13 B | 1.98 B | 2.44 B | 2.00 B | 2.08 B | 2.09 B | 2.82 B | 2.11 B | 2.28 B |
Analysts expect Yum Brands Inc to report earnings per share of 1.66 for Q3 26, against a range of 1.58 to 1.74. The most recent reported quarter, Q2 26, came in at 1.62, a 9.5% beat against the 1.48 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.37 | 1.52 | 1.30 | 1.44 | 1.58 | 1.73 | 1.50 | 1.62 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.58 | 1.64 | 1.37 | 1.48 | 1.46 | 1.78 | 1.40 | 1.63 | 1.74 | 1.97 | 1.49 | 1.75 | 1.98 | 1.98 | 1.75 | 2.21 | ||||||||||
| Low Estimate | 1.32 | 1.36 | 1.15 | 1.30 | 1.36 | 1.52 | 1.24 | 1.33 | 1.58 | 1.71 | 1.39 | 1.61 | 1.64 | 1.82 | 1.55 | 1.97 | ||||||||||
| Consensus Estimate | 1.45 | 1.50 | 1.26 | 1.39 | 1.41 | 1.65 | 1.32 | 1.48 | 1.66 | 1.84 | 1.44 | 1.68 | 1.81 | 1.90 | 1.65 | 2.09 |
Pull Wall Street consensus for Yum Brands 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=YUM&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "YUM", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=YUM&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();