Andina Bottling Co Inc (AKO-A) Cash from Investing Activities (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Cash from Investing Activities came in at -$94.8 million in Q2 2026, down 138.9% year-over-year from $243.8 million in Q2 2025, and down 63.05% quarter-over-quarter from -$58.2 million in Q1 2026.
Andina Bottling Co Inc (AKO-A) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$94.8 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 138.9% year-over-year to -$94.8 million; the TTM figure through Jun 2026 stood at -$522.7 million (up 1.48% YoY), while the FY2025 annual figure was -$248.6 billion, up 14.24% from the prior year.
- Cash from Investing Activities came in at -$94.8 million for Q2 2026 at Andina Bottling, down from -$58.2 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $79.8 billion in Q2 2022 to a low of -$160.0 billion in Q3 2023.
- Average Cash from Investing Activities over 5 years is -$12.8 billion, with a median of -$78.7 million recorded in 2024.
- Year-over-year, Cash from Investing Activities soared 151.89% in 2022 and sank 748.7% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$85.2 billion in 2022, then slumped by 85.85% to -$158.3 billion in 2023, then soared by 99.82% to -$289.9 million in 2024, then advanced by 14.24% to -$248.6 million in 2025, then soared by 61.85% to -$94.8 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$94.8 million in Q2 2026, -$58.2 million in Q1 2026, and -$248.6 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -94.84 Mn |
| Mar 31, 2026 | -58.17 Mn |
| Dec 31, 2025 | -248.58 Mn |
| Sep 30, 2025 | -121.07 Mn |
| Jun 30, 2025 | -39.70 Mn |
| Mar 31, 2025 | 8.97 Mn |
| Dec 31, 2024 | -289.85 Mn |
| Sep 30, 2024 | -209.91 Mn |
| Jun 30, 2024 | -147.86 Mn |
| Mar 31, 2024 | -62.52 Mn |
| Dec 31, 2023 | -158.29 Bn |
| Sep 30, 2023 | -160.00 Bn |
| Jun 30, 2023 | -55.99 Mn |
| Mar 31, 2023 | -51.53 Mn |
| Dec 31, 2022 | -85.17 Bn |
| Sep 30, 2022 | 46.45 Bn |
| Jun 30, 2022 | 79.84 Bn |
| Mar 31, 2022 | 48.62 Bn |
| Dec 31, 2021 | -198.25 Bn |
| Sep 30, 2021 | -119.59 Bn |
Andina Bottling Co Inc Cash from Investing Activities 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-from-investing-activities&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();