Kinder Morgan, Inc. (KMI) Times Interest Earned (2010 - 2013)
Kinder Morgan's (KMI) quarterly Times Interest Earned came in at 2.49 in Q3 2013, up 52.88% on a YoY basis from 1.63 in Q3 2012, and up 37.75% quarter-over-quarter from 1.81 in Q2 2013.
Kinder Morgan, Inc. (KMI) Times Interest Earned (2010 - 2013) Analysis & Trends
Kinder Morgan (KMI) has reported Times Interest Earned for 4 consecutive years, with 2.49 the latest figure, recorded in Q3 2013.
- For the quarter ending Q3 2013, Times Interest Earned rose 52.88% year-over-year to 2.49; the trailing twelve-month figure through Sep 2013 stood at 1.42 (down 19.61% YoY), and the FY2012 full-year result was 1.82, down 10.23% from the prior year.
- Times Interest Earned climbed to 2.49 in Q3 2013 per KMI's latest filing, from 1.81 in the prior quarter.
- Across five years, Times Interest Earned topped out at 2.88 in Q1 2012 and bottomed at 0.68 in Q4 2012.
- Historically, Times Interest Earned has averaged 1.87 across 4 years, with a median of 1.95 in 2013.
- The sharpest annual moves came in 2011 and 2012: Times Interest Earned surged 107.87% in 2011, then tumbled 72.55% in 2012.
- Over 4 years, Times Interest Earned stood at 1.73 in 2010, then surged by 42.06% to 2.46 in 2011, then plunged by 72.55% to 0.68 in 2012, then jumped by 268.27% to 2.49 in 2013.
- According to Business Quant data, Times Interest Earned over the past three periods registered 2.49, 1.81, and 2.53 for Q3 2013, Q2 2013, and Q1 2013 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 2.49 |
| Jun 30, 2013 | 1.81 |
| Mar 31, 2013 | 2.53 |
| Dec 31, 2012 | 0.68 |
| Sep 30, 2012 | 1.63 |
| Jun 30, 2012 | 0.89 |
| Mar 31, 2012 | 2.88 |
| Dec 31, 2011 | 2.46 |
| Sep 30, 2011 | 2.16 |
| Jun 30, 2011 | 1.36 |
| Mar 31, 2011 | 2.10 |
| Dec 31, 2010 | 1.73 |
| Sep 30, 2010 | 1.04 |
| Jun 30, 2010 | 2.48 |
Kinder Morgan, Inc. Times Interest Earned 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=times-interest-earned&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();