Kinder Morgan, Inc. (KMI) Long-Term Deferred Tax (2014 - 2022)
Kinder Morgan's (KMI) quarterly Long-Term Deferred Tax came in at $8.0 million in Q1 2022, down 96.24% on a YoY basis from $213.0 million in Q1 2021, and down 93.04% quarter-over-quarter from $115.0 million in Q4 2021.
Kinder Morgan, Inc. (KMI) Long-Term Deferred Tax (2014 - 2022) Analysis & Trends
Kinder Morgan (KMI) has reported Long-Term Deferred Tax for 9 consecutive years, with $8.0 million the latest figure, recorded in Q1 2022.
- For the quarter ending Q1 2022, Long-Term Deferred Tax fell 96.24% year-over-year to $8.0 million; the trailing twelve-month figure through Mar 2022 stood at $8.0 million (down 96.24% YoY), and the FY2021 full-year result was $115.0 million, down 78.54% from the prior year.
- Long-Term Deferred Tax declined to $8.0 million in Q1 2022 per KMI's latest filing, from $115.0 million in the prior quarter.
- Across five years, Long-Term Deferred Tax topped out at $2.0 billion in Q2 2018 and bottomed at $8.0 million in Q1 2022.
- Historically, Long-Term Deferred Tax has averaged $974.5 million across 5 years, with a median of $845.0 million in 2020.
- The sharpest annual moves came in 2019 and 2022: Long-Term Deferred Tax dropped 12.67% in 2019, then slumped 96.24% in 2022.
- Over 5 years, Long-Term Deferred Tax stood at $1.6 billion in 2018, then plunged by 45.27% to $857.0 million in 2019, then plunged by 37.46% to $536.0 million in 2020, then tumbled by 78.54% to $115.0 million in 2021, then slumped by 93.04% to $8.0 million in 2022.
- According to Business Quant data, Long-Term Deferred Tax over the past three periods registered $8.0 million, $115.0 million, and $303.0 million for Q1 2022, Q4 2021, and Q3 2021 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | 8.00 Mn |
| Dec 31, 2021 | 115.00 Mn |
| Sep 30, 2021 | 303.00 Mn |
| Jun 30, 2021 | 492.00 Mn |
| Mar 31, 2021 | 213.00 Mn |
| Dec 31, 2020 | 536.00 Mn |
| Sep 30, 2020 | 671.00 Mn |
| Jun 30, 2020 | 790.00 Mn |
| Mar 31, 2020 | 845.00 Mn |
| Dec 31, 2019 | 857.00 Mn |
| Sep 30, 2019 | 1.32 Bn |
| Jun 30, 2019 | 1.49 Bn |
| Mar 31, 2019 | 1.65 Bn |
| Dec 31, 2018 | 1.57 Bn |
| Sep 30, 2018 | 1.87 Bn |
| Jun 30, 2018 | 1.95 Bn |
| Mar 31, 2018 | 1.89 Bn |
| Dec 31, 2017 | 2.04 Bn |
| Sep 30, 2017 | 3.43 Bn |
| Jun 30, 2017 | 3.62 Bn |
Kinder Morgan, Inc. Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=KMI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=KMI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();