Kinder Morgan, Inc. (KMI) Selling, General & Administrative (2010 - 2026)
Analysis
Kinder Morgan, Inc. (KMI) Selling, General & Administrative (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 192.00 Mn |
| Mar 31, 2026 | 184.00 Mn |
| Dec 31, 2025 | 186.00 Mn |
| Sep 30, 2025 | 183.00 Mn |
| Jun 30, 2025 | 188.00 Mn |
| Mar 31, 2025 | 187.00 Mn |
| Dec 31, 2024 | 182.00 Mn |
| Sep 30, 2024 | 176.00 Mn |
| Jun 30, 2024 | 179.00 Mn |
| Mar 31, 2024 | 175.00 Mn |
| Dec 31, 2023 | 171.00 Mn |
| Sep 30, 2023 | 162.00 Mn |
| Jun 30, 2023 | 169.00 Mn |
| Mar 31, 2023 | 166.00 Mn |
| Dec 31, 2022 | 167.00 Mn |
| Sep 30, 2022 | 162.00 Mn |
| Jun 30, 2022 | 152.00 Mn |
| Mar 31, 2022 | 156.00 Mn |
| Dec 31, 2021 | 165.00 Mn |
| Sep 30, 2021 | 174.00 Mn |
API Access
Kinder Morgan, Inc. Selling, General & Administrative 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=selling-general-and-administrative&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();