Kinder Morgan, Inc. (KMI) Receivables - Other (2011 - 2022)
Kinder Morgan's (KMI) quarterly Receivables - Other came in at $42.0 million in Q4 2022, little changed on a YoY basis from $42.0 million in Q4 2021, and little changed quarter-over-quarter from $42.0 million in Q4 2021.
Kinder Morgan, Inc. (KMI) Receivables - Other (2011 - 2022) Analysis & Trends
Kinder Morgan (KMI) has reported Receivables - Other for 12 consecutive years, with $42.0 million the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Receivables - Other changed 0.0% year-over-year to $42.0 million; the trailing twelve-month figure through Dec 2022 stood at $42.0 million (changed 0.0% YoY), and the FY2022 full-year result was $42.0 million, changed 0.0% from the prior year.
- Receivables - Other steadied at $42.0 million in Q4 2022 per KMI's latest filing, from $42.0 million in the prior quarter.
- Across five years, Receivables - Other topped out at $156.0 million in Q4 2020 and bottomed at -$39.5 billion in Q3 2019.
- Historically, Receivables - Other has averaged -$18.1 billion across 5 years, with a median of -$16.2 billion in 2018.
- The sharpest annual moves came in 2018 and 2019: Receivables - Other slumped 75.0% in 2018, then jumped 6100.0% in 2019.
- Over 5 years, Receivables - Other stood at $2.0 million in 2018, then surged by 6100.0% to $124.0 million in 2019, then gained by 25.81% to $156.0 million in 2020, then plunged by 73.08% to $42.0 million in 2021, then changed by 0.0% to $42.0 million in 2022.
- According to Business Quant data, Receivables - Other over the past three periods registered $42.0 million, $42.0 million, and $156.0 million for Q4 2022, Q4 2021, and Q4 2020 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 42.00 Mn |
| Dec 31, 2021 | 42.00 Mn |
| Dec 31, 2020 | 156.00 Mn |
| Mar 31, 2020 | 31.00 Mn |
| Dec 31, 2019 | 124.00 Mn |
| Sep 30, 2019 | -39.50 Bn |
| Jun 30, 2019 | -38.58 Bn |
| Mar 31, 2019 | -37.52 Bn |
| Dec 31, 2018 | 2.00 Mn |
| Sep 30, 2018 | -32.67 Bn |
| Jun 30, 2018 | -32.46 Bn |
| Mar 31, 2018 | -36.28 Bn |
| Dec 31, 2017 | 8.00 Mn |
| Sep 30, 2017 | -35.34 Bn |
| Jun 30, 2017 | -31.14 Bn |
| Mar 31, 2017 | -25.98 Bn |
| Dec 31, 2016 | -21.60 Bn |
| Sep 30, 2016 | -18.61 Bn |
| Jun 30, 2016 | -26.08 Bn |
| Dec 31, 2015 | -13.93 Bn |
Kinder Morgan, Inc. Receivables - Other 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=receivables-other&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();