Andina Bottling Co Inc (AKO-A) Change in Taxes (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Change in Taxes came in at -$58.3 million in Q2 2026, down 8.31% year-over-year from -$63.6 million in Q2 2025, and up 99.79% quarter-over-quarter from -$28.2 billion in Q1 2026.
Andina Bottling Co Inc (AKO-A) Change in Taxes (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Change in Taxes across 18 years of filings, most recently posting -$58.3 million for Q2 2026.
- In Q2 2026, Change in Taxes fell 8.31% year-over-year to -$58.3 million; the TTM figure through Jun 2026 stood at -$113.4 billion (down 37.91% YoY), while the FY2025 annual figure was -$103.1 billion, down 20.73% from the prior year.
- Change in Taxes came in at -$58.3 million for Q2 2026 at Andina Bottling, up from -$28.2 billion in the prior quarter.
- In the past five years, Change in Taxes ranged from a high of -$45.8 million in Q2 2023 to a low of -$97.9 billion in Q3 2022.
- Average Change in Taxes over 5 years is -$30.5 billion, with a median of -$15.7 billion recorded in 2022.
- Year-over-year, Change in Taxes plunged 209.5% in 2022 and surged 99.93% in 2023.
- Over 5 years, Change in Taxes stood at -$87.8 billion in 2022, then climbed by 18.79% to -$71.3 billion in 2023, then advanced by 10.01% to -$64.1 billion in 2024, then plunged by 32.54% to -$85.0 billion in 2025, then surged by 99.93% to -$58.3 million in 2026.
- Per Business Quant data, the three most recent Change in Taxes figures were -$58.3 million in Q2 2026, -$28.2 billion in Q1 2026, and -$85.0 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -58.31 Mn |
| Mar 31, 2026 | -28.22 Bn |
| Dec 31, 2025 | -85.00 Bn |
| Sep 30, 2025 | -76.54 Mn |
| Jun 30, 2025 | -53.83 Mn |
| Mar 31, 2025 | -17.94 Bn |
| Dec 31, 2024 | -64.14 Bn |
| Sep 30, 2024 | -65.30 Mn |
| Jun 30, 2024 | -47.66 Mn |
| Mar 31, 2024 | -21.13 Bn |
| Dec 31, 2023 | -71.27 Bn |
| Sep 30, 2023 | -64.60 Mn |
| Jun 30, 2023 | -45.75 Mn |
| Mar 31, 2023 | -12.58 Bn |
| Dec 31, 2022 | -87.76 Bn |
| Sep 30, 2022 | -97.90 Bn |
| Jun 30, 2022 | -49.41 Bn |
| Mar 31, 2022 | -13.53 Bn |
| Dec 31, 2021 | -46.10 Bn |
| Sep 30, 2021 | -31.63 Bn |
Andina Bottling Co Inc Change in Taxes 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-taxes&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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-taxes&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();