Ambev (ABEV) Inventory (2011 - 2026)
Ambev's (ABEV) quarterly Inventory came in at $2.1 billion in Q2 2026, up 2.64% on a YoY basis from $2.0 billion in Q2 2025, and up 4.16% quarter-over-quarter from $2.0 billion in Q1 2026.
Ambev (ABEV) Inventory (2011 - 2026) Analysis & Trends
Ambev (ABEV) has reported Inventory for 16 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Inventory rose 2.64% year-over-year to $2.1 billion; the trailing twelve-month figure through Jun 2026 stood at $2.1 billion (up 2.64% YoY), and the FY2025 full-year result was $2.0 billion, down 2.99% from the prior year.
- Inventory improved to $2.1 billion in Q2 2026 per ABEV's latest filing, from $2.0 billion in the prior quarter.
- Across five years, Inventory topped out at $2.6 billion in Q2 2022 and bottomed at $1.9 billion in Q3 2025.
- Historically, Inventory has averaged $2.2 billion across 5 years, with a median of $2.1 billion in 2024.
- The sharpest annual moves came in 2022 and 2023: Inventory soared 42.28% in 2022, then decreased 20.9% in 2023.
- Over 5 years, Inventory stood at $2.5 billion in 2022, then decreased by 20.9% to $1.9 billion in 2023, then rose by 3.52% to $2.0 billion in 2024, then declined by 2.99% to $2.0 billion in 2025, then advanced by 5.47% to $2.1 billion in 2026.
- According to Business Quant data, Inventory over the past three periods registered $2.1 billion, $2.0 billion, and $2.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Ambev 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=inventory&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=inventory&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();