Andina Bottling Co Inc (AKO-A) Non Operating Interest Expenses (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Non Operating Interest Expenses came in at -$33.5 million in Q2 2026, up 0.91% year-over-year from -$33.2 million in Q2 2025, and up 99.8% quarter-over-quarter from -$16.4 billion in Q1 2026.
Andina Bottling Co Inc (AKO-A) Non Operating Interest Expenses (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Non Operating Interest Expenses across 18 years of filings, most recently posting -$33.5 million for Q2 2026.
- In Q2 2026, Non Operating Interest Expenses rose 0.91% year-over-year to -$33.5 million; the TTM figure through Jun 2026 stood at -$16.5 billion (up 6.03% YoY), while the FY2025 annual figure was -$68.2 billion, up 3.12% from the prior year.
- Non Operating Interest Expenses came in at -$33.5 million for Q2 2026 at Andina Bottling, up from -$16.4 billion in the prior quarter.
- In the past five years, Non Operating Interest Expenses ranged from a high of $8.7 billion in Q2 2022 to a low of -$17.7 billion in Q3 2023.
- Average Non Operating Interest Expenses over 5 years is -$2.8 billion, with a median of -$59.8 million recorded in 2025.
- Year-over-year, Non Operating Interest Expenses surged 260.65% in 2022 and tumbled 112029.36% in 2025.
- Over 5 years, Non Operating Interest Expenses stood at -$886.3 million in 2022, then plunged by 830.47% to -$8.2 billion in 2023, then surged by 99.15% to -$70.4 million in 2024, then rose by 3.12% to -$68.2 million in 2025, then jumped by 50.86% to -$33.5 million in 2026.
- Per Business Quant data, the three most recent Non Operating Interest Expenses figures were -$33.5 million in Q2 2026, -$16.4 billion in Q1 2026, and -$68.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -33.52 Mn |
| Mar 31, 2026 | -16.39 Bn |
| Dec 31, 2025 | -68.22 Mn |
| Sep 30, 2025 | -51.37 Mn |
| Jun 30, 2025 | -33.83 Mn |
| Mar 31, 2025 | -17.45 Bn |
| Dec 31, 2024 | -70.41 Mn |
| Sep 30, 2024 | -50.24 Mn |
| Jun 30, 2024 | -31.34 Mn |
| Mar 31, 2024 | -15.56 Mn |
| Dec 31, 2023 | -8.25 Bn |
| Sep 30, 2023 | -17.70 Bn |
| Jun 30, 2023 | 8.34 Bn |
| Mar 31, 2023 | -4.57 Bn |
| Dec 31, 2022 | -886.33 Mn |
| Sep 30, 2022 | 2.29 Bn |
| Jun 30, 2022 | 8.73 Bn |
| Mar 31, 2022 | -4.00 Bn |
| Dec 31, 2021 | -7.42 Bn |
| Sep 30, 2021 | -9.67 Bn |
Andina Bottling Co Inc Non Operating Interest 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=non-operating-interest-expenses&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-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=non-operating-interest-expenses&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();