Ambev (ABEV) Other Non Operating Income (2017 - 2026)
Ambev's (ABEV) quarterly Other Non Operating Income came in at -$40.3 million in Q2 2026, up 52.04% on a YoY basis from -$26.5 million in Q2 2025, and up 38.22% quarter-over-quarter from -$65.2 million in Q1 2026.
Ambev (ABEV) Other Non Operating Income (2017 - 2026) Analysis & Trends
Ambev (ABEV) has reported Other Non Operating Income for 6 consecutive years, with -$40.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income rose 52.04% year-over-year to -$40.3 million; the trailing twelve-month figure through Jun 2026 stood at $540.7 million (up 76.75% YoY), and the FY2025 full-year result was $451.8 million, up 6.86% from the prior year.
- Other Non Operating Income advanced to -$40.3 million in Q2 2026 per ABEV's latest filing, from -$65.2 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $745.7 million in Q4 2025 and bottomed at -$110.2 million in Q4 2023.
- Historically, Other Non Operating Income has averaged $42.0 million across 4 years, with a median of -$46.8 million in 2024.
- The sharpest annual moves came in 2024 and 2025: Other Non Operating Income jumped 561.22% in 2024, then tumbled 5302.89% in 2025.
- Over 4 years, Other Non Operating Income stood at -$110.2 million in 2023, then soared by 561.22% to $508.2 million in 2024, then soared by 46.75% to $745.7 million in 2025, then plunged by 105.4% to -$40.3 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$40.3 million, -$65.2 million, and $745.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 |
|---|---|
| Jun 30, 2026 | -40.25 Mn |
| Mar 31, 2026 | -65.15 Mn |
| Dec 31, 2025 | 745.75 Mn |
| Sep 30, 2025 | -99.67 Mn |
| Jun 30, 2025 | -83.94 Mn |
| Mar 31, 2025 | -71.28 Mn |
| Dec 31, 2024 | 508.19 Mn |
| Sep 30, 2024 | -47.06 Mn |
| Jun 30, 2024 | -46.52 Mn |
| Mar 31, 2024 | 1.37 Mn |
| Dec 31, 2023 | -110.18 Mn |
| Sep 30, 2023 | -5.39 Mn |
| Jun 30, 2023 | -43.86 Mn |
| Mar 31, 2023 | -53.43 Mn |
| Dec 31, 2018 | 530.07 Mn |
| Dec 31, 2017 | 622.17 Mn |
Ambev 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=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "ABEV", "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=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();