Kinder Morgan, Inc. (KMI) Debt Ratio (2010 - 2026)
Kinder Morgan's (KMI) quarterly Debt Ratio came in at 0.44 in Q2 2026, down 3.51% on a YoY basis from 0.45 in Q2 2025, and down 0.75% quarter-over-quarter from 0.44 in Q1 2026.
Kinder Morgan, Inc. (KMI) Debt Ratio (2010 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Debt Ratio for 17 consecutive years, with 0.44 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Debt Ratio fell 3.51% year-over-year to 0.44; the trailing twelve-month figure through Jun 2026 stood at 0.44 (down 3.51% YoY), and the FY2025 full-year result was 0.44, down 1.5% from the prior year.
- Debt Ratio fell to 0.44 in Q2 2026 per KMI's latest filing, from 0.44 in the prior quarter.
- Across five years, Debt Ratio topped out at 0.47 in Q1 2022 and bottomed at 0.44 in Q2 2026.
- Historically, Debt Ratio has averaged 0.45 across 5 years, with a median of 0.46 in 2023.
- The sharpest annual moves came in 2022 and 2026: Debt Ratio increased 1.09% in 2022, then declined 3.89% in 2026.
- Over 5 years, Debt Ratio stood at 0.46 in 2022, then retreated by 1.12% to 0.46 in 2023, then declined by 1.87% to 0.45 in 2024, then decreased by 1.5% to 0.44 in 2025, then decreased by 1.02% to 0.44 in 2026.
- According to Business Quant data, Debt Ratio over the past three periods registered 0.44, 0.44, and 0.44 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.44 |
| Mar 31, 2026 | 0.44 |
| Dec 31, 2025 | 0.44 |
| Sep 30, 2025 | 0.45 |
| Jun 30, 2025 | 0.45 |
| Mar 31, 2025 | 0.46 |
| Dec 31, 2024 | 0.45 |
| Sep 30, 2024 | 0.45 |
| Jun 30, 2024 | 0.45 |
| Mar 31, 2024 | 0.46 |
| Dec 31, 2023 | 0.46 |
| Sep 30, 2023 | 0.46 |
| Jun 30, 2023 | 0.46 |
| Mar 31, 2023 | 0.46 |
| Dec 31, 2022 | 0.46 |
| Sep 30, 2022 | 0.46 |
| Jun 30, 2022 | 0.46 |
| Mar 31, 2022 | 0.47 |
| Dec 31, 2021 | 0.48 |
| Sep 30, 2021 | 0.47 |
Kinder Morgan, Inc. Debt 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=debt-ratio&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();