Kinder Morgan, Inc. (KMI) Payables (2010 - 2026)
Kinder Morgan's (KMI) quarterly Payables came in at $1.6 billion in Q2 2026, up 20.45% on a YoY basis from $1.3 billion in Q2 2025, and up 14.71% quarter-over-quarter from $1.4 billion in Q1 2026.
Kinder Morgan, Inc. (KMI) Payables (2010 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Payables for 17 consecutive years, with $1.6 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Payables rose 20.45% year-over-year to $1.6 billion; the trailing twelve-month figure through Jun 2026 stood at $1.6 billion (up 20.45% YoY), and the FY2025 full-year result was $1.4 billion, up 0.93% from the prior year.
- Payables grew to $1.6 billion in Q2 2026 per KMI's latest filing, from $1.4 billion in the prior quarter.
- Across five years, Payables topped out at $2.2 billion in Q2 2022 and bottomed at $1.2 billion in Q1 2025.
- Historically, Payables has averaged $1.5 billion across 5 years, with a median of $1.4 billion in 2023.
- The sharpest annual moves came in 2022 and 2023: Payables jumped 133.09% in 2022, then sank 37.03% in 2023.
- Over 5 years, Payables stood at $1.9 billion in 2022, then decreased by 17.71% to $1.6 billion in 2023, then slipped by 11.2% to $1.4 billion in 2024, then advanced by 0.93% to $1.4 billion in 2025, then grew by 11.29% to $1.6 billion in 2026.
- According to Business Quant data, Payables over the past three periods registered $1.6 billion, $1.4 billion, and $1.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.57 Bn |
| Mar 31, 2026 | 1.37 Bn |
| Dec 31, 2025 | 1.41 Bn |
| Sep 30, 2025 | 1.30 Bn |
| Jun 30, 2025 | 1.30 Bn |
| Mar 31, 2025 | 1.25 Bn |
| Dec 31, 2024 | 1.40 Bn |
| Sep 30, 2024 | 1.37 Bn |
| Jun 30, 2024 | 1.43 Bn |
| Mar 31, 2024 | 1.34 Bn |
| Dec 31, 2023 | 1.57 Bn |
| Sep 30, 2023 | 1.78 Bn |
| Jun 30, 2023 | 1.39 Bn |
| Mar 31, 2023 | 1.43 Bn |
| Dec 31, 2022 | 1.91 Bn |
| Sep 30, 2022 | 2.08 Bn |
| Jun 30, 2022 | 2.21 Bn |
| Mar 31, 2022 | 1.74 Bn |
| Dec 31, 2021 | 1.44 Bn |
| Sep 30, 2021 | 1.19 Bn |
Kinder Morgan, Inc. Payables 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=payables&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();