Kinder Morgan, Inc. (KMI) Invested Capital (2010 - 2026)
Kinder Morgan's (KMI) quarterly Invested Capital came in at $65.1 billion in Q2 2026, up 0.6% on a YoY basis from $64.7 billion in Q2 2025, and up 0.75% quarter-over-quarter from $64.6 billion in Q1 2026.
Kinder Morgan, Inc. (KMI) Invested Capital (2010 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Invested Capital for 17 consecutive years, with $65.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Invested Capital rose 0.6% year-over-year to $65.1 billion; the trailing twelve-month figure through Jun 2026 stood at $65.1 billion (up 0.6% YoY), and the FY2025 full-year result was $64.5 billion, up 1.09% from the prior year.
- Invested Capital climbed to $65.1 billion in Q2 2026 per KMI's latest filing, from $64.6 billion in the prior quarter.
- Across five years, Invested Capital topped out at $65.1 billion in Q2 2026 and bottomed at $62.9 billion in Q3 2023.
- Historically, Invested Capital has averaged $64.2 billion across 5 years, with a median of $64.2 billion in 2022.
- The sharpest annual moves came in 2022 and 2025: Invested Capital fell 2.3% in 2022, then rose 1.74% in 2025.
- Over 5 years, Invested Capital stood at $64.4 billion in 2022, then declined by 0.49% to $64.0 billion in 2023, then slipped by 0.46% to $63.8 billion in 2024, then grew by 1.09% to $64.5 billion in 2025, then grew by 1.05% to $65.1 billion in 2026.
- According to Business Quant data, Invested Capital over the past three periods registered $65.1 billion, $64.6 billion, and $64.5 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 65.13 Bn |
| Mar 31, 2026 | 64.64 Bn |
| Dec 31, 2025 | 64.45 Bn |
| Sep 30, 2025 | 64.61 Bn |
| Jun 30, 2025 | 64.74 Bn |
| Mar 31, 2025 | 64.94 Bn |
| Dec 31, 2024 | 63.76 Bn |
| Sep 30, 2024 | 63.89 Bn |
| Jun 30, 2024 | 63.63 Bn |
| Mar 31, 2024 | 64.16 Bn |
| Dec 31, 2023 | 64.05 Bn |
| Sep 30, 2023 | 62.93 Bn |
| Jun 30, 2023 | 63.55 Bn |
| Mar 31, 2023 | 63.96 Bn |
| Dec 31, 2022 | 64.37 Bn |
| Sep 30, 2022 | 64.38 Bn |
| Jun 30, 2022 | 63.67 Bn |
| Mar 31, 2022 | 64.33 Bn |
| Dec 31, 2021 | 65.42 Bn |
| Sep 30, 2021 | 63.82 Bn |
Kinder Morgan, Inc. Invested Capital 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=invested-capital&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();