Kinder Morgan, Inc. (KMI) Other Non-Current Assets (2012 - 2026)
Kinder Morgan's (KMI) quarterly Other Non-Current Assets came in at $1.3 billion in Q2 2026, down 1.53% on a YoY basis from $1.3 billion in Q2 2025, and up 3.69% quarter-over-quarter from $1.2 billion in Q1 2026.
Kinder Morgan, Inc. (KMI) Other Non-Current Assets (2012 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Other Non-Current Assets for 15 consecutive years, with $1.3 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non-Current Assets fell 1.53% year-over-year to $1.3 billion; the trailing twelve-month figure through Jun 2026 stood at $1.3 billion (down 1.53% YoY), and the FY2025 full-year result was $1.3 billion, up 11.23% from the prior year.
- Other Non-Current Assets improved to $1.3 billion in Q2 2026 per KMI's latest filing, from $1.2 billion in the prior quarter.
- Across five years, Other Non-Current Assets topped out at $1.5 billion in Q1 2022 and bottomed at $1.2 billion in Q4 2024.
- Historically, Other Non-Current Assets has averaged $1.3 billion across 5 years, with a median of $1.3 billion in 2022.
- The sharpest annual moves came in 2022 and 2025: Other Non-Current Assets decreased 24.83% in 2022, then grew 11.23% in 2025.
- Over 5 years, Other Non-Current Assets stood at $1.2 billion in 2022, then dropped by 1.6% to $1.2 billion in 2023, then fell by 3.66% to $1.2 billion in 2024, then increased by 11.23% to $1.3 billion in 2025, then retreated by 1.97% to $1.3 billion in 2026.
- According to Business Quant data, Other Non-Current Assets over the past three periods registered $1.3 billion, $1.2 billion, and $1.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.29 Bn |
| Mar 31, 2026 | 1.25 Bn |
| Dec 31, 2025 | 1.32 Bn |
| Sep 30, 2025 | 1.26 Bn |
| Jun 30, 2025 | 1.31 Bn |
| Mar 31, 2025 | 1.21 Bn |
| Dec 31, 2024 | 1.18 Bn |
| Sep 30, 2024 | 1.22 Bn |
| Jun 30, 2024 | 1.19 Bn |
| Mar 31, 2024 | 1.21 Bn |
| Dec 31, 2023 | 1.23 Bn |
| Sep 30, 2023 | 1.19 Bn |
| Jun 30, 2023 | 1.27 Bn |
| Mar 31, 2023 | 1.27 Bn |
| Dec 31, 2022 | 1.25 Bn |
| Sep 30, 2022 | 1.33 Bn |
| Jun 30, 2022 | 1.31 Bn |
| Mar 31, 2022 | 1.46 Bn |
| Dec 31, 2021 | 1.65 Bn |
| Sep 30, 2021 | 1.68 Bn |
Kinder Morgan, Inc. Other Non-Current 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=other-non-current-assets&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-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=other-non-current-assets&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();