Ambev (ABEV) Change in Receivables (2012 - 2026)
Ambev's (ABEV) quarterly Change in Receivables came in at $136.2 million in Q2 2026, up 269.33% on a YoY basis from $36.9 million in Q2 2025, and up 2744.15% quarter-over-quarter from -$5.1 million in Q1 2026.
Ambev (ABEV) Change in Receivables (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Change in Receivables for 15 consecutive years, with $136.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables rose 269.33% year-over-year to $136.2 million; the trailing twelve-month figure through Jun 2026 stood at -$97.7 million (down 139.79% YoY), and the FY2025 full-year result was -$58.0 million, down 253.04% from the prior year.
- Change in Receivables rose to $136.2 million in Q2 2026 per ABEV's latest filing, from -$5.1 million in the prior quarter.
- Across five years, Change in Receivables topped out at $164.0 million in Q1 2022 and bottomed at -$203.5 million in Q4 2025.
- Historically, Change in Receivables has averaged -$14.2 million across 5 years, with a median of -$843325.2 in 2024.
- The sharpest annual moves came in 2024 and 2025: Change in Receivables sank 836.44% in 2024, then jumped 592.99% in 2025.
- Over 5 years, Change in Receivables stood at $97.5 million in 2022, then slumped by 264.14% to -$160.1 million in 2023, then surged by 152.16% to $83.5 million in 2024, then plunged by 343.76% to -$203.5 million in 2025, then surged by 166.9% to $136.2 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered $136.2 million, -$5.1 million, and -$203.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (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 | 1.33 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 41.35 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 136.15 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 | 68.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | - |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 66.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 136.15 Mn |
| Mar 31, 2026 | -5.15 Mn |
| Dec 31, 2025 | -203.51 Mn |
| Sep 30, 2025 | -25.14 Mn |
| Jun 30, 2025 | 36.86 Mn |
| Mar 31, 2025 | 121.61 Mn |
| Dec 31, 2024 | 83.49 Mn |
| Sep 30, 2024 | 3.46 Mn |
| Jun 30, 2024 | -71.31 Mn |
| Mar 31, 2024 | 17.55 Mn |
| Dec 31, 2023 | -160.06 Mn |
| Sep 30, 2023 | -76.45 Mn |
| Jun 30, 2023 | 9.68 Mn |
| Mar 31, 2023 | -49.37 Mn |
| Dec 31, 2022 | 97.51 Mn |
| Sep 30, 2022 | -155.69 Mn |
| Jun 30, 2022 | -178.99 Mn |
| Mar 31, 2022 | 164.00 Mn |
| Dec 31, 2021 | 197.44 Mn |
| Sep 30, 2021 | -99.41 Mn |
Ambev Change in Receivables 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-receivables&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();