Icahn Enterprises (IEP) EPS (Basic) (2010 - 2026)
Icahn Enterprises' (IEP) quarterly EPS (Basic) came in at -$0.58 in Q2 2026, down 57.26% on a YoY basis from -$1.36 in Q2 2025, and up 34.38% quarter-over-quarter from -$0.88 in Q1 2026.
Icahn Enterprises (IEP) EPS (Basic) (2010 - 2026) Analysis & Trends
Icahn Enterprises (IEP) has reported EPS (Basic) for 10 consecutive years, with -$0.58 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 57.26% year-over-year to -$0.58; the trailing twelve-month figure through Jun 2026 stood at -$0.66 (up 49.88% YoY), and the FY2025 full-year result was -$0.35, up 54.4% from the prior year.
- EPS (Basic) grew to -$0.58 in Q2 2026 per IEP's latest filing, from -$0.88 in the prior quarter.
- Across five years, EPS (Basic) topped out at $1.08 in Q1 2022 and bottomed at -$1.11 in Q1 2025.
- Historically, EPS (Basic) has averaged -$0.3 across 5 years, with a median of -$0.37 in 2022.
- The sharpest annual moves came in 2024 and 2025: EPS (Basic) surged 1201.33% in 2024, then tumbled 1729.83% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.79 in 2022, then jumped by 55.0% to -$0.36 in 2023, then surged by 88.55% to -$0.04 in 2024, then jumped by 523.32% to $0.17 in 2025, then slumped by 436.02% to -$0.58 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.58, -$0.88, and $0.17 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 19.16 |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 13.85 |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 4.98 |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 2.07 |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 7.73 |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 0.65 |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 0.46 |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | -0.58 |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 2.94 |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 9.54 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.58 |
| Mar 31, 2026 | -0.88 |
| Dec 31, 2025 | 0.17 |
| Sep 30, 2025 | 0.71 |
| Jun 30, 2025 | -0.37 |
| Mar 31, 2025 | -1.11 |
| Dec 31, 2024 | -0.04 |
| Sep 30, 2024 | 0.17 |
| Jun 30, 2024 | -1.08 |
| Mar 31, 2024 | -0.06 |
| Dec 31, 2023 | -0.36 |
| Sep 30, 2023 | -0.02 |
| Jun 30, 2023 | -0.72 |
| Mar 31, 2023 | -0.75 |
| Dec 31, 2022 | -0.79 |
| Sep 30, 2022 | -0.37 |
| Jun 30, 2022 | -0.41 |
| Mar 31, 2022 | 1.08 |
| Dec 31, 2021 | -1.86 |
| Sep 30, 2021 | -0.55 |
Icahn Enterprises EPS (Basic) API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=eps-basic&ticker=IEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "IEP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-basic&ticker=IEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();