Icahn Enterprises (IEP) Dividend Coverage Ratio (2010 - 2026)
Icahn Enterprises' (IEP) quarterly Dividend Coverage Ratio came in at 3.73 in Q2 2026, down 163.57% on a YoY basis from 5.87 in Q2 2025, and up 98.67% quarter-over-quarter from 281.5 in Q1 2026.
Icahn Enterprises (IEP) Dividend Coverage Ratio (2010 - 2026) Analysis & Trends
Icahn Enterprises (IEP) has reported Dividend Coverage Ratio for 10 consecutive years, with 3.73 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Dividend Coverage Ratio fell 163.57% year-over-year to 3.73; the trailing twelve-month figure through Jun 2026 stood at 1.85 (up 13.35% YoY), and the FY2025 full-year result was 0.69, up 25.33% from the prior year.
- Dividend Coverage Ratio climbed to 3.73 in Q2 2026 per IEP's latest filing, from 281.5 in the prior quarter.
- Across five years, Dividend Coverage Ratio topped out at 8.81 in Q1 2022 and bottomed at 281.5 in Q1 2026.
- Historically, Dividend Coverage Ratio has averaged 18.79 across 5 years, with a median of 1.58 in 2023.
- The sharpest annual moves came in 2024 and 2025: Dividend Coverage Ratio soared 937.76% in 2024, then sank 5105.13% in 2025.
- Over 5 years, Dividend Coverage Ratio stood at 4.81 in 2022, then jumped by 63.73% to 1.74 in 2023, then surged by 84.65% to 0.27 in 2024, then soared by 759.04% to 1.76 in 2025, then tumbled by 311.54% to 3.73 in 2026.
- According to Business Quant data, Dividend Coverage Ratio over the past three periods registered 3.73, 281.5, and 1.76 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 13.64 |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 11.47 |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 10.03 |
| 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 | 28.15 |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 350.32 |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 4.60 |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | -3.73 |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 11.54 |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.73 |
| Mar 31, 2026 | -281.50 |
| Dec 31, 2025 | 1.76 |
| Sep 30, 2025 | 5.20 |
| Jun 30, 2025 | -1.42 |
| Mar 31, 2025 | -48.33 |
| Dec 31, 2024 | -0.27 |
| Sep 30, 2024 | 0.71 |
| Jun 30, 2024 | -2.72 |
| Mar 31, 2024 | -0.93 |
| Dec 31, 2023 | -1.74 |
| Sep 30, 2023 | -0.08 |
| Jun 30, 2023 | -3.11 |
| Mar 31, 2023 | -3.12 |
| Dec 31, 2022 | -4.81 |
| Sep 30, 2022 | -1.04 |
| Jun 30, 2022 | -1.89 |
| Mar 31, 2022 | 8.81 |
| Dec 31, 2021 | -11.52 |
| Sep 30, 2021 | -6.59 |
Icahn Enterprises Dividend Coverage Ratio 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=dividend-coverage-ratio&ticker=IEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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=dividend-coverage-ratio&ticker=IEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();