Kinder Morgan, Inc. (KMI) Minority Interest (2010 - 2026)
Kinder Morgan's (KMI) quarterly Minority Interest came in at $1.2 billion in Q2 2026, down 4.81% on a YoY basis from $1.3 billion in Q2 2025, and down 1.03% quarter-over-quarter from $1.3 billion in Q1 2026.
Kinder Morgan, Inc. (KMI) Minority Interest (2010 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Minority Interest for 17 consecutive years, with $1.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Minority Interest fell 4.81% year-over-year to $1.2 billion; the trailing twelve-month figure through Jun 2026 stood at $1.2 billion (down 4.81% YoY), and the FY2025 full-year result was $1.3 billion, down 3.67% from the prior year.
- Minority Interest eased to $1.2 billion in Q2 2026 per KMI's latest filing, from $1.3 billion in the prior quarter.
- Across five years, Minority Interest topped out at $1.4 billion in Q4 2023 and bottomed at $1.1 billion in Q2 2022.
- Historically, Minority Interest has averaged $1.3 billion across 5 years, with a median of $1.3 billion in 2023.
- The sharpest annual moves came in 2022 and 2024: Minority Interest surged 108.62% in 2022, then fell 6.11% in 2024.
- Over 5 years, Minority Interest stood at $1.4 billion in 2022, then climbed by 3.72% to $1.4 billion in 2023, then declined by 6.11% to $1.3 billion in 2024, then retreated by 3.67% to $1.3 billion in 2025, then decreased by 3.03% to $1.2 billion in 2026.
- According to Business Quant data, Minority Interest over the past three periods registered $1.2 billion, $1.3 billion, and $1.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.25 Bn |
| Mar 31, 2026 | 1.26 Bn |
| Dec 31, 2025 | 1.29 Bn |
| Sep 30, 2025 | 1.29 Bn |
| Jun 30, 2025 | 1.31 Bn |
| Mar 31, 2025 | 1.32 Bn |
| Dec 31, 2024 | 1.34 Bn |
| Sep 30, 2024 | 1.34 Bn |
| Jun 30, 2024 | 1.36 Bn |
| Mar 31, 2024 | 1.37 Bn |
| Dec 31, 2023 | 1.42 Bn |
| Sep 30, 2023 | 1.32 Bn |
| Jun 30, 2023 | 1.34 Bn |
| Mar 31, 2023 | 1.36 Bn |
| Dec 31, 2022 | 1.37 Bn |
| Sep 30, 2022 | 1.38 Bn |
| Jun 30, 2022 | 1.08 Bn |
| Mar 31, 2022 | 1.09 Bn |
| Dec 31, 2021 | 1.10 Bn |
| Sep 30, 2021 | 661.00 Mn |
Kinder Morgan, Inc. Minority Interest 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=minority-interest&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();