Andina Bottling Co Inc (AKO-A) Tax Provisions (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Tax Provisions came in at -$65.6 million in Q2 2026, down 14.42% year-over-year from -$76.6 million in Q2 2025, and down 69.09% quarter-over-quarter from -$38.8 million in Q1 2026.
Andina Bottling Co Inc (AKO-A) Tax Provisions (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Tax Provisions across 18 years of filings, most recently posting -$65.6 million for Q2 2026.
- In Q2 2026, Tax Provisions fell 14.42% year-over-year to -$65.6 million; the TTM figure through Jun 2026 stood at -$296.3 million (up 3.62% YoY), while the FY2025 annual figure was -$110.2 billion, up 17.42% from the prior year.
- Tax Provisions came in at -$65.6 million for Q2 2026 at Andina Bottling, down from -$38.8 million in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of $53.5 million in Q2 2023 to a low of -$104.3 billion in Q4 2022.
- Average Tax Provisions over 5 years is -$16.2 billion, with a median of -$73.1 million recorded in 2024.
- Year-over-year, Tax Provisions slumped 1363.66% in 2022 and soared 100.11% in 2023.
- Over 5 years, Tax Provisions stood at -$104.3 billion in 2022, then soared by 71.0% to -$30.3 billion in 2023, then jumped by 99.56% to -$133.4 million in 2024, then gained by 17.42% to -$110.2 million in 2025, then surged by 40.49% to -$65.6 million in 2026.
- Per Business Quant data, the three most recent Tax Provisions figures were -$65.6 million in Q2 2026, -$38.8 million in Q1 2026, and -$110.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -65.56 Mn |
| Mar 31, 2026 | -38.77 Mn |
| Dec 31, 2025 | -110.16 Mn |
| Sep 30, 2025 | -81.79 Mn |
| Jun 30, 2025 | -57.30 Mn |
| Mar 31, 2025 | -36.00 Mn |
| Dec 31, 2024 | -133.39 Mn |
| Sep 30, 2024 | -80.71 Mn |
| Jun 30, 2024 | -65.09 Mn |
| Mar 31, 2024 | -40.26 Mn |
| Dec 31, 2023 | -30.26 Bn |
| Sep 30, 2023 | -64.70 Mn |
| Jun 30, 2023 | 53.47 Mn |
| Mar 31, 2023 | -36.01 Mn |
| Dec 31, 2022 | -104.34 Bn |
| Sep 30, 2022 | -66.04 Bn |
| Jun 30, 2022 | -49.88 Bn |
| Mar 31, 2022 | -40.43 Bn |
| Dec 31, 2021 | -7.13 Bn |
| Sep 30, 2021 | -37.33 Bn |
Andina Bottling Co Inc Tax Provisions 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=tax-provisions&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();