Andina Bottling Co Inc (AKO-A) Cash & Equivalents Growth (5y) (2014 - 2026)
Analysis
Andina Bottling Co Inc (AKO-A) Cash & Equivalents Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 9.35% |
| Dec 31, 2025 | -0.85% |
| Sep 30, 2025 | -0.40% |
| Jun 30, 2025 | -11.00% |
| Mar 31, 2025 | -11.41% |
| Dec 31, 2024 | 9.57% |
| Sep 30, 2024 | 14.80% |
| Jun 30, 2024 | 14.63% |
| Mar 31, 2024 | 19.88% |
| Dec 31, 2023 | 17.17% |
| Sep 30, 2023 | 24.98% |
| Jun 30, 2023 | 17.82% |
| Mar 31, 2023 | 17.63% |
| Dec 31, 2022 | 16.44% |
| Sep 30, 2022 | 17.03% |
| Jun 30, 2022 | 14.63% |
| Mar 31, 2022 | 19.03% |
| Dec 31, 2021 | 16.59% |
| Sep 30, 2021 | 24.57% |
| Mar 31, 2021 | 19.13% |
API Access
Andina Bottling Co Inc Cash & Equivalents Growth (5y) 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-5y&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-5y", "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-5y&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();