Kinder Morgan, Inc. (KMI) Construction in Progress (2011 - 2017)
Kinder Morgan's (KMI) quarterly Construction in Progress came in at $3.0 billion in Q4 2017, up 38.59% on a YoY basis from $2.2 billion in Q4 2016, and up 38.59% quarter-over-quarter from $2.2 billion in Q4 2016.
Kinder Morgan, Inc. (KMI) Construction in Progress (2011 - 2017) Analysis & Trends
Kinder Morgan (KMI) has reported Construction in Progress for 7 consecutive years, with $3.0 billion the latest figure, recorded in Q4 2017.
- For the quarter ending Q4 2017, Construction in Progress rose 38.59% year-over-year to $3.0 billion; the trailing twelve-month figure through Dec 2017 stood at $3.0 billion (up 38.59% YoY), and the FY2017 full-year result was $3.0 billion, up 38.59% from the prior year.
- Construction in Progress grew to $3.0 billion in Q4 2017 per KMI's latest filing, from $2.2 billion in the prior quarter.
- Across five years, Construction in Progress topped out at $3.0 billion in Q4 2017 and bottomed at $1.8 billion in Q4 2014.
- Historically, Construction in Progress has averaged $2.3 billion across 5 years, with a median of $2.2 billion in 2013.
- The sharpest annual moves came in 2013 and 2014: Construction in Progress jumped 45.19% in 2013, then retreated 18.37% in 2014.
- Over 5 years, Construction in Progress stood at $2.2 billion in 2013, then fell by 18.37% to $1.8 billion in 2014, then surged by 35.08% to $2.4 billion in 2015, then decreased by 9.77% to $2.2 billion in 2016, then soared by 38.59% to $3.0 billion in 2017.
- According to Business Quant data, Construction in Progress over the past three periods registered $3.0 billion, $2.2 billion, and $2.4 billion for Q4 2017, Q4 2016, and Q4 2015 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 3.00 Bn |
| Dec 31, 2016 | 2.16 Bn |
| Dec 31, 2015 | 2.40 Bn |
| Dec 31, 2014 | 1.77 Bn |
| Dec 31, 2013 | 2.17 Bn |
| Dec 31, 2012 | 1.50 Bn |
| Dec 31, 2011 | 798.00 Mn |
Kinder Morgan, Inc. Construction in Progress 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=construction-in-progress&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();