Ambev (ABEV) Non Operating Interest Expenses (2012 - 2026)
Ambev's (ABEV) quarterly Non Operating Interest Expenses came in at -$180.1 million in Q2 2026, down 2.36% on a YoY basis from -$184.5 million in Q2 2025, and up 25.95% quarter-over-quarter from -$243.2 million in Q1 2026.
Ambev (ABEV) Non Operating Interest Expenses (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Non Operating Interest Expenses for 15 consecutive years, with -$180.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Interest Expenses fell 2.36% year-over-year to -$180.1 million; the trailing twelve-month figure through Jun 2026 stood at -$843.5 million (down 17.47% YoY), and the FY2025 full-year result was -$818.1 million, down 18.03% from the prior year.
- Non Operating Interest Expenses improved to -$180.1 million in Q2 2026 per ABEV's latest filing, from -$243.2 million in the prior quarter.
- Across five years, Non Operating Interest Expenses topped out at -$140.0 million in Q4 2023 and bottomed at -$446.4 million in Q3 2022.
- Historically, Non Operating Interest Expenses has averaged -$237.2 million across 5 years, with a median of -$207.9 million in 2022.
- The sharpest annual moves came in 2022 and 2024: Non Operating Interest Expenses plunged 106.1% in 2022, then soared 42.08% in 2024.
- Over 5 years, Non Operating Interest Expenses stood at -$211.1 million in 2022, then jumped by 33.67% to -$140.0 million in 2023, then slumped by 44.38% to -$202.1 million in 2024, then gained by 2.42% to -$197.2 million in 2025, then climbed by 8.67% to -$180.1 million in 2026.
- According to Business Quant data, Non Operating Interest Expenses over the past three periods registered -$180.1 million, -$243.2 million, and -$197.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 369.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 | 130.59 Mn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 230.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | - |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -180.13 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | -356.20 Mn |
| 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 | -33.52 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -180.13 Mn |
| Mar 31, 2026 | -243.25 Mn |
| Dec 31, 2025 | -197.23 Mn |
| Sep 30, 2025 | -222.91 Mn |
| Jun 30, 2025 | -175.97 Mn |
| Mar 31, 2025 | -171.15 Mn |
| Dec 31, 2024 | -202.12 Mn |
| Sep 30, 2024 | -168.82 Mn |
| Jun 30, 2024 | -174.07 Mn |
| Mar 31, 2024 | -204.75 Mn |
| Dec 31, 2023 | -139.99 Mn |
| Sep 30, 2023 | -266.38 Mn |
| Jun 30, 2023 | -300.52 Mn |
| Mar 31, 2023 | -280.15 Mn |
| Dec 31, 2022 | -211.05 Mn |
| Sep 30, 2022 | -446.41 Mn |
| Jun 30, 2022 | -373.38 Mn |
| Mar 31, 2022 | -310.57 Mn |
| Dec 31, 2021 | -153.84 Mn |
| Sep 30, 2021 | -263.08 Mn |
Ambev Non Operating Interest Expenses 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=non-operating-interest-expenses&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();