Andina Bottling Co Inc (AKO-A) Operating Expenses (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Operating Expenses came in at $618.2 million in Q2 2026, little changed year-over-year from $617.6 million in Q2 2025, and down 2.42% quarter-over-quarter from $633.5 million in Q1 2026.
Andina Bottling Co Inc (AKO-A) Operating Expenses (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Operating Expenses across 18 years of filings, most recently posting $618.2 million for Q2 2026.
- In Q2 2026, Operating Expenses changed 0.1% year-over-year to $618.2 million; the TTM figure through Jun 2026 stood at $2.7 billion (up 493.51% YoY), while the FY2025 annual figure was $730.4 billion, down 19.39% from the prior year.
- Operating Expenses came in at $618.2 million for Q2 2026 at Andina Bottling, down from $633.5 million in the prior quarter.
- In the past five years, Operating Expenses ranged from a high of $611.1 billion in Q3 2023 to a low of -$617.7 billion in Q4 2022.
- Average Operating Expenses over 5 years is $76.3 billion, with a median of $625.9 million recorded in 2026.
- The largest YoY upside for Operating Expenses was 752.79% in 2022 against a maximum downside of 293.58% in 2022.
- Over 5 years, Operating Expenses stood at -$617.7 billion in 2022, then surged by 70.37% to -$183.0 billion in 2023, then soared by 100.5% to $906.1 million in 2024, then declined by 19.39% to $730.4 million in 2025, then dropped by 15.36% to $618.2 million in 2026.
- Per Business Quant data, the three most recent Operating Expenses figures were $618.2 million in Q2 2026, $633.5 million in Q1 2026, and $730.4 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 618.19 Mn |
| Mar 31, 2026 | 633.54 Mn |
| Dec 31, 2025 | 730.41 Mn |
| Sep 30, 2025 | 699.47 Mn |
| Jun 30, 2025 | 617.58 Mn |
| Mar 31, 2025 | -2.88 Bn |
| Dec 31, 2024 | 906.14 Mn |
| Sep 30, 2024 | 675.72 Mn |
| Jun 30, 2024 | 609.43 Mn |
| Mar 31, 2024 | -2.91 Bn |
| Dec 31, 2023 | -183.03 Bn |
| Sep 30, 2023 | 611.07 Bn |
| Jun 30, 2023 | -1.55 Bn |
| Mar 31, 2023 | -1.79 Bn |
| Dec 31, 2022 | -617.71 Bn |
| Sep 30, 2022 | 555.89 Bn |
| Jun 30, 2022 | 493.75 Bn |
| Mar 31, 2022 | 517.32 Bn |
| Dec 31, 2021 | -156.95 Bn |
| Sep 30, 2021 | -248.11 Bn |
Andina Bottling Co Inc Operating Expenses 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=operating-expenses&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();