Andina Bottling Co Inc (AKO-A) Capital Expenditures (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Capital Expenditures came in at -$95.3 million in Q2 2026, up 15.11% year-over-year from -$82.8 million in Q2 2025, and down 76.56% quarter-over-quarter from -$54.0 million in Q1 2026.
Andina Bottling Co Inc (AKO-A) Capital Expenditures (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Capital Expenditures across 18 years of filings, most recently posting -$95.3 million for Q2 2026.
- In Q2 2026, Capital Expenditures rose 15.11% year-over-year to -$95.3 million; the TTM figure through Jun 2026 stood at $321.2 million (up 100.11% YoY), while the FY2025 annual figure was -$277.8 billion, up 4.71% from the prior year.
- Capital Expenditures came in at -$95.3 million for Q2 2026 at Andina Bottling, down from -$54.0 million in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of $277.8 million in Q4 2025 to a low of -$291.4 billion in Q4 2024.
- Average Capital Expenditures over 5 years is -$57.5 billion, with a median of -$131.7 million recorded in 2023.
- The largest YoY upside for Capital Expenditures was 191.51% in 2025 against a maximum downside of 176.05% in 2025.
- Over 5 years, Capital Expenditures stood at -$186.7 billion in 2022, then dropped by 3.22% to -$192.7 billion in 2023, then sank by 51.22% to -$291.4 billion in 2024, then soared by 100.1% to $277.8 million in 2025, then plunged by 134.29% to -$95.3 million in 2026.
- Per Business Quant data, the three most recent Capital Expenditures figures were -$95.3 million in Q2 2026, -$54.0 million in Q1 2026, and $277.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -95.28 Mn |
| Mar 31, 2026 | -53.96 Mn |
| Dec 31, 2025 | 277.82 Mn |
| Sep 30, 2025 | 192.63 Mn |
| Jun 30, 2025 | -112.23 Mn |
| Mar 31, 2025 | -64.38 Mn |
| Dec 31, 2024 | -291.42 Bn |
| Sep 30, 2024 | -210.51 Mn |
| Jun 30, 2024 | 147.57 Mn |
| Mar 31, 2024 | -62.70 Mn |
| Dec 31, 2023 | -192.71 Bn |
| Sep 30, 2023 | -151.16 Mn |
| Jun 30, 2023 | -119.06 Bn |
| Mar 31, 2023 | -51.00 Mn |
| Dec 31, 2022 | -186.70 Bn |
| Sep 30, 2022 | -135.39 Bn |
| Jun 30, 2022 | -72.89 Bn |
| Mar 31, 2022 | -35.92 Bn |
| Dec 31, 2021 | -138.86 Bn |
| Sep 30, 2021 | -59.21 Bn |
Andina Bottling Co Inc Capital Expenditures 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=capital-expenditures&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();