Ambev (ABEV) Change in Account Payables (2012 - 2026)
Ambev's (ABEV) quarterly Change in Account Payables came in at -$279.9 million in Q2 2026, up 45.94% on a YoY basis from -$191.8 million in Q2 2025, and up 55.56% quarter-over-quarter from -$629.8 million in Q1 2026.
Ambev (ABEV) Change in Account Payables (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Change in Account Payables for 15 consecutive years, with -$279.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Account Payables rose 45.94% year-over-year to -$279.9 million; the trailing twelve-month figure through Jun 2026 stood at $147.7 million (up 166.79% YoY), and the FY2025 full-year result was -$236.0 million, down 204.11% from the prior year.
- Change in Account Payables rose to -$279.9 million in Q2 2026 per ABEV's latest filing, from -$629.8 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $1.1 billion in Q4 2023 and bottomed at -$788.0 million in Q1 2023.
- Historically, Change in Account Payables has averaged -$46.7 million across 5 years, with a median of -$265.8 million in 2024.
- The sharpest annual moves came in 2022 and 2024: Change in Account Payables sank 425.87% in 2022, then soared 204.75% in 2024.
- Over 5 years, Change in Account Payables stood at $743.2 million in 2022, then soared by 46.48% to $1.1 billion in 2023, then declined by 25.01% to $816.3 million in 2024, then gained by 22.54% to $1.0 billion in 2025, then sank by 127.98% to -$279.9 million in 2026.
- According to Business Quant data, Change in Account Payables over the past three periods registered -$279.9 million, -$629.8 million, and $1.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (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 | 27.51 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -279.91 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 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 48.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -279.91 Mn |
| Mar 31, 2026 | -629.85 Mn |
| Dec 31, 2025 | 1.00 Bn |
| Sep 30, 2025 | 57.13 Mn |
| Jun 30, 2025 | -517.76 Mn |
| Mar 31, 2025 | -690.33 Mn |
| Dec 31, 2024 | 816.29 Mn |
| Sep 30, 2024 | 170.71 Mn |
| Jun 30, 2024 | -251.67 Mn |
| Mar 31, 2024 | -619.78 Mn |
| Dec 31, 2023 | 1.09 Bn |
| Sep 30, 2023 | 56.02 Mn |
| Jun 30, 2023 | -362.13 Mn |
| Mar 31, 2023 | -788.03 Mn |
| Dec 31, 2022 | 743.16 Mn |
| Sep 30, 2022 | 245.97 Mn |
| Jun 30, 2022 | -374.30 Mn |
| Mar 31, 2022 | -504.69 Mn |
| Dec 31, 2021 | 1.04 Bn |
| Sep 30, 2021 | 245.22 Mn |
Ambev Change in Account Payables 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-account-payables&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();