Kraft Heinz (KHC) Cash from Investing Activities (2014 - 2026)
Kraft Heinz's (KHC) quarterly Cash from Investing Activities came in at $366.0 million in Q2 2026, up 177.87% on a YoY basis from $131.7 million in Q2 2025, and up 97.84% quarter-over-quarter from $185.0 million in Q1 2026.
Kraft Heinz (KHC) Cash from Investing Activities (2014 - 2026) Analysis & Trends
Kraft Heinz (KHC) has reported Cash from Investing Activities for 13 consecutive years, with $366.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 177.87% year-over-year to $366.0 million; the trailing twelve-month figure through Jun 2026 stood at $66.0 million (up 103.8% YoY), and the FY2025 full-year result was -$1.8 billion, down 79.18% from the prior year.
- Cash from Investing Activities advanced to $366.0 million in Q2 2026 per KHC's latest filing, from $185.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $366.0 million in Q2 2026 and bottomed at -$878.0 million in Q1 2025.
- Historically, Cash from Investing Activities has averaged -$239.6 million across 5 years, with a median of -$242.5 million in 2025.
- The sharpest annual moves came in 2023 and 2026: Cash from Investing Activities slumped 235.85% in 2023, then soared 177.87% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$53.0 million in 2022, then plunged by 235.85% to -$178.0 million in 2023, then rose by 2.25% to -$174.0 million in 2024, then slipped by 28.16% to -$223.0 million in 2025, then surged by 264.13% to $366.0 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $366.0 million, $185.0 million, and -$223.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Unilever | 137.23 Bn | 132.65 Bn | - | - |
| 2 | Mondelez International | 77.96 Bn | 76.29 Bn | 3.99 Bn | -294.00 Mn |
| 3 | Hershey | 34.06 Bn | 33.27 Bn | 1.26 Bn | -82.44 Mn |
| 4 | Kraft Heinz | 28.45 Bn | 25.88 Bn | 2.03 Bn | 366.00 Mn |
| 5 | General Mills | 18.94 Bn | 18.49 Bn | 1.60 Bn | -174.70 Mn |
| 6 | Mccormick | 13.30 Bn | 13.55 Bn | 778.20 Mn | -42.70 Mn |
| 7 | J M Smucker | 12.94 Bn | 12.90 Bn | 979.60 Mn | -85.80 Mn |
| 8 | Hormel Foods | 11.19 Bn | 10.34 Bn | 471.52 Mn | -61.53 Mn |
| 9 | Chewy | 7.89 Bn | 7.28 Bn | 1.01 Bn | -392.00 Mn |
| 10 | Conagra Brands | 7.08 Bn | 6.86 Bn | 704.10 Mn | -108.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 366.00 Mn |
| Mar 28, 2026 | 185.00 Mn |
| Dec 27, 2025 | -223.00 Mn |
| Sep 27, 2025 | -262.00 Mn |
| Jun 28, 2025 | -470.00 Mn |
| Mar 29, 2025 | -878.00 Mn |
| Dec 28, 2024 | -174.00 Mn |
| Sep 28, 2024 | -217.00 Mn |
| Jun 29, 2024 | -345.00 Mn |
| Mar 30, 2024 | -287.00 Mn |
| Dec 30, 2023 | -178.00 Mn |
| Sep 30, 2023 | -263.00 Mn |
| Jul 1, 2023 | -211.00 Mn |
| Apr 1, 2023 | -264.00 Mn |
| Dec 31, 2022 | -53.00 Mn |
| Sep 24, 2022 | -117.00 Mn |
| Jun 25, 2022 | -452.00 Mn |
| Mar 26, 2022 | -469.00 Mn |
| Dec 25, 2021 | 1.29 Bn |
| Sep 25, 2021 | -283.00 Mn |
Kraft Heinz Cash from Investing Activities 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=cash-from-investing-activities&ticker=KHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=KHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();