Analysts expect Brinker International, Inc to report revenue of 1.38 B for Q1 27, against a range of 1.31 B to 1.44 B. The most recent reported quarter, Q4 26, came in at 1.54 B, a 3.5% beat against the 1.49 B consensus.
| Metric | 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 | Q1 31 | Q2 31 | Q3 31 | Q4 31 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.14 B | 1.36 B | 1.43 B | 1.46 B | 1.35 B | 1.45 B | 1.47 B | 1.54 B | - | - | - | - | - | - | - | - | ||||||||||||
| High Estimate | 1.16 B | 1.35 B | 1.58 B | 1.64 B | 1.36 B | 1.43 B | 1.51 B | 1.56 B | 1.44 B | 1.54 B | 1.59 B | 1.83 B | 1.56 B | 1.82 B | 1.84 B | 1.94 B | ||||||||||||
| Low Estimate | 954.72 M | 1.27 B | 1.30 B | 1.36 B | 1.24 B | 1.22 B | 1.29 B | 1.41 B | 1.31 B | 1.38 B | 1.33 B | 1.53 B | 1.31 B | 1.62 B | 1.54 B | 1.66 B | ||||||||||||
| Consensus Estimate | 1.06 B | 1.31 B | 1.44 B | 1.50 B | 1.30 B | 1.33 B | 1.40 B | 1.49 B | 1.38 B | 1.46 B | 1.46 B | 1.68 B | 1.44 B | 1.72 B | 1.69 B | 1.80 B |
Analysts expect Brinker International, Inc to report earnings per share of 2.29 for Q1 27, against a range of 2.13 to 2.45. The most recent reported quarter, Q4 26, came in at 3.07, a 5.5% miss against the 3.25 consensus.
| Metric | 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 | Q1 31 | Q2 31 | Q3 31 | Q4 31 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.95 | 2.80 | 2.66 | 2.49 | 1.93 | 2.87 | 2.90 | 3.07 | - | - | - | - | - | - | - | - | ||||||||||||
| High Estimate | 0.74 | 1.90 | 2.70 | 2.88 | 1.79 | 2.97 | 3.13 | 3.55 | 2.45 | 3.83 | 3.63 | 4.33 | 3.18 | 4.29 | 3.98 | 3.97 | ||||||||||||
| Low Estimate | 0.70 | 1.68 | 2.30 | 2.42 | 1.57 | 2.53 | 2.85 | 2.95 | 2.13 | 3.31 | 2.97 | 3.55 | 2.70 | 3.65 | 3.50 | 3.59 | ||||||||||||
| Consensus Estimate | 0.72 | 1.79 | 2.50 | 2.65 | 1.68 | 2.75 | 2.99 | 3.25 | 2.29 | 3.57 | 3.30 | 3.94 | 2.94 | 3.97 | 3.74 | 3.78 |
Pull Wall Street consensus for Brinker International, 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=EAT&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "EAT", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=EAT&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();