Andina Bottling Co Inc (AKO-A) Exchange Rate Effect (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Exchange Rate Effect came in at $10.5 million in Q2 2026, up 1907.5% year-over-year from $524664.0 in Q2 2025, and up 26.21% quarter-over-quarter from $8.3 million in Q1 2026.
Andina Bottling Co Inc (AKO-A) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Exchange Rate Effect across 18 years of filings, most recently posting $10.5 million for Q2 2026.
- In Q2 2026, Exchange Rate Effect rose 1907.5% year-over-year to $10.5 million; the TTM figure through Jun 2026 stood at $666.4 million (down 94.97% YoY), while the FY2025 annual figure was $645.7 million, down 95.14% from the prior year.
- Exchange Rate Effect came in at $10.5 million for Q2 2026 at Andina Bottling, up from $8.3 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $13.2 billion in Q4 2024 to a low of -$21.4 billion in Q4 2022.
- Average Exchange Rate Effect over 5 years is -$901.2 million, with a median of $5.5 million recorded in 2024.
- The largest YoY upside for Exchange Rate Effect was 2181.53% in 2022 against a maximum downside of 269.11% in 2022.
- Over 5 years, Exchange Rate Effect stood at -$21.4 billion in 2022, then soared by 121.48% to $4.6 billion in 2023, then soared by 188.72% to $13.2 billion in 2024, then slumped by 95.16% to $640.6 million in 2025, then sank by 98.36% to $10.5 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were $10.5 million in Q2 2026, $8.3 million in Q1 2026, and $640.6 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.53 Mn |
| Mar 31, 2026 | 8.35 Mn |
| Dec 31, 2025 | 640.57 Mn |
| Sep 30, 2025 | 6.93 Mn |
| Jun 30, 2025 | -582,718.00 |
| Mar 31, 2025 | -1.17 Mn |
| Dec 31, 2024 | 13.24 Bn |
| Sep 30, 2024 | 4.13 Mn |
| Jun 30, 2024 | 6.96 Mn |
| Mar 31, 2024 | 26.74 Mn |
| Dec 31, 2023 | 4.59 Bn |
| Sep 30, 2023 | -3.86 Mn |
| Jun 30, 2023 | -23.82 Mn |
| Mar 31, 2023 | -11.50 Mn |
| Dec 31, 2022 | -21.35 Bn |
| Sep 30, 2022 | -9.06 Bn |
| Jun 30, 2022 | -5.68 Bn |
| Mar 31, 2022 | 1.38 Bn |
| Sep 30, 2021 | 5.36 Bn |
| Mar 31, 2021 | -66.17 Mn |
Andina Bottling Co Inc 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=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "AKO-A", "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=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();