Kinder Morgan, Inc. (KMI) Interest & Investment Income (2010 - 2026)
Kinder Morgan's (KMI) quarterly Interest & Investment Income came in at -$425.0 million in Q2 2026, up 5.97% on a YoY basis from -$401.0 million in Q2 2025, and up 1.16% quarter-over-quarter from -$430.0 million in Q1 2026.
Kinder Morgan, Inc. (KMI) Interest & Investment Income (2010 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Interest & Investment Income for 11 consecutive years, with -$425.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest & Investment Income rose 5.97% year-over-year to -$425.0 million; the trailing twelve-month figure through Jun 2026 stood at -$1.8 billion (up 3.2% YoY), and the FY2025 full-year result was -$1.8 billion, up 2.33% from the prior year.
- Interest & Investment Income improved to -$425.0 million in Q2 2026 per KMI's latest filing, from -$430.0 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at -$333.0 million in Q1 2022 and bottomed at -$472.0 million in Q1 2024.
- Historically, Interest & Investment Income has averaged -$433.9 million across 5 years, with a median of -$444.0 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Interest & Investment Income grew 11.67% in 2022, then slumped 33.63% in 2023.
- Over 5 years, Interest & Investment Income stood at -$426.0 million in 2022, then declined by 6.1% to -$452.0 million in 2023, then advanced by 2.21% to -$442.0 million in 2024, then changed by 0.0% to -$442.0 million in 2025, then grew by 3.85% to -$425.0 million in 2026.
- According to Business Quant data, Interest & Investment Income over the past three periods registered -$425.0 million, -$430.0 million, and -$442.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -425.00 Mn |
| Mar 31, 2026 | -430.00 Mn |
| Dec 31, 2025 | -442.00 Mn |
| Sep 30, 2025 | -456.00 Mn |
| Jun 30, 2025 | -452.00 Mn |
| Mar 31, 2025 | -451.00 Mn |
| Dec 31, 2024 | -442.00 Mn |
| Sep 30, 2024 | -466.00 Mn |
| Jun 30, 2024 | -464.00 Mn |
| Mar 31, 2024 | -472.00 Mn |
| Dec 31, 2023 | -452.00 Mn |
| Sep 30, 2023 | -457.00 Mn |
| Jun 30, 2023 | -443.00 Mn |
| Mar 31, 2023 | -445.00 Mn |
| Dec 31, 2022 | -426.00 Mn |
| Sep 30, 2022 | -399.00 Mn |
| Jun 30, 2022 | -355.00 Mn |
| Mar 31, 2022 | -333.00 Mn |
| Dec 31, 2021 | -370.00 Mn |
| Sep 30, 2021 | -368.00 Mn |
Kinder Morgan, Inc. Interest & Investment Income 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=interest-and-investment-income&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();