Constellation Brands (STZ) Cash from Investing Activities (2009 - 2026)
Constellation Brands (STZ) posted Cash from Investing Activities of -$193.2 million for Q2 2026, up 9.55% on a QoQ basis from -$213.6 million in Q1 2026, and up 1.48% year-over-year from -$190.4 million in Q2 2025.
Constellation Brands (STZ) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Constellation Brands has reported Cash from Investing Activities for 18 years, with the latest figure at -$193.2 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 1.48% year-over-year to -$193.2 million in Q2 2026; TTM through May 2026 was $19.4 million, a 102.44% increase from a year earlier, with the FY2026 full-year figure at $16.5 million, up 101.69% from the prior year.
- Cash from Investing Activities was -$193.2 million for Q2 2026 at Constellation Brands, up from -$213.6 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $660.9 million in Q3 2025, with the low at -$480.2 million in Q3 2024.
- Average Cash from Investing Activities over 5 years is -$211.0 million, with a median of -$249.9 million recorded in 2022.
- The sharpest annual moves came in 2025 and 2026: Cash from Investing Activities jumped 237.63% in 2025, then tumbled 273.1% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$160.6 million in 2022, then slumped by 104.86% to -$329.0 million in 2023, then increased by 26.87% to -$240.6 million in 2024, then grew by 2.45% to -$234.7 million in 2025, then grew by 17.68% to -$193.2 million in 2026.
- The last three Cash from Investing Activities figures came in at -$193.2 million (Q2 2026), -$213.6 million (Q1 2026), and -$234.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | -642.00 Mn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | - |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | -915.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -408.63 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -168.14 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | -16.80 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -94.84 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | -193.20 Mn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -193.20 Mn |
| Feb 28, 2026 | -213.60 Mn |
| Nov 30, 2025 | -234.70 Mn |
| Aug 31, 2025 | 660.90 Mn |
| May 31, 2025 | -196.10 Mn |
| Feb 28, 2025 | 123.40 Mn |
| Nov 30, 2024 | -240.60 Mn |
| Aug 31, 2024 | -480.20 Mn |
| May 31, 2024 | -377.40 Mn |
| Feb 29, 2024 | -356.00 Mn |
| Nov 30, 2023 | -329.00 Mn |
| Aug 31, 2023 | -309.00 Mn |
| May 31, 2023 | -291.90 Mn |
| Feb 28, 2023 | -352.80 Mn |
| Nov 30, 2022 | -160.60 Mn |
| Aug 31, 2022 | -259.20 Mn |
| May 31, 2022 | -226.80 Mn |
| Feb 28, 2022 | -361.60 Mn |
| Nov 30, 2021 | -297.10 Mn |
| Aug 31, 2021 | -260.50 Mn |
Constellation Brands 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=STZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "STZ", "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=STZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();