Andina Bottling Co Inc (AKO-A) Income from Non-Controlling Interests (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Income from Non-Controlling Interests came in at -$17.3 billion in Q2 2026, up 18.86% year-over-year from -$14.6 billion in Q2 2025, and up 1.0% quarter-over-quarter from -$17.5 billion in Q1 2026.
Andina Bottling Co Inc (AKO-A) Income from Non-Controlling Interests (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Income from Non-Controlling Interests across 18 years of filings, most recently posting -$17.3 billion for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests rose 18.86% year-over-year to -$17.3 billion; the TTM figure through Jun 2026 stood at -$36.3 billion (up 14.16% YoY), while the FY2025 annual figure was -$57.3 billion, up 12.92% from the prior year.
- Income from Non-Controlling Interests came in at -$17.3 billion for Q2 2026 at Andina Bottling, up from -$17.5 billion in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of -$30.7 million in Q2 2023 to a low of -$70.6 billion in Q3 2022.
- Average Income from Non-Controlling Interests over 5 years is -$21.2 billion, with a median of -$19.0 billion recorded in 2024.
- Year-over-year, Income from Non-Controlling Interests surged 99.91% in 2023 and tumbled 86004.69% in 2024.
- Over 5 years, Income from Non-Controlling Interests stood at -$44.8 billion in 2022, then slumped by 49.5% to -$67.0 billion in 2023, then soared by 98.75% to -$838.0 million in 2024, then slumped by 69.33% to -$1.4 billion in 2025, then slumped by 1120.27% to -$17.3 billion in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$17.3 billion in Q2 2026, -$17.5 billion in Q1 2026, and -$1.4 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -17.32 Bn |
| Mar 31, 2026 | -17.49 Bn |
| Dec 31, 2025 | -1.42 Bn |
| Sep 30, 2025 | -55.09 Mn |
| Jun 30, 2025 | -21.34 Bn |
| Mar 31, 2025 | -20.03 Bn |
| Dec 31, 2024 | -838.00 Mn |
| Sep 30, 2024 | -52.93 Mn |
| Jun 30, 2024 | -26.46 Bn |
| Mar 31, 2024 | -17.99 Bn |
| Dec 31, 2023 | -67.01 Bn |
| Sep 30, 2023 | -60.68 Mn |
| Jun 30, 2023 | -30.73 Mn |
| Mar 31, 2023 | -20.72 Bn |
| Dec 31, 2022 | -44.82 Bn |
| Sep 30, 2022 | -70.56 Bn |
| Jun 30, 2022 | -34.22 Bn |
| Mar 31, 2022 | -21.67 Bn |
| Dec 31, 2021 | -55.50 Bn |
| Sep 30, 2021 | -49.82 Bn |
Andina Bottling Co Inc Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();