Ambev (ABEV) Net Equity Issued and Repurchased (2015 - 2025)
Ambev's (ABEV) quarterly Net Equity Issued and Repurchased came in at -$136.8 million in Q2 2025, down 144.39% on a YoY basis from $308.2 million in Q2 2024, and up 24.11% quarter-over-quarter from -$180.3 million in Q1 2025.
Ambev (ABEV) Net Equity Issued and Repurchased (2015 - 2025) Analysis & Trends
Ambev (ABEV) has reported Net Equity Issued and Repurchased for 11 consecutive years, with -$136.8 million the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Net Equity Issued and Repurchased fell 144.39% year-over-year to -$136.8 million; the trailing twelve-month figure through Jun 2025 stood at -$334.4 million (down 269.4% YoY), and the FY2024 full-year result was -$17.2 million, down 114.25% from the prior year.
- Net Equity Issued and Repurchased climbed to -$136.8 million in Q2 2025 per ABEV's latest filing, from -$180.3 million in the prior quarter.
- Across five years, Net Equity Issued and Repurchased topped out at $437200.5 in Q4 2022 and bottomed at -$180.3 million in Q1 2025.
- Historically, Net Equity Issued and Repurchased has averaged -$26.4 million across 5 years, with a median of -$7.0 million in 2021.
- The sharpest annual moves came in 2022 and 2023: Net Equity Issued and Repurchased jumped 287.59% in 2022, then plunged 9580.15% in 2023.
- Over 5 years, Net Equity Issued and Repurchased stood at -$233066.0 in 2021, then jumped by 287.59% to $437200.5 in 2022, then sank by 1938.85% to -$8.0 million in 2023, then sank by 114.25% to -$17.2 million in 2024, then plunged by 694.36% to -$136.8 million in 2025.
- According to Business Quant data, Net Equity Issued and Repurchased over the past three periods registered -$136.8 million, -$180.3 million, and -$17.2 million for Q2 2025, Q1 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 96.00 Mn |
| 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 | - |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 60.90 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | - |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | -94.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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -136.82 Mn |
| Mar 31, 2025 | -180.30 Mn |
| Dec 31, 2024 | -17.22 Mn |
| Sep 30, 2024 | -36,067.56 |
| Jun 30, 2024 | -55.99 Mn |
| Mar 31, 2024 | -15.41 Mn |
| Dec 31, 2023 | -8.04 Mn |
| Sep 30, 2023 | -11.09 Mn |
| Jun 30, 2023 | -4.08 Mn |
| Mar 31, 2023 | -943,629.22 |
| Dec 31, 2022 | 437,200.47 |
| Sep 30, 2022 | -114,526.44 |
| Jun 30, 2022 | -9.80 Mn |
| Mar 31, 2022 | -1.49 Mn |
| Dec 31, 2021 | -233,065.99 |
| Jun 30, 2021 | -828,989.94 |
| Mar 31, 2021 | -7.03 Mn |
| Dec 31, 2020 | -240,792.32 |
| Sep 30, 2020 | -18,614.71 |
| Jun 30, 2020 | -280,504.42 |
Ambev Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();