Kinder Morgan, Inc. (KMI) Work In Process (2018)
Kinder Morgan's (KMI) quarterly Work In Process came in at $14.0 million in Q4 2018.
Analysis
Kinder Morgan, Inc. (KMI) Work In Process (2018) Analysis & Trends
Kinder Morgan (KMI) has reported Work In Process for 1 consecutive years, with $14.0 million the latest figure, recorded in Q4 2018.
- For the quarter ending Q4 2018, Work In Process changed N/A year-over-year to $14.0 million; the trailing twelve-month figure through Dec 2018 stood at $14.0 million (changed N/A YoY), and the FY2018 full-year result was $14.0 million, changed N/A from the prior year.
- Work In Process steadied at $14.0 million in Q4 2018 per KMI's latest filing.
- Across five years, Work In Process topped out at $14.0 million in Q4 2018 and bottomed at $14.0 million in Q4 2018.
Peer Set
Peer Comparison
API Access
Kinder Morgan, Inc. Work In Process 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=work-in-process&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "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=work-in-process&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();