Ambev (ABEV) Tax Provisions (2012 - 2026)
Ambev's (ABEV) quarterly Tax Provisions came in at -$170.8 million in Q2 2026, down 53.71% on a YoY basis from -$369.0 million in Q2 2025, and up 14.05% quarter-over-quarter from -$198.7 million in Q1 2026.
Ambev (ABEV) Tax Provisions (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Tax Provisions for 15 consecutive years, with -$170.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Provisions fell 53.71% year-over-year to -$170.8 million; the trailing twelve-month figure through Jun 2026 stood at -$693.9 million (up 14.77% YoY), and the FY2025 full-year result was -$636.8 million, up 20.25% from the prior year.
- Tax Provisions grew to -$170.8 million in Q2 2026 per ABEV's latest filing, from -$198.7 million in the prior quarter.
- Across five years, Tax Provisions topped out at $143.7 million in Q4 2022 and bottomed at -$324.5 million in Q4 2024.
- Historically, Tax Provisions has averaged -$96.0 million across 5 years, with a median of -$104.0 million in 2025.
- The sharpest annual moves came in 2023 and 2024: Tax Provisions jumped 147.08% in 2023, then sank 2073.18% in 2024.
- Over 5 years, Tax Provisions stood at $143.7 million in 2022, then slumped by 127.86% to -$40.0 million in 2023, then sank by 710.59% to -$324.5 million in 2024, then rose by 19.86% to -$260.1 million in 2025, then soared by 34.33% to -$170.8 million in 2026.
- According to Business Quant data, Tax Provisions over the past three periods registered -$170.8 million, -$198.7 million, and -$260.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 1.04 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 | 157.47 Mn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 848.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 183.73 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -170.81 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | -686.79 Mn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 95.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -65.56 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 88.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -170.81 Mn |
| Mar 31, 2026 | -198.73 Mn |
| Dec 31, 2025 | -260.09 Mn |
| Sep 30, 2025 | -64.27 Mn |
| Jun 30, 2025 | -111.12 Mn |
| Mar 31, 2025 | -179.48 Mn |
| Dec 31, 2024 | -324.53 Mn |
| Sep 30, 2024 | -198.97 Mn |
| Jun 30, 2024 | -188.45 Mn |
| Mar 31, 2024 | -135.73 Mn |
| Dec 31, 2023 | -40.04 Mn |
| Sep 30, 2023 | -9.16 Mn |
| Jun 30, 2023 | 45.60 Mn |
| Mar 31, 2023 | -11.25 Mn |
| Dec 31, 2022 | 143.69 Mn |
| Sep 30, 2022 | 78.47 Mn |
| Jun 30, 2022 | -96.86 Mn |
| Mar 31, 2022 | -7.04 Mn |
| Dec 31, 2021 | 350.17 Mn |
| Sep 30, 2021 | 113.15 Mn |
Ambev Tax Provisions 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=tax-provisions&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();