Ambev (ABEV) Change in Taxes (2012 - 2026)
Ambev's (ABEV) quarterly Change in Taxes came in at -$170.7 million in Q2 2026, up 6.74% on a YoY basis from -$159.9 million in Q2 2025, and up 30.86% quarter-over-quarter from -$246.9 million in Q1 2026.
Ambev (ABEV) Change in Taxes (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Change in Taxes for 15 consecutive years, with -$170.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Taxes rose 6.74% year-over-year to -$170.7 million; the trailing twelve-month figure through Jun 2026 stood at -$691.9 million (down 25.28% YoY), and the FY2025 full-year result was -$776.8 million, down 24.78% from the prior year.
- Change in Taxes rose to -$170.7 million in Q2 2026 per ABEV's latest filing, from -$246.9 million in the prior quarter.
- Across five years, Change in Taxes topped out at $165.8 million in Q4 2023 and bottomed at -$489.7 million in Q1 2024.
- Historically, Change in Taxes has averaged -$130.8 million across 5 years, with a median of -$115.7 million in 2023.
- The sharpest annual moves came in 2023 and 2025: Change in Taxes jumped 413.24% in 2023, then tumbled 1316.72% in 2025.
- Over 5 years, Change in Taxes stood at $140.3 million in 2022, then gained by 18.2% to $165.8 million in 2023, then plunged by 140.92% to -$67.8 million in 2024, then slipped by 20.86% to -$82.0 million in 2025, then sank by 108.15% to -$170.7 million in 2026.
- According to Business Quant data, Change in Taxes over the past three periods registered -$170.7 million, -$246.9 million, and -$82.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (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 | 182.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -57.53 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -170.69 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 | -28.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -58.31 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -170.69 Mn |
| Mar 31, 2026 | -246.85 Mn |
| Dec 31, 2025 | -82.00 Mn |
| Sep 30, 2025 | -192.38 Mn |
| Jun 30, 2025 | -183.01 Mn |
| Mar 31, 2025 | -287.88 Mn |
| Dec 31, 2024 | -67.85 Mn |
| Sep 30, 2024 | -13.58 Mn |
| Jun 30, 2024 | -139.77 Mn |
| Mar 31, 2024 | -489.70 Mn |
| Dec 31, 2023 | 165.79 Mn |
| Sep 30, 2023 | 53.24 Mn |
| Jun 30, 2023 | -91.61 Mn |
| Mar 31, 2023 | -434.05 Mn |
| Dec 31, 2022 | 140.26 Mn |
| Sep 30, 2022 | -17.00 Mn |
| Jun 30, 2022 | 36.20 Mn |
| Mar 31, 2022 | -333.93 Mn |
| Dec 31, 2021 | 49.44 Mn |
| Sep 30, 2021 | 38.75 Mn |
Ambev Change in Taxes 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=change-in-taxes&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();