Andina Bottling Co Inc (AKO-A) Asset Utilization Ratio (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Asset Utilization Ratio came in at 0.0 in Q2 2026, down 99.22% year-over-year from 0.31 in Q2 2025, and up 0.54% quarter-over-quarter from 0.0 in Q1 2026.
Andina Bottling Co Inc (AKO-A) Asset Utilization Ratio (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Asset Utilization Ratio across 18 years of filings, most recently posting 0.0 for Q2 2026.
- In Q2 2026, Asset Utilization Ratio fell 99.22% year-over-year to 0.0; the TTM figure through Jun 2026 stood at 0.0 (down 99.22% YoY), while the FY2025 annual figure was 1.0, down 3.97% from the prior year.
- Asset Utilization Ratio came in at 0.0 for Q2 2026 at Andina Bottling, up from 0.0 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 1.6 in Q1 2023 to a low of 0.0 in Q1 2026.
- Average Asset Utilization Ratio over 5 years is 0.49, with a median of 0.3 recorded in 2025.
- Year-over-year, Asset Utilization Ratio gained 20.87% in 2025 and slumped 99.22% in 2026.
- Over 5 years, Asset Utilization Ratio stood at 1.52 in 2022, then tumbled by 66.33% to 0.51 in 2023, then tumbled by 40.69% to 0.3 in 2024, then slumped by 99.2% to 0.0 in 2025, then decreased by 1.27% to 0.0 in 2026.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 0.0 in Q2 2026, 0.0 in Q1 2026, and 0.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.00 |
| Mar 31, 2026 | 0.00 |
| Dec 31, 2025 | 0.00 |
| Sep 30, 2025 | 0.29 |
| Jun 30, 2025 | 0.31 |
| Mar 31, 2025 | 0.30 |
| Dec 31, 2024 | 0.30 |
| Sep 30, 2024 | 0.26 |
| Jun 30, 2024 | 0.25 |
| Mar 31, 2024 | 0.26 |
| Dec 31, 2023 | 0.51 |
| Sep 30, 2023 | 0.53 |
| Jun 30, 2023 | 1.22 |
| Mar 31, 2023 | 1.60 |
| Dec 31, 2022 | 1.52 |
| Mar 31, 2021 | 0.71 |
| Dec 31, 2020 | 0.72 |
| Sep 30, 2020 | 0.71 |
| Jun 30, 2020 | 0.69 |
| Mar 31, 2020 | 0.72 |
Andina Bottling Co Inc Asset Utilization Ratio 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=asset-utilization-ratio&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();