Ambev (ABEV) Other financing activities (2012 - 2026)
Ambev's (ABEV) quarterly Other financing activities came in at -$161618.4 in Q2 2026, down 3878.12% on a YoY basis from $4277.7 in Q2 2025, and down 3878.12% quarter-over-quarter from -$4062.7 in Q2 2025.
Ambev (ABEV) Other financing activities (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Other financing activities for 10 consecutive years, with -$161618.4 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other financing activities fell 3878.12% year-over-year to -$161618.4; the trailing twelve-month figure through Jun 2026 stood at -$165681.1 (down 1390.26% YoY), and the FY2024 full-year result was -$295.4 million, changed N/A from the prior year.
- Other financing activities eased to -$161618.4 in Q2 2026 per ABEV's latest filing, from -$4062.7 in the prior quarter.
- Across five years, Other financing activities topped out at -$4062.7 in Q2 2025 and bottomed at -$346.6 million in Q1 2024.
- Historically, Other financing activities has averaged -$57.9 million across 4 years, with a median of -$85371.3 in 2022.
- The sharpest annual moves came in 2025 and 2026: Other financing activities surged 99.28% in 2025, then plunged 3878.12% in 2026.
- Over 4 years, Other financing activities stood at -$9124.2 in 2022, then grew by 22.68% to -$7054.9 in 2024, then jumped by 42.41% to -$4062.7 in 2025, then slumped by 3878.12% to -$161618.4 in 2026.
- According to Business Quant data, Other financing activities over the past three periods registered -$161618.4, -$4062.7, and -$7054.9 for Q2 2026, Q2 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 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 |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn |
| 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 |
| 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, 2026 | -161,618.40 |
| Jun 30, 2025 | -4,062.68 |
| Dec 31, 2024 | -7,054.93 |
| Jun 30, 2024 | -563,512.51 |
| Mar 31, 2024 | -346.63 Mn |
| Dec 31, 2022 | -9,124.18 |
| Dec 31, 2021 | -940,690.20 |
| Mar 31, 2021 | -6,961.57 |
| Dec 31, 2020 | -1.06 Mn |
| Sep 30, 2020 | 1,278.83 |
| Jun 30, 2020 | 1,266.01 |
| Mar 31, 2020 | 1,512.48 |
| Dec 31, 2019 | 2,204.38 |
| Sep 30, 2019 | -118,966.97 |
| Jun 30, 2019 | 28,083.46 |
| Mar 31, 2019 | -9,038.56 |
| Dec 31, 2018 | -16,548.36 |
| Sep 30, 2018 | -5,077.39 |
| Dec 31, 2013 | -4.26 Bn |
| Sep 30, 2013 | 3.27 Mn |
Ambev Other financing activities 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=other-financing-activities&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();