Andina Bottling Co Inc (AKO-A) EPS (Basic) (2009 - 2026)
Andina Bottling's (AKO-A) quarterly EPS (Basic) came in at -$39.22 in Q2 2026, little changed year-over-year from -$39.23 in Q2 2025, and up 62.56% quarter-over-quarter from -$104.76 in Q1 2026.
Andina Bottling Co Inc (AKO-A) EPS (Basic) (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed EPS (Basic) across 18 years of filings, most recently posting -$39.22 for Q2 2026.
- In Q2 2026, EPS (Basic) changed 0.02% year-over-year to -$39.22; the TTM figure through Jun 2026 stood at -$113.73 (down 184.92% YoY), while the FY2025 annual figure was -$0.0, up 44.83% from the prior year.
- EPS (Basic) came in at -$39.22 for Q2 2026 at Andina Bottling, up from -$104.76 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $96.18 in Q3 2024 to a low of -$107.98 in Q4 2022.
- Average EPS (Basic) over 5 years is $2.78, with a median of -$0.0 recorded in 2023.
- Year-over-year, EPS (Basic) jumped 1382.3% in 2024 and slumped 198319582.56% in 2026.
- Over 5 years, EPS (Basic) stood at -$107.98 in 2022, then jumped by 94.44% to -$6.0 in 2023, then jumped by 1382.3% to $76.96 in 2024, then advanced by 17.56% to $90.47 in 2025, then sank by 143.35% to -$39.22 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$39.22 in Q2 2026, -$104.76 in Q1 2026, and $90.47 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -39.22 |
| Mar 31, 2026 | -104.76 |
| Dec 31, 2025 | 90.47 |
| Sep 30, 2025 | -60.23 |
| Jun 30, 2025 | -39.21 |
| Mar 31, 2025 | 0.00 |
| Dec 31, 2024 | 76.96 |
| Sep 30, 2024 | 96.18 |
| Jun 30, 2024 | 72.88 |
| Mar 31, 2024 | 0.00 |
| Dec 31, 2023 | -6.00 |
| Sep 30, 2023 | -67.19 |
| Jun 30, 2023 | 43.04 |
| Mar 31, 2023 | 0.00 |
| Dec 31, 2022 | -107.98 |
| Sep 30, 2022 | 59.36 |
| Jun 30, 2022 | 35.70 |
| Mar 31, 2022 | 0.00 |
| Dec 31, 2021 | -90.32 |
| Sep 30, 2021 | 46.25 |
Andina Bottling Co Inc EPS (Basic) 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=eps-basic&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();