Kinder Morgan, Inc. (KMI) Cash & Equivalents Growth (5y) (2015 - 2026)
Analysis
Kinder Morgan, Inc. (KMI) Cash & Equivalents Growth (5y) (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -42.08% |
| Mar 31, 2026 | -44.58% |
| Dec 31, 2025 | -44.38% |
| Sep 30, 2025 | -35.42% |
| Jun 30, 2025 | -31.05% |
| Mar 31, 2025 | -25.98% |
| Dec 31, 2024 | -13.81% |
| Sep 30, 2024 | -14.83% |
| Jun 30, 2024 | -14.38% |
| Mar 31, 2024 | -11.65% |
| Dec 31, 2023 | -52.07% |
| Sep 30, 2023 | -52.92% |
| Jun 30, 2023 | 12.90% |
| Mar 31, 2023 | 7.19% |
| Dec 31, 2022 | 23.06% |
| Sep 30, 2022 | -2.17% |
| Jun 30, 2022 | -26.04% |
| Mar 31, 2022 | -26.66% |
| Dec 31, 2021 | 10.76% |
| Sep 30, 2021 | -22.16% |
API Access
Kinder Morgan, Inc. Cash & Equivalents Growth (5y) 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=cash-and-equivalents-growth-5y&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-5y", "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=cash-and-equivalents-growth-5y&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();