Andina Bottling Co Inc (AKO-A) Net Cash Flow (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Net Cash Flow came in at $17.5 million in Q2 2026, up 144.22% year-over-year from $7.1 million in Q2 2025, and up 100.19% quarter-over-quarter from -$9.3 billion in Q1 2026.
Andina Bottling Co Inc (AKO-A) Net Cash Flow (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Net Cash Flow across 18 years of filings, most recently posting $17.5 million for Q2 2026.
- In Q2 2026, Net Cash Flow rose 144.22% year-over-year to $17.5 million; the TTM figure through Jun 2026 stood at $451.0 billion (up 26.6% YoY), while the FY2025 annual figure was $50.1 billion, up 195.74% from the prior year.
- Net Cash Flow came in at $17.5 million for Q2 2026 at Andina Bottling, up from -$9.3 billion in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $460.2 billion in Q4 2025 to a low of -$471.7 billion in Q4 2022.
- Average Net Cash Flow over 5 years is $17.7 billion, with a median of -$10.1 million recorded in 2023.
- The largest YoY upside for Net Cash Flow was 1595.54% in 2024 against a maximum downside of 178731.18% in 2024.
- Over 5 years, Net Cash Flow stood at -$471.7 billion in 2022, then surged by 104.46% to $21.0 billion in 2023, then surged by 1595.54% to $356.4 billion in 2024, then gained by 29.13% to $460.2 billion in 2025, then tumbled by 100.0% to $17.5 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were $17.5 million in Q2 2026, -$9.3 billion in Q1 2026, and $460.2 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 17.45 Mn |
| Mar 31, 2026 | -9.26 Bn |
| Dec 31, 2025 | 460.21 Bn |
| Sep 30, 2025 | 29.03 Mn |
| Jun 30, 2025 | -39.47 Mn |
| Mar 31, 2025 | -38.19 Mn |
| Dec 31, 2024 | 356.39 Bn |
| Sep 30, 2024 | -83.62 Mn |
| Jun 30, 2024 | -89.33 Mn |
| Mar 31, 2024 | -27.57 Bn |
| Dec 31, 2023 | 21.02 Bn |
| Sep 30, 2023 | -170.65 Bn |
| Jun 30, 2023 | -4.84 Mn |
| Mar 31, 2023 | -15.42 Mn |
| Dec 31, 2022 | -471.74 Bn |
| Sep 30, 2022 | 38.97 Bn |
| Jun 30, 2022 | 15.68 Bn |
| Mar 31, 2022 | 105.34 Bn |
| Dec 31, 2021 | -313.57 Bn |
| Sep 30, 2021 | -32.09 Bn |
Andina Bottling Co Inc Net Cash Flow 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-cash-flow&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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-cash-flow&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();