Ambev (ABEV) Intangibles (2011 - 2026)
Ambev's (ABEV) quarterly Intangibles came in at $2.1 billion in Q2 2026, up 4.07% on a YoY basis from $2.0 billion in Q2 2025, and little changed quarter-over-quarter from $2.1 billion in Q1 2026.
Ambev (ABEV) Intangibles (2011 - 2026) Analysis & Trends
Ambev (ABEV) has reported Intangibles for 16 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Intangibles rose 4.07% year-over-year to $2.1 billion; the trailing twelve-month figure through Jun 2026 stood at $2.1 billion (up 4.07% YoY), and the FY2025 full-year result was $2.0 billion, down 5.01% from the prior year.
- Intangibles steadied at $2.1 billion in Q2 2026 per ABEV's latest filing, from $2.1 billion in the prior quarter.
- Across five years, Intangibles topped out at $2.2 billion in Q2 2024 and bottomed at $1.5 billion in Q1 2022.
- Historically, Intangibles has averaged $2.0 billion across 5 years, with a median of $2.0 billion in 2025.
- The sharpest annual moves came in 2022 and 2025: Intangibles increased 21.85% in 2022, then fell 10.21% in 2025.
- Over 5 years, Intangibles stood at $1.8 billion in 2022, then increased by 15.71% to $2.0 billion in 2023, then increased by 6.3% to $2.2 billion in 2024, then retreated by 5.01% to $2.0 billion in 2025, then grew by 1.94% to $2.1 billion in 2026.
- According to Business Quant data, Intangibles over the past three periods registered $2.1 billion, $2.1 billion, and $2.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 12.50 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 | 8.19 Bn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 13.99 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 1.38 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 2.09 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | 14.54 Bn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 38.11 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 757.30 Bn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 2.54 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.09 Bn |
| Mar 31, 2026 | 2.09 Bn |
| Dec 31, 2025 | 2.05 Bn |
| Sep 30, 2025 | 1.98 Bn |
| Jun 30, 2025 | 2.01 Bn |
| Mar 31, 2025 | 2.02 Bn |
| Dec 31, 2024 | 2.16 Bn |
| Sep 30, 2024 | 2.08 Bn |
| Jun 30, 2024 | 2.23 Bn |
| Mar 31, 2024 | 2.16 Bn |
| Dec 31, 2023 | 2.03 Bn |
| Sep 30, 2023 | 1.94 Bn |
| Jun 30, 2023 | 1.85 Bn |
| Mar 31, 2023 | 1.78 Bn |
| Dec 31, 2022 | 1.75 Bn |
| Sep 30, 2022 | 1.75 Bn |
| Jun 30, 2022 | 1.75 Bn |
| Mar 31, 2022 | 1.48 Bn |
| Dec 31, 2021 | 1.56 Bn |
| Sep 30, 2021 | 1.57 Bn |
Ambev Intangibles 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=intangibles&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();