Kinder Morgan, Inc. (KMI) Interest Coverage Ratio (2010 - 2013)
Kinder Morgan's (KMI) quarterly Interest Coverage Ratio 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) Interest Coverage Ratio (2010 - 2013) Analysis & Trends
Kinder Morgan (KMI) has reported Interest Coverage Ratio for 4 consecutive years, with 2.49 the latest figure, recorded in Q3 2013.
- For the quarter ending Q3 2013, Interest Coverage Ratio 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.
- Interest Coverage Ratio climbed to 2.49 in Q3 2013 per KMI's latest filing, from 1.81 in the prior quarter.
- Across five years, Interest Coverage Ratio topped out at 2.88 in Q1 2012 and bottomed at 0.68 in Q4 2012.
- Historically, Interest Coverage Ratio has averaged 1.87 across 4 years, with a median of 1.95 in 2013.
- The sharpest annual moves came in 2011 and 2012: Interest Coverage Ratio surged 107.87% in 2011, then tumbled 72.55% in 2012.
- Over 4 years, Interest Coverage Ratio 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, Interest Coverage Ratio 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. Interest 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=interest-coverage-ratio&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();