Ambev (ABEV) Gross Profit (2012 - 2026)
Ambev's (ABEV) quarterly Gross Profit came in at $2.1 billion in Q2 2026, up 16.36% on a YoY basis from $1.8 billion in Q2 2025, and down 6.2% quarter-over-quarter from $2.2 billion in Q1 2026.
Ambev (ABEV) Gross Profit (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Gross Profit for 15 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Gross Profit rose 16.36% year-over-year to $2.1 billion; the trailing twelve-month figure through Jun 2026 stood at $8.7 billion (up 4.93% YoY), and the FY2025 full-year result was $8.4 billion, up 6.71% from the prior year.
- Gross Profit declined to $2.1 billion in Q2 2026 per ABEV's latest filing, from $2.2 billion in the prior quarter.
- Across five years, Gross Profit topped out at $2.5 billion in Q4 2024 and bottomed at $1.7 billion in Q1 2022.
- Historically, Gross Profit has averaged $2.0 billion across 5 years, with a median of $2.0 billion in 2024.
- The sharpest annual moves came in 2022 and 2025: Gross Profit gained 20.48% in 2022, then retreated 7.61% in 2025.
- Over 5 years, Gross Profit stood at $2.2 billion in 2022, then slipped by 2.99% to $2.2 billion in 2023, then advanced by 15.66% to $2.5 billion in 2024, then declined by 3.02% to $2.4 billion in 2025, then slipped by 14.75% to $2.1 billion in 2026.
- According to Business Quant data, Gross Profit over the past three periods registered $2.1 billion, $2.2 billion, and $2.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Ambev Gross Profit 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=gross-profit&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();