Kinder Morgan, Inc. (KMI) Cash & Equivalents (QoQ) (2010 - 2026)
Analysis
Kinder Morgan, Inc. (KMI) Cash & Equivalents (QoQ) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 23.61% |
| Mar 31, 2026 | 14.29% |
| Dec 31, 2025 | -11.27% |
| Sep 30, 2025 | -13.41% |
| Jun 30, 2025 | 2.50% |
| Mar 31, 2025 | -9.09% |
| Dec 31, 2024 | -18.52% |
| Sep 30, 2024 | 10.20% |
| Jun 30, 2024 | -17.65% |
| Mar 31, 2024 | 43.37% |
| Dec 31, 2023 | 3.75% |
| Sep 30, 2023 | -83.90% |
| Jun 30, 2023 | 19.47% |
| Mar 31, 2023 | -44.16% |
| Dec 31, 2022 | 54.24% |
| Sep 30, 2022 | 383.00% |
| Jun 30, 2022 | 19.05% |
| Mar 31, 2022 | -92.63% |
| Dec 31, 2021 | 1,017.65% |
| Sep 30, 2021 | -92.53% |
API Access
Kinder Morgan, Inc. Cash & Equivalents (QoQ) 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-qoq&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "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-qoq&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();