Analysts expect Kinder Morgan, Inc. to report revenue of 4.54 B for Q3 26, against a range of 4.10 B to 4.97 B. The most recent reported quarter, Q2 26, came in at 4.48 B, a 11.4% beat against the 4.02 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) | 3.70 B | 3.99 B | 4.24 B | 4.04 B | 4.15 B | 4.51 B | 4.83 B | 4.48 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 4.54 B | 4.40 B | 4.35 B | 4.30 B | 4.38 B | 4.66 B | 5.01 B | 4.24 B | 4.97 B | 4.72 B | 5.04 B | 4.80 B | 4.85 B | 4.84 B | 5.48 B | 4.83 B | ||||||||||
| Low Estimate | 4.07 B | 3.74 B | 3.71 B | 3.55 B | 4.02 B | 4.22 B | 4.51 B | 3.80 B | 4.10 B | 4.08 B | 4.49 B | 4.50 B | 4.49 B | 4.50 B | 5.04 B | 4.07 B | ||||||||||
| Consensus Estimate | 4.30 B | 4.07 B | 4.03 B | 3.92 B | 4.20 B | 4.44 B | 4.76 B | 4.02 B | 4.54 B | 4.40 B | 4.76 B | 4.65 B | 4.67 B | 4.67 B | 5.26 B | 4.45 B |
Analysts expect Kinder Morgan, Inc. to report earnings per share of 0.31 for Q3 26, against a range of 0.28 to 0.34. The most recent reported quarter, Q2 26, came in at 0.37, a 12.1% beat against the 0.33 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.25 | 0.32 | 0.34 | 0.28 | 0.29 | 0.39 | 0.48 | 0.37 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.28 | 0.34 | 0.36 | 0.28 | 0.31 | 0.36 | 0.41 | 0.34 | 0.34 | 0.39 | 0.44 | 0.40 | 0.35 | 0.47 | 0.54 | 0.39 | ||||||||||
| Low Estimate | 0.24 | 0.32 | 0.32 | 0.24 | 0.29 | 0.32 | 0.35 | 0.32 | 0.28 | 0.35 | 0.40 | 0.34 | 0.33 | 0.41 | 0.46 | 0.33 | ||||||||||
| Consensus Estimate | 0.26 | 0.33 | 0.34 | 0.26 | 0.30 | 0.34 | 0.38 | 0.33 | 0.31 | 0.37 | 0.42 | 0.37 | 0.34 | 0.44 | 0.50 | 0.36 |
Pull Wall Street consensus for Kinder Morgan, 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=KMI&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "KMI", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=KMI&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();