Kinder Morgan, Inc. (KMI) Net Equity Issued and Repurchased (2015)
Kinder Morgan's (KMI) quarterly Net Equity Issued and Repurchased came in at $37.0 million in Q4 2015, down 97.09% quarter-over-quarter from $1.3 billion in Q3 2015.
Kinder Morgan, Inc. (KMI) Net Equity Issued and Repurchased (2015) Analysis & Trends
Kinder Morgan (KMI) has reported Net Equity Issued and Repurchased for 1 consecutive years, with $37.0 million the latest figure, recorded in Q4 2015.
- For the quarter ending Q4 2015, Net Equity Issued and Repurchased changed N/A year-over-year to $37.0 million; the trailing twelve-month figure through Sep 2016 stood at $37.0 million (down 99.03% YoY), and the FY2015 full-year result was $3.9 billion, changed N/A from the prior year.
- Net Equity Issued and Repurchased fell to $37.0 million in Q4 2015 per KMI's latest filing, from $1.3 billion in the prior quarter.
- Across five years, Net Equity Issued and Repurchased topped out at $1.6 billion in Q1 2015 and bottomed at $37.0 million in Q4 2015.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 37.00 Mn |
| Sep 30, 2015 | 1.27 Bn |
| Jun 30, 2015 | 936.00 Mn |
| Mar 31, 2015 | 1.63 Bn |
Kinder Morgan, Inc. Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();