Ambev (ABEV) Treasury Shares (2012 - 2024)
Ambev's (ABEV) quarterly Treasury Shares came in at -$66.3 million in Q3 2024, down 308.67% on a YoY basis from $31.8 million in Q4 2023, and up 6.17% quarter-over-quarter from -$70.6 million in Q2 2024.
Ambev (ABEV) Treasury Shares (2012 - 2024) Analysis & Trends
Ambev (ABEV) has reported Treasury Shares for 13 consecutive years, with -$66.3 million the latest figure, recorded in Q3 2024.
- For the quarter ending Q3 2024, Treasury Shares fell 308.67% year-over-year to -$66.3 million; the trailing twelve-month figure through Sep 2024 stood at -$66.3 million (down 308.67% YoY), and the FY2023 full-year result was -$24.0 million, down 128.97% from the prior year.
- Treasury Shares grew to -$66.3 million in Q3 2024 per ABEV's latest filing, from -$70.6 million in the prior quarter.
- Across five years, Treasury Shares topped out at -$934192.9 in Q1 2023 and bottomed at -$70.6 million in Q2 2024.
- Historically, Treasury Shares has averaged -$14.1 million across 5 years, with a median of -$8.1 million in 2021.
- The sharpest annual moves came in 2020 and 2024: Treasury Shares jumped 82.43% in 2020, then slumped 1550.03% in 2024.
- Over 5 years, Treasury Shares stood at -$1.4 million in 2020, then tumbled by 478.13% to -$7.9 million in 2021, then fell by 29.78% to -$10.3 million in 2022, then sank by 133.74% to -$24.0 million in 2023, then slumped by 175.75% to -$66.3 million in 2024.
- According to Business Quant data, Treasury Shares over the past three periods registered -$66.3 million, -$70.6 million, and -$15.4 million for Q3 2024, Q2 2024, and Q1 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 2.74 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 | 501.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 156.59 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | - |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | -46.56 Mn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 4.50 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 | 41.23 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | -66.28 Mn |
| Sep 30, 2024 | -66.28 Mn |
| Jun 30, 2024 | -70.65 Mn |
| Jun 30, 2024 | -70.65 Mn |
| Mar 31, 2024 | -15.41 Mn |
| Mar 31, 2024 | -15.41 Mn |
| Dec 31, 2023 | -24.04 Mn |
| Dec 31, 2023 | -24.04 Mn |
| Sep 30, 2023 | -16.22 Mn |
| Sep 30, 2023 | -16.22 Mn |
| Jun 30, 2023 | -5.06 Mn |
| Jun 30, 2023 | -5.06 Mn |
| Mar 31, 2023 | -934,192.93 |
| Mar 31, 2023 | -934,192.93 |
| Dec 31, 2022 | -10.28 Mn |
| Dec 31, 2022 | -10.28 Mn |
| Sep 30, 2022 | -10.77 Mn |
| Sep 30, 2022 | -10.77 Mn |
| Jun 30, 2022 | -11.39 Mn |
| Jun 30, 2022 | -11.39 Mn |
Ambev Treasury Shares 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=treasury-shares&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();