Kinder Morgan, Inc. (KMI) Current Assets (2010 - 2026)
Kinder Morgan's (KMI) quarterly Current Assets came in at $2.6 billion in Q2 2026, up 4.1% on a YoY basis from $2.5 billion in Q2 2025, and down 4.4% quarter-over-quarter from $2.7 billion in Q1 2026.
Kinder Morgan, Inc. (KMI) Current Assets (2010 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Current Assets for 17 consecutive years, with $2.6 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Current Assets rose 4.1% year-over-year to $2.6 billion; the trailing twelve-month figure through Jun 2026 stood at $2.6 billion (up 4.1% YoY), and the FY2025 full-year result was $2.8 billion, up 9.24% from the prior year.
- Current Assets eased to $2.6 billion in Q2 2026 per KMI's latest filing, from $2.7 billion in the prior quarter.
- Across five years, Current Assets topped out at $3.8 billion in Q3 2022 and bottomed at $2.2 billion in Q3 2024.
- Historically, Current Assets has averaged $2.7 billion across 5 years, with a median of $2.6 billion in 2025.
- The sharpest annual moves came in 2022 and 2023: Current Assets surged 42.18% in 2022, then sank 36.29% in 2023.
- Over 5 years, Current Assets stood at $3.8 billion in 2022, then plunged by 33.16% to $2.5 billion in 2023, then retreated by 0.83% to $2.5 billion in 2024, then advanced by 9.24% to $2.8 billion in 2025, then dropped by 6.03% to $2.6 billion in 2026.
- According to Business Quant data, Current Assets over the past three periods registered $2.6 billion, $2.7 billion, and $2.8 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.59 Bn |
| Mar 31, 2026 | 2.71 Bn |
| Dec 31, 2025 | 2.75 Bn |
| Sep 30, 2025 | 2.43 Bn |
| Jun 30, 2025 | 2.49 Bn |
| Mar 31, 2025 | 2.58 Bn |
| Dec 31, 2024 | 2.52 Bn |
| Sep 30, 2024 | 2.18 Bn |
| Jun 30, 2024 | 2.19 Bn |
| Mar 31, 2024 | 2.31 Bn |
| Dec 31, 2023 | 2.54 Bn |
| Sep 30, 2023 | 2.43 Bn |
| Jun 30, 2023 | 2.72 Bn |
| Mar 31, 2023 | 2.70 Bn |
| Dec 31, 2022 | 3.80 Bn |
| Sep 30, 2022 | 3.82 Bn |
| Jun 30, 2022 | 3.61 Bn |
| Mar 31, 2022 | 3.03 Bn |
| Dec 31, 2021 | 3.83 Bn |
| Sep 30, 2021 | 2.69 Bn |
Kinder Morgan, Inc. 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=current-assets&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=current-assets&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();