Analysts expect Icahn Enterprises L.P. to report revenue of 2.44 B for Q3 26, against a range of 2.32 B to 2.57 B. The most recent reported quarter, Q2 26, came in at 3.08 B, a 41.9% beat against the 2.17 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 2.22 B | 2.37 B | 2.00 B | 2.14 B | 2.32 B | 2.17 B | 2.31 B | 3.08 B | - | - | - | - | - | - | - | - | ||
| High Estimate | 2.77 B | 2.61 B | 2.96 B | 2.04 B | 2.17 B | 2.16 B | 1.98 B | 2.25 B | 2.57 B | 2.14 B | 2.35 B | 2.21 B | 2.45 B | 2.17 B | 2.22 B | 2.75 B | ||
| Low Estimate | 2.38 B | 2.35 B | 2.62 B | 1.88 B | 1.80 B | 1.96 B | 1.83 B | 2.09 B | 2.32 B | 2.00 B | 2.00 B | 1.98 B | 2.27 B | 2.03 B | 1.95 B | 2.38 B | ||
| Consensus Estimate | 2.58 B | 2.48 B | 2.79 B | 1.96 B | 1.99 B | 2.06 B | 1.90 B | 2.17 B | 2.44 B | 2.07 B | 2.18 B | 2.10 B | 2.36 B | 2.10 B | 2.09 B | 2.57 B |
Analysts expect Icahn Enterprises L.P. to report earnings per share of 0.09 for Q3 26, against a range of 0.08 to 0.10. The most recent reported quarter, Q2 26, came in at -0.52, a 533.3% miss against the 0.12 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.05 | -0.19 | -0.79 | -0.30 | 0.49 | 0.00 | -0.71 | -0.52 | - | - | - | - | - | - | - | - | ||
| High Estimate | 0.23 | 0.20 | 0.22 | 0.15 | 0.16 | 0.17 | 0.11 | 0.12 | 0.10 | 0.09 | 0.12 | 0.17 | 0.50 | 0.28 | 0.30 | 0.50 | ||
| Low Estimate | 0.21 | 0.18 | 0.18 | 0.13 | 0.14 | 0.15 | 0.09 | 0.12 | 0.08 | 0.09 | 0.10 | 0.15 | 0.46 | 0.26 | 0.28 | 0.44 | ||
| Consensus Estimate | 0.22 | 0.19 | 0.20 | 0.14 | 0.15 | 0.16 | 0.10 | 0.12 | 0.09 | 0.09 | 0.11 | 0.16 | 0.48 | 0.27 | 0.29 | 0.47 |
Pull Wall Street consensus for Icahn Enterprises L.P. (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=IEP&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "IEP", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=IEP&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();