Andina Bottling Co Inc (AKO-A) Cash & Equivalents (QoQ) (2009 - 2026)
Analysis
Andina Bottling Co Inc (AKO-A) Cash & Equivalents (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.10% |
| Mar 31, 2026 | 9.82% |
| Dec 31, 2025 | 4.85% |
| Sep 30, 2025 | 36.51% |
| Jun 30, 2025 | -0.62% |
| Mar 31, 2025 | -16.24% |
| Dec 31, 2024 | 18.14% |
| Sep 30, 2024 | -9.36% |
| Jun 30, 2024 | -22.91% |
| Mar 31, 2024 | -0.71% |
| Dec 31, 2023 | 35.11% |
| Sep 30, 2023 | -9.72% |
| Jun 30, 2023 | -3.96% |
| Mar 31, 2023 | -11.11% |
| Dec 31, 2022 | 19.72% |
| Sep 30, 2022 | -6.88% |
| Jun 30, 2022 | -32.87% |
| Mar 31, 2022 | 28.07% |
| Dec 31, 2021 | 9.45% |
| Mar 31, 2021 | -32.71% |
API Access
Andina Bottling Co Inc Cash & Equivalents (QoQ) 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-qoq&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "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-qoq&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();