Andina Bottling Co Inc (AKO-A) Net Income towards Common Stockholders (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Net Income towards Common Stockholders came in at -$37.1 billion in Q2 2026, little changed year-over-year from -$37.1 billion in Q2 2025, and up 62.56% quarter-over-quarter from -$99.2 billion in Q1 2026.
Andina Bottling Co Inc (AKO-A) Net Income towards Common Stockholders (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Net Income towards Common Stockholders across 18 years of filings, most recently posting -$37.1 billion for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders changed 0.02% year-over-year to -$37.1 billion; the TTM figure through Jun 2026 stood at -$107.7 billion (down 184.92% YoY), while the FY2025 annual figure was -$64000.0, up 44.83% from the prior year.
- Net Income towards Common Stockholders came in at -$37.1 billion for Q2 2026 at Andina Bottling, up from -$99.2 billion in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of $91.0 billion in Q3 2024 to a low of -$102.2 billion in Q4 2022.
- Average Net Income towards Common Stockholders over 5 years is $2.6 billion, with a median of -$238500.0 recorded in 2023.
- Year-over-year, Net Income towards Common Stockholders jumped 1382.3% in 2024 and sank 198319582.56% in 2026.
- Over 5 years, Net Income towards Common Stockholders stood at -$102.2 billion in 2022, then jumped by 94.44% to -$5.7 billion in 2023, then jumped by 1382.3% to $72.8 billion in 2024, then rose by 17.56% to $85.6 billion in 2025, then sank by 143.35% to -$37.1 billion in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were -$37.1 billion in Q2 2026, -$99.2 billion in Q1 2026, and $85.6 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -37.13 Bn |
| Mar 31, 2026 | -99.16 Bn |
| Dec 31, 2025 | 85.64 Bn |
| Sep 30, 2025 | -57.01 Bn |
| Jun 30, 2025 | -37.12 Bn |
| Mar 31, 2025 | 50,000.00 |
| Dec 31, 2024 | 72.85 Bn |
| Sep 30, 2024 | 91.05 Bn |
| Jun 30, 2024 | 68.99 Bn |
| Mar 31, 2024 | -198,000.00 |
| Dec 31, 2023 | -5.68 Bn |
| Sep 30, 2023 | -63.60 Bn |
| Jun 30, 2023 | 40.74 Bn |
| Mar 31, 2023 | -279,000.00 |
| Dec 31, 2022 | -102.21 Bn |
| Sep 30, 2022 | 56.19 Bn |
| Jun 30, 2022 | 33.79 Bn |
| Mar 31, 2022 | -366,000.00 |
| Dec 31, 2021 | -85.49 Bn |
| Sep 30, 2021 | 43.78 Bn |
Andina Bottling Co Inc Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();