Andina Bottling Co Inc (AKO-A) Cash from Operations (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Cash from Operations came in at $238.1 million in Q2 2026, up 52.0% year-over-year from $156.7 million in Q2 2025, and up 166.45% quarter-over-quarter from $89.4 million in Q1 2026.
Andina Bottling Co Inc (AKO-A) Cash from Operations (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Cash from Operations across 18 years of filings, most recently posting $238.1 million for Q2 2026.
- In Q2 2026, Cash from Operations rose 52.0% year-over-year to $238.1 million; the TTM figure through Jun 2026 stood at $461.2 billion (up 29.09% YoY), while the FY2025 annual figure was $461.1 billion, up 29.08% from the prior year.
- Cash from Operations came in at $238.1 million for Q2 2026 at Andina Bottling, up from $89.4 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $460.6 billion in Q4 2025 to a low of -$99.6 billion in Q4 2022.
- Average Cash from Operations over 5 years is $99.0 billion, with a median of $228.2 million recorded in 2024.
- The largest YoY upside for Cash from Operations was 467.87% in 2023 against a maximum downside of 99.92% in 2023.
- Over 5 years, Cash from Operations stood at -$99.6 billion in 2022, then soared by 467.87% to $366.4 billion in 2023, then decreased by 2.63% to $356.8 billion in 2024, then rose by 29.1% to $460.6 billion in 2025, then sank by 99.95% to $238.1 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $238.1 million in Q2 2026, $89.4 million in Q1 2026, and $460.6 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 238.14 Mn |
| Mar 31, 2026 | 89.38 Mn |
| Dec 31, 2025 | 460.62 Bn |
| Sep 30, 2025 | 246.71 Mn |
| Jun 30, 2025 | 156.68 Mn |
| Mar 31, 2025 | 101.71 Mn |
| Dec 31, 2024 | 356.80 Bn |
| Sep 30, 2024 | 218.25 Mn |
| Jun 30, 2024 | 146.12 Mn |
| Mar 31, 2024 | 72.94 Mn |
| Dec 31, 2023 | 366.44 Bn |
| Sep 30, 2023 | 198.40 Bn |
| Jun 30, 2023 | 127.01 Mn |
| Mar 31, 2023 | 69.62 Mn |
| Dec 31, 2022 | -99.61 Bn |
| Sep 30, 2022 | 243.28 Bn |
| Jun 30, 2022 | 162.27 Bn |
| Mar 31, 2022 | 91.52 Bn |
| Sep 30, 2021 | 172.09 Bn |
| Mar 31, 2021 | 24.32 Bn |
Andina Bottling Co Inc Cash from Operations 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=cash-from-operations&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();