Kinder Morgan, Inc. (KMI) Cash from Financing Activities (2011 - 2026)
Kinder Morgan's (KMI) quarterly Cash from Financing Activities came in at -$469.0 million in Q2 2026, up 58.2% on a YoY basis from -$296.5 million in Q2 2025, and up 23.99% quarter-over-quarter from -$617.0 million in Q1 2026.
Kinder Morgan, Inc. (KMI) Cash from Financing Activities (2011 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Cash from Financing Activities for 16 consecutive years, with -$469.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 58.2% year-over-year to -$469.0 million; the trailing twelve-month figure through Jun 2026 stood at -$3.1 billion (down 57.0% YoY), and the FY2025 full-year result was -$2.8 billion, up 1.52% from the prior year.
- Cash from Financing Activities rose to -$469.0 million in Q2 2026 per KMI's latest filing, from -$617.0 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $333.0 million in Q1 2025 and bottomed at -$1.5 billion in Q1 2022.
- Historically, Cash from Financing Activities has averaged -$720.8 million across 5 years, with a median of -$759.0 million in 2022.
- The sharpest annual moves came in 2022 and 2025: Cash from Financing Activities tumbled 11616.67% in 2022, then soared 158.42% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$703.0 million in 2022, then jumped by 116.93% to $119.0 million in 2023, then slumped by 652.1% to -$657.0 million in 2024, then sank by 88.58% to -$1.2 billion in 2025, then surged by 62.15% to -$469.0 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$469.0 million, -$617.0 million, and -$1.2 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -469.00 Mn |
| Mar 31, 2026 | -617.00 Mn |
| Dec 31, 2025 | -1.24 Bn |
| Sep 30, 2025 | -815.00 Mn |
| Jun 30, 2025 | -1.12 Bn |
| Mar 31, 2025 | 333.00 Mn |
| Dec 31, 2024 | -657.00 Mn |
| Sep 30, 2024 | -554.00 Mn |
| Jun 30, 2024 | -1.11 Bn |
| Mar 31, 2024 | -570.00 Mn |
| Dec 31, 2023 | 119.00 Mn |
| Sep 30, 2023 | -1.06 Bn |
| Jun 30, 2023 | -890.00 Mn |
| Mar 31, 2023 | -1.18 Bn |
| Dec 31, 2022 | -703.00 Mn |
| Sep 30, 2022 | 264.00 Mn |
| Jun 30, 2022 | -1.19 Bn |
| Mar 31, 2022 | -1.51 Bn |
| Dec 31, 2021 | -6.00 Mn |
| Sep 30, 2021 | -1.02 Bn |
Kinder Morgan, Inc. Cash from Financing 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-financing-activities&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();