Andina Bottling Co Inc (AKO-A) Interest Coverage Ratio (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Interest Coverage Ratio came in at 2781.53 in Q2 2026, down 17.8% year-over-year from 3383.81 in Q2 2025, and down 30499.4% quarter-over-quarter from 9.09 in Q1 2026.
Andina Bottling Co Inc (AKO-A) Interest Coverage Ratio (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Interest Coverage Ratio across 18 years of filings, most recently posting 2781.53 for Q2 2026.
- In Q2 2026, Interest Coverage Ratio fell 17.8% year-over-year to 2781.53; the TTM figure through Jun 2026 stood at 30.1 (down 22.02% YoY), while the FY2025 annual figure was 0.16, up 16.7% from the prior year.
- Interest Coverage Ratio came in at 2781.53 for Q2 2026 at Andina Bottling, down from 9.09 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 36.83 in Q4 2023 to a low of 8006.67 in Q1 2024.
- Average Interest Coverage Ratio over 5 years is 1299.77, with a median of 76.82 recorded in 2022.
- Year-over-year, Interest Coverage Ratio surged 591.03% in 2022 and slumped 37118.27% in 2024.
- Over 5 years, Interest Coverage Ratio stood at 129.8 in 2022, then jumped by 128.38% to 36.83 in 2023, then plunged by 5613.55% to 2030.62 in 2024, then fell by 18.21% to 2400.47 in 2025, then decreased by 15.87% to 2781.53 in 2026.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 2781.53 in Q2 2026, 9.09 in Q1 2026, and 2400.47 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2,781.53 |
| Mar 31, 2026 | -9.09 |
| Dec 31, 2025 | -2,400.47 |
| Sep 30, 2025 | -1,789.45 |
| Jun 30, 2025 | -2,361.26 |
| Mar 31, 2025 | -7.61 |
| Dec 31, 2024 | -2,030.62 |
| Sep 30, 2024 | -1,564.24 |
| Jun 30, 2024 | -2,347.83 |
| Mar 31, 2024 | -8,006.67 |
| Dec 31, 2023 | 36.83 |
| Sep 30, 2023 | -4.42 |
| Jun 30, 2023 | 8.35 |
| Mar 31, 2023 | -21.51 |
| Dec 31, 2022 | -129.80 |
| Sep 30, 2022 | 30.04 |
| Jun 30, 2022 | 7.32 |
| Mar 31, 2022 | -23.84 |
| Dec 31, 2021 | -13.51 |
| Sep 30, 2021 | -6.12 |
Andina Bottling Co Inc Interest Coverage 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=interest-coverage-ratio&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();