Kinder Morgan, Inc. (KMI) Change in Receivables (2011 - 2026)
Kinder Morgan's (KMI) quarterly Change in Receivables came in at -$26.0 million in Q2 2026, down 18.18% on a YoY basis from -$31.8 million in Q2 2025, and up 80.15% quarter-over-quarter from -$131.0 million in Q1 2026.
Kinder Morgan, Inc. (KMI) Change in Receivables (2011 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Change in Receivables for 16 consecutive years, with -$26.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables fell 18.18% year-over-year to -$26.0 million; the trailing twelve-month figure through Jun 2026 stood at $102.0 million (down 31.08% YoY), and the FY2025 full-year result was $192.0 million, up 469.23% from the prior year.
- Change in Receivables climbed to -$26.0 million in Q2 2026 per KMI's latest filing, from -$131.0 million in the prior quarter.
- Across five years, Change in Receivables topped out at $363.0 million in Q2 2022 and bottomed at -$536.0 million in Q1 2023.
- Historically, Change in Receivables has averaged -$5.4 million across 5 years, with a median of -$29.5 million in 2024.
- The widest YoY moves for Change in Receivables: up 4437.5% in 2022, down 1300.0% in 2022.
- Over 5 years, Change in Receivables stood at -$40.0 million in 2022, then soared by 225.0% to $50.0 million in 2023, then soared by 396.0% to $248.0 million in 2024, then rose by 7.66% to $267.0 million in 2025, then slumped by 109.74% to -$26.0 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered -$26.0 million, -$131.0 million, and $267.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -26.00 Mn |
| Mar 31, 2026 | -131.00 Mn |
| Dec 31, 2025 | 267.00 Mn |
| Sep 30, 2025 | -8.00 Mn |
| Jun 30, 2025 | -22.00 Mn |
| Mar 31, 2025 | -45.00 Mn |
| Dec 31, 2024 | 248.00 Mn |
| Sep 30, 2024 | -33.00 Mn |
| Jun 30, 2024 | -108.00 Mn |
| Mar 31, 2024 | -159.00 Mn |
| Dec 31, 2023 | 50.00 Mn |
| Sep 30, 2023 | 222.00 Mn |
| Jun 30, 2023 | -37.00 Mn |
| Mar 31, 2023 | -536.00 Mn |
| Dec 31, 2022 | -40.00 Mn |
| Sep 30, 2022 | -154.00 Mn |
| Jun 30, 2022 | 363.00 Mn |
| Mar 31, 2022 | 51.00 Mn |
| Dec 31, 2021 | 146.00 Mn |
| Sep 30, 2021 | -11.00 Mn |
Kinder Morgan, Inc. Change in Receivables 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-receivables&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();