Kinder Morgan, Inc. (KMI) Change in Cash (2011 - 2026)
Kinder Morgan's (KMI) quarterly Change in Cash came in at -$61.0 million in Q2 2026, up 37.76% on a YoY basis from -$44.3 million in Q2 2025, and down 185.92% quarter-over-quarter from $71.0 million in Q1 2026.
Kinder Morgan, Inc. (KMI) Change in Cash (2011 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Change in Cash for 16 consecutive years, with -$61.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash rose 37.76% year-over-year to -$61.0 million; the trailing twelve-month figure through Jun 2026 stood at -$78.0 million (down 206.85% YoY), and the FY2025 full-year result was -$105.0 million, down 188.98% from the prior year.
- Change in Cash retreated to -$61.0 million in Q2 2026 per KMI's latest filing, from $71.0 million in the prior quarter.
- Across five years, Change in Cash topped out at $306.0 million in Q3 2022 and bottomed at -$799.0 million in Q1 2022.
- Historically, Change in Cash has averaged -$57.1 million across 5 years, with a median of $4.0 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Change in Cash soared 8200.0% in 2024, then tumbled 811.11% in 2025.
- Over 5 years, Change in Cash stood at $71.0 million in 2022, then plunged by 101.41% to -$1.0 million in 2023, then jumped by 8200.0% to $81.0 million in 2024, then slumped by 129.63% to -$24.0 million in 2025, then tumbled by 154.17% to -$61.0 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$61.0 million, $71.0 million, and -$24.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -61.00 Mn |
| Mar 31, 2026 | 71.00 Mn |
| Dec 31, 2025 | -24.00 Mn |
| Sep 30, 2025 | -64.00 Mn |
| Jun 30, 2025 | -98.00 Mn |
| Mar 31, 2025 | 81.00 Mn |
| Dec 31, 2024 | 81.00 Mn |
| Sep 30, 2024 | 9.00 Mn |
| Jun 30, 2024 | -19.00 Mn |
| Mar 31, 2024 | 47.00 Mn |
| Dec 31, 2023 | -1.00 Mn |
| Sep 30, 2023 | -423.00 Mn |
| Jun 30, 2023 | 82.00 Mn |
| Mar 31, 2023 | -356.00 Mn |
| Dec 31, 2022 | 71.00 Mn |
| Sep 30, 2022 | 306.00 Mn |
| Jun 30, 2022 | 69.00 Mn |
| Mar 31, 2022 | -799.00 Mn |
| Dec 31, 2021 | 868.00 Mn |
| Sep 30, 2021 | -1.69 Bn |
Kinder Morgan, Inc. Change in Cash 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=change-in-cash&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();