Kinder Morgan, Inc. (KMI) Cash from Investing Activities (2011 - 2026)
Kinder Morgan's (KMI) quarterly Cash from Investing Activities came in at -$1.6 billion in Q2 2026, down 148.32% on a YoY basis from $3.2 billion in Q2 2025, and down 93.28% quarter-over-quarter from -$803.0 million in Q1 2026.
Kinder Morgan, Inc. (KMI) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Cash from Investing Activities for 16 consecutive years, with -$1.6 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 148.32% year-over-year to -$1.6 billion; the trailing twelve-month figure through Jun 2026 stood at -$3.5 billion (changed 0.03% YoY), and the FY2025 full-year result was -$3.2 billion, down 20.92% from the prior year.
- Cash from Investing Activities fell to -$1.6 billion in Q2 2026 per KMI's latest filing, from -$803.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at -$301.0 million in Q2 2022 and bottomed at -$2.4 billion in Q4 2023.
- Historically, Cash from Investing Activities has averaged -$806.3 million across 5 years, with a median of -$638.5 million in 2022.
- The sharpest annual moves came in 2022 and 2024: Cash from Investing Activities slumped 385.38% in 2022, then jumped 68.43% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$630.0 million in 2022, then slumped by 287.62% to -$2.4 billion in 2023, then surged by 68.43% to -$771.0 million in 2024, then jumped by 38.13% to -$477.0 million in 2025, then slumped by 225.37% to -$1.6 billion in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$1.6 billion, -$803.0 million, and -$477.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.55 Bn |
| Mar 31, 2026 | -803.00 Mn |
| Dec 31, 2025 | -477.00 Mn |
| Sep 30, 2025 | -663.00 Mn |
| Jun 30, 2025 | -625.00 Mn |
| Mar 31, 2025 | -1.41 Bn |
| Dec 31, 2024 | -771.00 Mn |
| Sep 30, 2024 | -686.00 Mn |
| Jun 30, 2024 | -600.00 Mn |
| Mar 31, 2024 | -572.00 Mn |
| Dec 31, 2023 | -2.44 Bn |
| Sep 30, 2023 | -647.00 Mn |
| Jun 30, 2023 | -578.00 Mn |
| Mar 31, 2023 | -508.00 Mn |
| Dec 31, 2022 | -630.00 Mn |
| Sep 30, 2022 | -873.00 Mn |
| Jun 30, 2022 | -301.00 Mn |
| Mar 31, 2022 | -371.00 Mn |
| Dec 31, 2021 | -394.00 Mn |
| Sep 30, 2021 | -1.80 Bn |
Kinder Morgan, Inc. Cash from Investing Activities 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=cash-from-investing-activities&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();