Icahn Enterprises (IEP) Non Operating Investment Income (2010 - 2012)
Icahn Enterprises' (IEP) quarterly Non Operating Investment Income came in at -$81.0 million in Q3 2012, down 65.31% on a YoY basis from -$233.5 million in Q4 2011, and down 129.14% quarter-over-quarter from $278.0 million in Q2 2012.
Icahn Enterprises (IEP) Non Operating Investment Income (2010 - 2012) Analysis & Trends
Icahn Enterprises (IEP) has reported Non Operating Investment Income for 3 consecutive years, with -$81.0 million the latest figure, recorded in Q3 2012.
- For the quarter ending Q3 2012, Non Operating Investment Income fell 65.31% year-over-year to -$81.0 million; the trailing twelve-month figure through Sep 2012 stood at -$3.4 billion (down 1806.06% YoY), and the FY2011 full-year result was -$1.9 billion, down 336.73% from the prior year.
- Non Operating Investment Income fell to -$81.0 million in Q3 2012 per IEP's latest filing, from $278.0 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $793.0 million in Q3 2010 and bottomed at -$3.1 billion in Q4 2011.
- Historically, Non Operating Investment Income has averaged -$263.9 million across 3 years, with a median of -$65.0 million in 2011.
- The widest YoY moves for Non Operating Investment Income: up 334.13% in 2011, down 1225.91% in 2011.
- Over 3 years, Non Operating Investment Income stood at $274.0 million in 2010, then sank by 1225.91% to -$3.1 billion in 2011, then jumped by 97.37% to -$81.0 million in 2012.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$81.0 million, $278.0 million, and -$490.0 million for Q3 2012, Q2 2012, and Q1 2012 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (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 | 102.15 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 |
|---|---|
| Sep 30, 2012 | -81.00 Mn |
| Jun 30, 2012 | 278.00 Mn |
| Mar 31, 2012 | -490.00 Mn |
| Dec 31, 2011 | -3.09 Bn |
| Sep 30, 2011 | -49.00 Mn |
| Jun 30, 2011 | 590.00 Mn |
| Mar 31, 2011 | -617.00 Mn |
| Dec 31, 2010 | 274.00 Mn |
| Sep 30, 2010 | 793.00 Mn |
| Jun 30, 2010 | -252.00 Mn |
Icahn Enterprises Non Operating Investment 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=non-operating-investment-income&ticker=IEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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=non-operating-investment-income&ticker=IEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();