Kinder Morgan, Inc. (KMI) Assets (2010 - 2026)
Kinder Morgan's (KMI) quarterly Assets came in at $74.1 billion in Q2 2026, up 2.34% on a YoY basis from $72.4 billion in Q2 2025, and up 1.35% quarter-over-quarter from $73.1 billion in Q1 2026.
Kinder Morgan, Inc. (KMI) Assets (2010 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Assets for 17 consecutive years, with $74.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets rose 2.34% year-over-year to $74.1 billion; the trailing twelve-month figure through Jun 2026 stood at $74.1 billion (up 2.34% YoY), and the FY2025 full-year result was $72.7 billion, up 1.88% from the prior year.
- Assets grew to $74.1 billion in Q2 2026 per KMI's latest filing, from $73.1 billion in the prior quarter.
- Across five years, Assets topped out at $74.1 billion in Q2 2026 and bottomed at $68.9 billion in Q3 2023.
- Historically, Assets has averaged $70.9 billion across 5 years, with a median of $70.8 billion in 2024.
- The sharpest annual moves came in 2022 and 2024: Assets retreated 2.91% in 2022, then increased 2.93% in 2024.
- Over 5 years, Assets stood at $70.1 billion in 2022, then grew by 1.34% to $71.0 billion in 2023, then gained by 0.54% to $71.4 billion in 2024, then rose by 1.88% to $72.7 billion in 2025, then grew by 1.81% to $74.1 billion in 2026.
- According to Business Quant data, Assets over the past three periods registered $74.1 billion, $73.1 billion, and $72.7 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 74.06 Bn |
| Mar 31, 2026 | 73.07 Bn |
| Dec 31, 2025 | 72.75 Bn |
| Sep 30, 2025 | 72.32 Bn |
| Jun 30, 2025 | 72.37 Bn |
| Mar 31, 2025 | 72.32 Bn |
| Dec 31, 2024 | 71.41 Bn |
| Sep 30, 2024 | 70.88 Bn |
| Jun 30, 2024 | 70.70 Bn |
| Mar 31, 2024 | 70.74 Bn |
| Dec 31, 2023 | 71.02 Bn |
| Sep 30, 2023 | 68.86 Bn |
| Jun 30, 2023 | 69.07 Bn |
| Mar 31, 2023 | 68.93 Bn |
| Dec 31, 2022 | 70.08 Bn |
| Sep 30, 2022 | 69.99 Bn |
| Jun 30, 2022 | 69.39 Bn |
| Mar 31, 2022 | 69.14 Bn |
| Dec 31, 2021 | 70.42 Bn |
| Sep 30, 2021 | 69.64 Bn |
Kinder Morgan, Inc. Assets 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=assets&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();