Constellation Brands (STZ) Interest & Investment Income (2012 - 2026)
Constellation Brands (STZ) posted Interest & Investment Income of -$85.8 million for Q2 2026, down 3.5% on a QoQ basis from -$82.9 million in Q1 2026, and up 13.25% year-over-year from -$75.8 million in Q2 2025.
Constellation Brands (STZ) Interest & Investment Income (2012 - 2026) Analysis & Trends
Constellation Brands has reported Interest & Investment Income for 15 years, with the latest figure at -$85.8 million in Q2 2026.
- On a quarterly basis, Interest & Investment Income rose 13.25% year-over-year to -$85.8 million in Q2 2026; TTM through May 2026 was -$339.5 million, a 16.69% increase from a year earlier, with the FY2026 full-year figure at -$352.6 million, up 14.29% from the prior year.
- Interest & Investment Income was -$85.8 million for Q2 2026 at Constellation Brands, down from -$82.9 million in the prior quarter.
- The five-year high for Interest & Investment Income was -$34.4 million in Q1 2024, with the low at -$1.7 billion in Q3 2022.
- Average Interest & Investment Income over 5 years is -$205.9 million, with a median of -$99.6 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Interest & Investment Income plunged 265.14% in 2022, then jumped 93.57% in 2023.
- Over 5 years, Interest & Investment Income stood at -$98.7 million in 2022, then fell by 5.57% to -$104.2 million in 2023, then dropped by 0.19% to -$104.4 million in 2024, then rose by 20.31% to -$83.2 million in 2025, then declined by 3.12% to -$85.8 million in 2026.
- The last three Interest & Investment Income figures came in at -$85.8 million (Q2 2026), -$82.9 million (Q1 2026), and -$83.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 198.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 | 39.30 Mn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | - |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | - |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -96.04 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 | - |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 10.78 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | -85.80 Mn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -85.80 Mn |
| Feb 28, 2026 | -82.90 Mn |
| Nov 30, 2025 | -83.20 Mn |
| Aug 31, 2025 | -87.60 Mn |
| May 31, 2025 | -98.90 Mn |
| Feb 28, 2025 | -100.20 Mn |
| Nov 30, 2024 | -104.40 Mn |
| Aug 31, 2024 | -104.00 Mn |
| May 31, 2024 | -102.80 Mn |
| Feb 29, 2024 | -34.40 Mn |
| Nov 30, 2023 | -104.20 Mn |
| Aug 31, 2023 | -110.60 Mn |
| May 31, 2023 | -415.40 Mn |
| Feb 28, 2023 | -92.20 Mn |
| Nov 30, 2022 | -98.70 Mn |
| Aug 31, 2022 | -1.72 Bn |
| May 31, 2022 | -187.90 Mn |
| Feb 28, 2022 | -93.70 Mn |
| Nov 30, 2021 | -171.80 Mn |
| Aug 31, 2021 | -470.80 Mn |
Constellation Brands Interest & Investment Income 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=interest-and-investment-income&ticker=STZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=STZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();