Kraft Heinz (KHC) Amortization of Deferred Charges (2014 - 2024)
Kraft Heinz's (KHC) quarterly Amortization of Deferred Charges came in at -$4.0 million in Q4 2024, little changed on a YoY basis from -$4.0 million in Q4 2023, and down 100.0% quarter-over-quarter from -$2.0 million in Q3 2024.
Kraft Heinz (KHC) Amortization of Deferred Charges (2014 - 2024) Analysis & Trends
Kraft Heinz (KHC) has reported Amortization of Deferred Charges for 11 consecutive years, with -$4.0 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Amortization of Deferred Charges changed 0.0% year-over-year to -$4.0 million; the trailing twelve-month figure through Dec 2024 stood at -$10.0 million (up 28.57% YoY), and the FY2024 full-year result was -$10.0 million, up 28.57% from the prior year.
- Amortization of Deferred Charges slipped to -$4.0 million in Q4 2024 per KHC's latest filing, from -$2.0 million in the prior quarter.
- Across five years, Amortization of Deferred Charges topped out at -$1.0 million in Q2 2021 and bottomed at -$31.0 million in Q1 2020.
- Historically, Amortization of Deferred Charges has averaged -$8.4 million across 5 years, with a median of -$3.0 million in 2022.
- The sharpest annual moves came in 2021 and 2022: Amortization of Deferred Charges soared 96.67% in 2021, then slumped 200.0% in 2022.
- Over 5 years, Amortization of Deferred Charges stood at -$30.0 million in 2020, then surged by 93.33% to -$2.0 million in 2021, then plunged by 50.0% to -$3.0 million in 2022, then slumped by 33.33% to -$4.0 million in 2023, then changed by 0.0% to -$4.0 million in 2024.
- According to Business Quant data, Amortization of Deferred Charges over the past three periods registered -$4.0 million, -$2.0 million, and -$1.0 million for Q4 2024, Q3 2024, and Q2 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Unilever | 137.23 Bn | 132.65 Bn | - |
| 2 | Mondelez International | 77.96 Bn | 76.29 Bn | 3.99 Bn |
| 3 | Hershey | 34.06 Bn | 33.27 Bn | 1.26 Bn |
| 4 | Kraft Heinz | 28.45 Bn | 25.88 Bn | 2.03 Bn |
| 5 | General Mills | 18.94 Bn | 18.49 Bn | 1.60 Bn |
| 6 | Mccormick | 13.30 Bn | 13.55 Bn | 778.20 Mn |
| 7 | J M Smucker | 12.94 Bn | 12.90 Bn | 979.60 Mn |
| 8 | Hormel Foods | 11.19 Bn | 10.34 Bn | 471.52 Mn |
| 9 | Chewy | 7.89 Bn | 7.28 Bn | 1.01 Bn |
| 10 | Conagra Brands | 7.08 Bn | 6.86 Bn | 704.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 28, 2024 | -4.00 Mn |
| Sep 28, 2024 | -2.00 Mn |
| Jun 29, 2024 | -1.00 Mn |
| Mar 30, 2024 | -3.00 Mn |
| Dec 30, 2023 | -4.00 Mn |
| Sep 30, 2023 | -3.00 Mn |
| Jul 1, 2023 | -4.00 Mn |
| Apr 1, 2023 | -3.00 Mn |
| Dec 31, 2022 | -3.00 Mn |
| Sep 24, 2022 | -4.00 Mn |
| Jun 25, 2022 | -3.00 Mn |
| Mar 26, 2022 | -4.00 Mn |
| Dec 25, 2021 | -2.00 Mn |
| Sep 25, 2021 | -2.00 Mn |
| Jun 26, 2021 | -1.00 Mn |
| Mar 27, 2021 | -2.00 Mn |
| Dec 26, 2020 | -30.00 Mn |
| Sep 26, 2020 | -31.00 Mn |
| Jun 27, 2020 | -30.00 Mn |
| Mar 28, 2020 | -31.00 Mn |
Kraft Heinz Amortization of Deferred Charges 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=amortization-of-deferred-charges&ticker=KHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-of-deferred-charges", "ticker": "KHC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=amortization-of-deferred-charges&ticker=KHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();