Ambev (ABEV) Exchange Rate Effect (2012 - 2026)
Ambev's (ABEV) quarterly Exchange Rate Effect came in at -$152.6 million in Q2 2026, down 2.46% on a YoY basis from -$156.5 million in Q2 2025, and down 333.33% quarter-over-quarter from -$35.2 million in Q1 2026.
Ambev (ABEV) Exchange Rate Effect (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Exchange Rate Effect for 15 consecutive years, with -$152.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Exchange Rate Effect fell 2.46% year-over-year to -$152.6 million; the trailing twelve-month figure through Jun 2026 stood at -$330.0 million (down 239.23% YoY), and the FY2025 full-year result was -$498.3 million, down 228.51% from the prior year.
- Exchange Rate Effect declined to -$152.6 million in Q2 2026 per ABEV's latest filing, from -$35.2 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $280.6 million in Q4 2024 and bottomed at -$247.5 million in Q1 2022.
- Historically, Exchange Rate Effect has averaged -$43.1 million across 5 years, with a median of -$40.8 million in 2026.
- The sharpest annual moves came in 2024 and 2025: Exchange Rate Effect soared 231.6% in 2024, then tumbled 705.78% in 2025.
- Over 5 years, Exchange Rate Effect stood at -$86.8 million in 2022, then plunged by 145.65% to -$213.2 million in 2023, then soared by 231.6% to $280.6 million in 2024, then plunged by 109.96% to -$27.9 million in 2025, then plunged by 446.46% to -$152.6 million in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered -$152.6 million, -$35.2 million, and -$27.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | -1.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 | 148.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -7.28 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -152.65 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | -164.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 10.53 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | -400,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -152.65 Mn |
| Mar 31, 2026 | -35.23 Mn |
| Dec 31, 2025 | -27.93 Mn |
| Sep 30, 2025 | -114.18 Mn |
| Jun 30, 2025 | -148.98 Mn |
| Mar 31, 2025 | -182.60 Mn |
| Dec 31, 2024 | 280.58 Mn |
| Sep 30, 2024 | -46.27 Mn |
| Jun 30, 2024 | 140.41 Mn |
| Mar 31, 2024 | 30.14 Mn |
| Dec 31, 2023 | -213.21 Mn |
| Sep 30, 2023 | 18.16 Mn |
| Jun 30, 2023 | -107.97 Mn |
| Mar 31, 2023 | -23.45 Mn |
| Dec 31, 2022 | -86.79 Mn |
| Sep 30, 2022 | 24.67 Mn |
| Jun 30, 2022 | 117.52 Mn |
| Mar 31, 2022 | -247.53 Mn |
| Dec 31, 2021 | 41.50 Mn |
| Sep 30, 2021 | 94.47 Mn |
Ambev Exchange Rate Effect 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=exchange-rate-effect&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();