Kinder Morgan, Inc. (KMI) Dividends Paid - Common Growth (5y) (2016 - 2026)
Analysis
Kinder Morgan, Inc. (KMI) Dividends Paid - Common Growth (5y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.58% |
| Mar 31, 2026 | 1.84% |
| Dec 31, 2025 | 1.81% |
| Sep 30, 2025 | 1.81% |
| Jun 30, 2025 | 1.84% |
| Mar 31, 2025 | 2.44% |
| Dec 31, 2024 | 2.41% |
| Sep 30, 2024 | 176.20% |
| Jun 30, 2024 | 163.98% |
| Mar 31, 2024 | -6.41% |
| Sep 30, 2023 | 117.59% |
| Jun 30, 2023 | 117.79% |
| Mar 31, 2023 | 17.75% |
| Dec 31, 2022 | 17.53% |
| Sep 30, 2022 | 17.57% |
| Jun 30, 2022 | 17.65% |
| Mar 31, 2022 | 17.08% |
| Dec 31, 2021 | 17.13% |
| Sep 30, 2021 | 17.08% |
| Jun 30, 2021 | 17.04% |
API Access
Kinder Morgan, Inc. Dividends Paid - Common 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=dividends-paid-common-growth-5y&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-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=dividends-paid-common-growth-5y&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();