Kinder Morgan, Inc. (KMI) Gross Profit (2012 - 2026)
Kinder Morgan's (KMI) quarterly Gross Profit came in at $3.1 billion in Q2 2026, up 8.51% on a YoY basis from $2.8 billion in Q2 2025, and little changed quarter-over-quarter from $3.1 billion in Q1 2026.
Kinder Morgan, Inc. (KMI) Gross Profit (2012 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Gross Profit for 15 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Gross Profit rose 8.51% year-over-year to $3.1 billion; the trailing twelve-month figure through Jun 2026 stood at $12.0 billion (up 8.57% YoY), and the FY2025 full-year result was $11.4 billion, up 5.99% from the prior year.
- Gross Profit held at $3.1 billion in Q2 2026 per KMI's latest filing, from $3.1 billion in the prior quarter.
- Across five years, Gross Profit topped out at $3.1 billion in Q1 2026 and bottomed at $2.4 billion in Q1 2022.
- Historically, Gross Profit has averaged $2.7 billion across 5 years, with a median of $2.7 billion in 2023.
- The widest YoY moves for Gross Profit: up 11.47% in 2022, down 25.08% in 2022.
- Over 5 years, Gross Profit stood at $2.6 billion in 2022, then climbed by 2.79% to $2.7 billion in 2023, then increased by 2.12% to $2.7 billion in 2024, then gained by 11.39% to $3.1 billion in 2025, then increased by 0.36% to $3.1 billion in 2026.
- According to Business Quant data, Gross Profit over the past three periods registered $3.1 billion, $3.1 billion, and $3.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.07 Bn |
| Mar 31, 2026 | 3.08 Bn |
| Dec 31, 2025 | 3.06 Bn |
| Sep 30, 2025 | 2.75 Bn |
| Jun 30, 2025 | 2.83 Bn |
| Mar 31, 2025 | 2.77 Bn |
| Dec 31, 2024 | 2.75 Bn |
| Sep 30, 2024 | 2.68 Bn |
| Jun 30, 2024 | 2.61 Bn |
| Mar 31, 2024 | 2.74 Bn |
| Dec 31, 2023 | 2.69 Bn |
| Sep 30, 2023 | 2.50 Bn |
| Jun 30, 2023 | 2.53 Bn |
| Mar 31, 2023 | 2.67 Bn |
| Dec 31, 2022 | 2.62 Bn |
| Sep 30, 2022 | 2.46 Bn |
| Jun 30, 2022 | 2.47 Bn |
| Mar 31, 2022 | 2.40 Bn |
| Dec 31, 2021 | 2.44 Bn |
| Sep 30, 2021 | 2.27 Bn |
Kinder Morgan, Inc. Gross Profit 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=gross-profit&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();