Ambev (ABEV) Interest & Investment Income (2012 - 2026)
Ambev's (ABEV) quarterly Interest & Investment Income came in at -$96.0 million in Q2 2026, up 44.18% on a YoY basis from -$66.6 million in Q2 2025, and up 52.16% quarter-over-quarter from -$200.7 million in Q1 2026.
Ambev (ABEV) Interest & Investment Income (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Interest & Investment Income for 15 consecutive years, with -$96.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest & Investment Income rose 44.18% year-over-year to -$96.0 million; the trailing twelve-month figure through Jun 2026 stood at -$697.4 million (down 27.53% YoY), and the FY2025 full-year result was $411.1 million, down 1.42% from the prior year.
- Interest & Investment Income advanced to -$96.0 million in Q2 2026 per ABEV's latest filing, from -$200.7 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at $272.3 million in Q2 2022 and bottomed at -$205.3 million in Q4 2022.
- Historically, Interest & Investment Income has averaged -$17.9 million across 5 years, with a median of -$100.9 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Interest & Investment Income jumped 182.04% in 2022, then plunged 268.55% in 2025.
- Over 5 years, Interest & Investment Income stood at -$205.3 million in 2022, then soared by 31.07% to -$141.5 million in 2023, then rose by 25.26% to -$105.8 million in 2024, then plunged by 90.37% to -$201.3 million in 2025, then jumped by 52.29% to -$96.0 million in 2026.
- According to Business Quant data, Interest & Investment Income over the past three periods registered -$96.0 million, -$200.7 million, and -$201.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 |
|---|---|
| Jun 30, 2026 | -96.04 Mn |
| Mar 31, 2026 | -200.74 Mn |
| Dec 31, 2025 | -201.32 Mn |
| Sep 30, 2025 | -199.32 Mn |
| Jun 30, 2025 | -172.05 Mn |
| Mar 31, 2025 | -146.15 Mn |
| Dec 31, 2024 | -105.76 Mn |
| Sep 30, 2024 | -122.90 Mn |
| Jun 30, 2024 | 102.07 Mn |
| Mar 31, 2024 | 121.29 Mn |
| Dec 31, 2023 | -141.50 Mn |
| Sep 30, 2023 | 100.06 Mn |
| Jun 30, 2023 | 127.62 Mn |
| Mar 31, 2023 | 141.41 Mn |
| Dec 31, 2022 | -205.28 Mn |
| Sep 30, 2022 | 207.61 Mn |
| Jun 30, 2022 | 272.26 Mn |
| Mar 31, 2022 | 196.39 Mn |
| Dec 31, 2021 | 22.45 Bn |
| Sep 30, 2021 | 95.10 Mn |
Ambev 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=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();