Constellation Brands (STZ) Other Non Operating Income (2017 - 2023)
Constellation Brands (STZ) posted Other Non Operating Income of -$700000.0 for Q2 2023, up 93.75% on a QoQ basis from -$11.2 million in Q1 2023, and up 95.42% year-over-year from -$358194.0 in Q2 2022.
Constellation Brands (STZ) Other Non Operating Income (2017 - 2023) Analysis & Trends
Constellation Brands has reported Other Non Operating Income for 7 years, with the latest figure at -$700000.0 in Q2 2023.
- On a quarterly basis, Other Non Operating Income rose 95.42% year-over-year to -$700000.0 in Q2 2023; TTM through Feb 2024 was -$700000.0, a 97.97% increase from a year earlier, with the FY2024 full-year figure at -$700000.0, up 97.11% from the prior year.
- Other Non Operating Income was -$700000.0 for Q2 2023 at Constellation Brands, up from -$11.2 million in the prior quarter.
- The five-year high for Other Non Operating Income was -$600000.0 in Q3 2020, with the low at -$29.4 million in Q3 2021.
- Average Other Non Operating Income over 5 years is -$8.0 million, with a median of -$5.5 million recorded in 2020.
- The sharpest annual moves came in 2021 and 2023: Other Non Operating Income plunged 4800.0% in 2021, then surged 95.42% in 2023.
- Over 5 years, Other Non Operating Income stood at -$2.4 million in 2019, then soared by 50.0% to -$1.2 million in 2020, then sank by 2350.0% to -$29.4 million in 2021, then surged by 72.79% to -$8.0 million in 2022, then surged by 91.25% to -$700000.0 in 2023.
- The last three Other Non Operating Income figures came in at -$700000.0 (Q2 2023), -$11.2 million (Q1 2023), and -$8.0 million (Q3 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn |
| 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 |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn |
| 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 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2023 | -700,000.00 |
| Feb 28, 2023 | -11.20 Mn |
| Aug 31, 2022 | -8.00 Mn |
| May 31, 2022 | -15.30 Mn |
| Aug 31, 2021 | -29.40 Mn |
| Feb 28, 2021 | -4.00 Mn |
| Nov 30, 2020 | -1.20 Mn |
| Aug 31, 2020 | -600,000.00 |
| May 31, 2020 | -7.00 Mn |
| Aug 31, 2019 | -2.40 Mn |
| Nov 30, 2018 | -1.70 Mn |
| Feb 28, 2018 | -77.90 Mn |
| Nov 30, 2017 | -10.30 Mn |
| Aug 31, 2017 | -2.10 Mn |
| May 31, 2017 | -6.70 Mn |
Constellation Brands Other Non Operating 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=other-non-operating-income&ticker=STZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=STZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();