Andina Bottling Co Inc (AKO-A) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Andina Bottling Co Inc (AKO-A) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.96% |
| Mar 31, 2026 | 7.90% |
| Dec 31, 2025 | 0.55% |
| Sep 30, 2025 | 5.10% |
| Jun 30, 2025 | -7.48% |
| Mar 31, 2025 | -18.82% |
| Dec 31, 2024 | -6.48% |
| Sep 30, 2024 | -8.83% |
| Mar 31, 2024 | 13.12% |
| Dec 31, 2023 | -0.63% |
| Sep 30, 2023 | -7.99% |
| Jun 30, 2023 | -12.46% |
| Mar 31, 2023 | -12.13% |
| Dec 31, 2022 | 22.79% |
| Sep 30, 2022 | 32.11% |
| Jun 30, 2022 | 30.60% |
| Mar 31, 2022 | 47.36% |
| Dec 31, 2021 | 30.31% |
| Sep 30, 2021 | 55.67% |
| Mar 31, 2021 | 21.86% |
API Access
Andina Bottling Co Inc Cash & Equivalents Growth (3y) 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-and-equivalents-growth-3y&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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-and-equivalents-growth-3y&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();