Kinder Morgan, Inc. (KMI) Shares Outstanding (2011 - 2026)
Kinder Morgan's (KMI) quarterly Shares Outstanding (Entity) came in at $2.2 billion in Q2 2026, little changed on a YoY basis from $2.2 billion in Q2 2025, and little changed quarter-over-quarter from $2.2 billion in Q1 2026.
Kinder Morgan, Inc. (KMI) Shares Outstanding (2011 - 2026) Analysis & Trends
Kinder Morgan (KMI) has reported Shares Outstanding (Entity) for 16 consecutive years, with $2.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Shares Outstanding (Entity) changed 0.12% year-over-year to $2.2 billion; the trailing twelve-month figure through Jun 2026 stood at $2.2 billion (changed 0.12% YoY), and the FY2025 full-year result was $2.2 billion, changed 0.14% from the prior year.
- Shares Outstanding (Entity) steadied at $2.2 billion in Q2 2026 per KMI's latest filing, from $2.2 billion in the prior quarter.
- Across five years, Shares Outstanding (Entity) topped out at $2.3 billion in Q1 2022 and bottomed at $2.2 billion in Q1 2024.
- Historically, Shares Outstanding (Entity) has averaged $2.2 billion across 5 years, with a median of $2.2 billion in 2025.
- The sharpest annual moves came in 2023 and 2025: Shares Outstanding (Entity) retreated 1.27% in 2023, then rose 0.14% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $2.2 billion in 2022, then decreased by 1.24% to $2.2 billion in 2023, then climbed by 0.09% to $2.2 billion in 2024, then advanced by 0.14% to $2.2 billion in 2025, then climbed by 0.0% to $2.2 billion in 2026.
- According to Business Quant data, Shares Outstanding (Entity) over the past three periods registered $2.2 billion, $2.2 billion, and $2.2 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.23 Bn |
| Mar 31, 2026 | 2.23 Bn |
| Dec 31, 2025 | 2.22 Bn |
| Sep 30, 2025 | 2.22 Bn |
| Jun 30, 2025 | 2.22 Bn |
| Mar 31, 2025 | 2.22 Bn |
| Dec 31, 2024 | 2.22 Bn |
| Sep 30, 2024 | 2.22 Bn |
| Jun 30, 2024 | 2.22 Bn |
| Mar 31, 2024 | 2.22 Bn |
| Dec 31, 2023 | 2.23 Bn |
| Sep 30, 2023 | 2.23 Bn |
| Jun 30, 2023 | 2.24 Bn |
| Mar 31, 2023 | 2.25 Bn |
| Dec 31, 2022 | 2.26 Bn |
| Sep 30, 2022 | 2.25 Bn |
| Jun 30, 2022 | 2.27 Bn |
| Mar 31, 2022 | 2.27 Bn |
| Dec 31, 2021 | 2.27 Bn |
| Sep 30, 2021 | 2.27 Bn |
Kinder Morgan, Inc. Shares Outstanding 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=shares-outstanding&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();