Kinder Morgan, Inc. (KMI) Income from Discontinued Operations (2010 - 2013)
Kinder Morgan's (KMI) quarterly Income from Discontinued Operations came in at -$2.0 million in Q4 2013, down 116.67% on a YoY basis from $12.0 million in Q4 2012, and little changed quarter-over-quarter from -$2.0 million in Q1 2013.
Kinder Morgan, Inc. (KMI) Income from Discontinued Operations (2010 - 2013) Analysis & Trends
Kinder Morgan (KMI) has reported Income from Discontinued Operations for 4 consecutive years, with -$2.0 million the latest figure, recorded in Q4 2013.
- For the quarter ending Q4 2013, Income from Discontinued Operations fell 116.67% year-over-year to -$2.0 million; the trailing twelve-month figure through Sep 2014 stood at -$2.0 million (down 120.0% YoY), and the FY2013 full-year result was -$4.0 million, up 99.49% from the prior year.
- Income from Discontinued Operations steadied at -$2.0 million in Q4 2013 per KMI's latest filing, from -$2.0 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $236.4 million in Q4 2010 and bottomed at -$378.0 million in Q1 2012.
- Historically, Income from Discontinued Operations has averaged -$27.8 million across 4 years, with a median of $5.9 million in 2010.
- The sharpest annual moves came in 2011 and 2012: Income from Discontinued Operations surged 27600.0% in 2011, then plunged 841.18% in 2012.
- Over 4 years, Income from Discontinued Operations stood at $236.4 million in 2010, then plunged by 72.5% to $65.0 million in 2011, then sank by 81.54% to $12.0 million in 2012, then plunged by 116.67% to -$2.0 million in 2013.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$2.0 million, -$2.0 million, and $12.0 million for Q4 2013, Q1 2013, and Q4 2012 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | -2.00 Mn |
| Mar 31, 2013 | -2.00 Mn |
| Dec 31, 2012 | 12.00 Mn |
| Sep 30, 2012 | -131.00 Mn |
| Jun 30, 2012 | -280.00 Mn |
| Mar 31, 2012 | -378.00 Mn |
| Dec 31, 2011 | 65.00 Mn |
| Sep 30, 2011 | 55.00 Mn |
| Jun 30, 2011 | 40.00 Mn |
| Mar 31, 2011 | 51.00 Mn |
| Dec 31, 2010 | 236.40 Mn |
| Sep 30, 2010 | -200,000.00 |
Kinder Morgan, Inc. Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "KMI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();