Icahn Enterprises (IEP) Other Non Operating Income (2011 - 2026)
Icahn Enterprises' (IEP) quarterly Other Non Operating Income came in at -$3.0 million in Q1 2026, up 25.0% quarter-over-quarter from -$4.0 million in Q2 2024.
Icahn Enterprises (IEP) Other Non Operating Income (2011 - 2026) Analysis & Trends
Icahn Enterprises (IEP) has reported Other Non Operating Income for 8 consecutive years, with -$3.0 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Other Non Operating Income changed N/A year-over-year to -$3.0 million; the trailing twelve-month figure through Mar 2026 stood at -$25.0 million (changed N/A YoY), and the FY2024 full-year result was $19.0 million, up 107.72% from the prior year.
- Other Non Operating Income grew to -$3.0 million in Q1 2026 per IEP's latest filing, from -$4.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at -$3.0 million in Q1 2026 and bottomed at -$226.0 million in Q1 2023.
- Historically, Other Non Operating Income has averaged -$46.4 million across 4 years, with a median of -$22.0 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Other Non Operating Income sank 841.67% in 2023, then soared 92.04% in 2024.
- Over 4 years, Other Non Operating Income stood at -$27.0 million in 2022, then soared by 40.74% to -$16.0 million in 2023, then soared by 75.0% to -$4.0 million in 2024, then increased by 25.0% to -$3.0 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$3.0 million, -$4.0 million, and -$18.0 million for Q1 2026, Q2 2024, and Q1 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -3.00 Mn |
| Jun 30, 2024 | -4.00 Mn |
| Mar 31, 2024 | -18.00 Mn |
| Sep 30, 2023 | -16.00 Mn |
| Jun 30, 2023 | -20.00 Mn |
| Mar 31, 2023 | -226.00 Mn |
| Dec 31, 2022 | -27.00 Mn |
| Sep 30, 2022 | -28.00 Mn |
| Jun 30, 2022 | -98.00 Mn |
| Mar 31, 2022 | -24.00 Mn |
| Dec 31, 2021 | -5.00 Mn |
| Sep 30, 2021 | -33.00 Mn |
| Jun 30, 2021 | -28.00 Mn |
| Mar 31, 2021 | -18.00 Mn |
| Dec 31, 2019 | 181.00 Mn |
| Sep 30, 2012 | -171.00 Mn |
| Jun 30, 2012 | -1.00 Mn |
| Sep 30, 2011 | -24.00 Mn |
| Jun 30, 2011 | -15.00 Mn |
Icahn Enterprises Other Non Operating Income 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=other-non-operating-income&ticker=IEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=IEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();