Andina Bottling Co Inc (AKO-A) Change in Cash (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Change in Cash came in at $25.5 million in Q2 2026, up 161.22% year-over-year from $9.8 million in Q2 2025, and down 12.32% quarter-over-quarter from $29.1 million in Q1 2026.
Andina Bottling Co Inc (AKO-A) Change in Cash (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Change in Cash across 18 years of filings, most recently posting $25.5 million for Q2 2026.
- In Q2 2026, Change in Cash rose 161.22% year-over-year to $25.5 million; the TTM figure through Jun 2026 stood at $50.3 billion (up 195.99% YoY), while the FY2025 annual figure was $50.1 billion, up 195.74% from the prior year.
- Change in Cash came in at $25.5 million for Q2 2026 at Andina Bottling, down from $29.1 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $85.4 billion in Q1 2022 to a low of -$60.7 billion in Q3 2022.
- Average Change in Cash over 5 years is -$628.3 million, with a median of -$41.1 million recorded in 2025.
- Year-over-year, Change in Cash soared 270.68% in 2023 and tumbled 1770.84% in 2025.
- Over 5 years, Change in Cash stood at -$12.6 billion in 2022, then soared by 270.68% to $21.6 billion in 2023, then tumbled by 342.17% to -$52.2 billion in 2024, then jumped by 196.14% to $50.2 billion in 2025, then tumbled by 99.95% to $25.5 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $25.5 million in Q2 2026, $29.1 million in Q1 2026, and $50.2 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 25.54 Mn |
| Mar 31, 2026 | 29.13 Mn |
| Dec 31, 2025 | 50.19 Bn |
| Sep 30, 2025 | 33.93 Mn |
| Jun 30, 2025 | -41.71 Mn |
| Mar 31, 2025 | -40.42 Mn |
| Dec 31, 2024 | -52.20 Bn |
| Sep 30, 2024 | -93.00 Mn |
| Jun 30, 2024 | -71.25 Mn |
| Mar 31, 2024 | -2.16 Mn |
| Dec 31, 2023 | 21.56 Bn |
| Sep 30, 2023 | -66.91 Mn |
| Jun 30, 2023 | -42.69 Mn |
| Mar 31, 2023 | -32.41 Mn |
| Dec 31, 2022 | -12.63 Bn |
| Sep 30, 2022 | -60.67 Bn |
| Jun 30, 2022 | -42.67 Bn |
| Mar 31, 2022 | 85.43 Bn |
| Dec 31, 2021 | -5.22 Bn |
| Sep 30, 2021 | -31.49 Bn |
Andina Bottling Co Inc Change in Cash 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=change-in-cash&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();