Andina Bottling Co Inc (AKO-A) Other Non Operating Income (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Other Non Operating Income came in at -$19.6 million in Q2 2026, up 99.44% year-over-year from -$9.8 million in Q2 2025, and down 100.23% quarter-over-quarter from $8.4 billion in Q1 2026.
Andina Bottling Co Inc (AKO-A) Other Non Operating Income (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Other Non Operating Income across 18 years of filings, most recently posting -$19.6 million for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 99.44% year-over-year to -$19.6 million; the TTM figure through Jun 2026 stood at $12.3 billion (up 189.67% YoY), while the FY2025 annual figure was -$3.4 billion, up 53.76% from the prior year.
- Other Non Operating Income came in at -$19.6 million for Q2 2026 at Andina Bottling, down from $8.4 billion in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $8.4 billion in Q1 2026 to a low of -$25.8 billion in Q2 2023.
- Average Other Non Operating Income over 5 years is -$8.0 billion, with a median of -$2.9 billion recorded in 2022.
- Year-over-year, Other Non Operating Income sank 1936.02% in 2022 and jumped 1030.73% in 2026.
- Over 5 years, Other Non Operating Income stood at -$25.0 billion in 2022, then surged by 94.87% to -$1.3 billion in 2023, then jumped by 97.93% to -$26.5 million in 2024, then slipped by 5.21% to -$27.9 million in 2025, then increased by 29.8% to -$19.6 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$19.6 million in Q2 2026, $8.4 billion in Q1 2026, and -$27.9 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -19.56 Mn |
| Mar 31, 2026 | 8.36 Bn |
| Dec 31, 2025 | -27.87 Mn |
| Sep 30, 2025 | 3.97 Bn |
| Jun 30, 2025 | -3.47 Bn |
| Mar 31, 2025 | -898.29 Mn |
| Dec 31, 2024 | -26.49 Mn |
| Sep 30, 2024 | -9.31 Bn |
| Jun 30, 2024 | -8.38 Bn |
| Mar 31, 2024 | -307.48 Mn |
| Dec 31, 2023 | -1.28 Bn |
| Sep 30, 2023 | -25.66 Bn |
| Jun 30, 2023 | -25.76 Bn |
| Mar 31, 2023 | -4.50 Bn |
| Dec 31, 2022 | -24.98 Bn |
| Sep 30, 2022 | -24.98 Bn |
| Jun 30, 2022 | -24.98 Bn |
| Mar 31, 2022 | -2.23 Bn |
| Dec 31, 2021 | -4.42 Bn |
| Sep 30, 2021 | -5.33 Bn |
Andina Bottling Co Inc Other Non Operating Income 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=other-non-operating-income&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();