Ambev (ABEV) Change in Inventory (2012 - 2026)
Ambev's (ABEV) quarterly Change in Inventory came in at -$43.5 million in Q2 2026, down 153.92% on a YoY basis from $80.8 million in Q2 2025, and up 5.57% quarter-over-quarter from -$46.1 million in Q1 2026.
Ambev (ABEV) Change in Inventory (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Change in Inventory for 15 consecutive years, with -$43.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Inventory fell 153.92% year-over-year to -$43.5 million; the trailing twelve-month figure through Jun 2026 stood at $6.6 million (up 104.32% YoY), and the FY2025 full-year result was -$5.7 million, up 98.04% from the prior year.
- Change in Inventory rose to -$43.5 million in Q2 2026 per ABEV's latest filing, from -$46.1 million in the prior quarter.
- Across five years, Change in Inventory topped out at $204.2 million in Q3 2023 and bottomed at -$239.6 million in Q1 2022.
- Historically, Change in Inventory has averaged -$41.5 million across 5 years, with a median of -$44.8 million in 2026.
- The sharpest annual moves came in 2023 and 2024: Change in Inventory jumped 1864.42% in 2023, then slumped 202.1% in 2024.
- Over 5 years, Change in Inventory stood at -$161.8 million in 2022, then jumped by 158.26% to $94.3 million in 2023, then tumbled by 178.85% to -$74.4 million in 2024, then surged by 101.25% to $927422.4 in 2025, then plunged by 4795.39% to -$43.5 million in 2026.
- According to Business Quant data, Change in Inventory over the past three periods registered -$43.5 million, -$46.1 million, and $927422.4 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (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 | 487.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 40.28 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -43.55 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 | -234.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 | 34.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -43.55 Mn |
| Mar 31, 2026 | -46.11 Mn |
| Dec 31, 2025 | 927,422.45 |
| Sep 30, 2025 | 95.31 Mn |
| Jun 30, 2025 | 80.76 Mn |
| Mar 31, 2025 | -172.77 Mn |
| Dec 31, 2024 | -74.35 Mn |
| Sep 30, 2024 | 14.23 Mn |
| Jun 30, 2024 | -68.83 Mn |
| Mar 31, 2024 | -200.52 Mn |
| Dec 31, 2023 | 94.29 Mn |
| Sep 30, 2023 | 204.21 Mn |
| Jun 30, 2023 | 67.41 Mn |
| Mar 31, 2023 | -95.60 Mn |
| Dec 31, 2022 | -161.84 Mn |
| Sep 30, 2022 | -11.57 Mn |
| Jun 30, 2022 | -188.56 Mn |
| Mar 31, 2022 | -239.58 Mn |
| Dec 31, 2021 | -273.66 Mn |
| Sep 30, 2021 | 51.24 Mn |
Ambev Change in Inventory 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-inventory&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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-inventory&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();