Andina Bottling Co Inc (AKO-A) Tax Rate (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Tax Rate came in at 32.5% in Q2 2026, up 104.0% year-over-year from 15.93% in Q2 2025, and down 16.61% quarter-over-quarter from 27.87% in Q1 2026.
Andina Bottling Co Inc (AKO-A) Tax Rate (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Tax Rate across 18 years of filings, most recently posting 32.5% for Q2 2026.
- In Q2 2026, Tax Rate rose 104.0% year-over-year to 32.5%; the TTM figure through Jun 2026 stood at 0.22% (down 2.0% YoY), while the FY2025 annual figure was 92.18%, up 3009.0% from the prior year.
- Tax Rate came in at 32.5% for Q2 2026 at Andina Bottling, down from 27.87% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 49.52% in Q2 2023 to a low of 157.67% in Q2 2022.
- Average Tax Rate over 5 years is 32.47%, with a median of 33.09% recorded in 2025.
- Year-over-year, Tax Rate plunged 11506 bps in 2022 and jumped 20720 bps in 2023.
- Over 5 years, Tax Rate stood at 44.82% in 2022, then jumped by 40 bps to 26.85% in 2023, then soared by 100 bps to 0.09% in 2024, then increased by 8 bps to 0.08% in 2025, then plunged by 39456 bps to 32.5% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 32.5% in Q2 2026, 27.87% in Q1 2026, and 0.08% in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -32.50% |
| Mar 31, 2026 | -27.87% |
| Dec 31, 2025 | -0.08% |
| Sep 30, 2025 | -32.65% |
| Jun 30, 2025 | -33.54% |
| Mar 31, 2025 | -31.12% |
| Dec 31, 2024 | -0.09% |
| Sep 30, 2024 | -37.57% |
| Jun 30, 2024 | -40.82% |
| Mar 31, 2024 | -36.08% |
| Dec 31, 2023 | -26.85% |
| Sep 30, 2023 | -36.30% |
| Jun 30, 2023 | 49.52% |
| Mar 31, 2023 | -0.04% |
| Dec 31, 2022 | -44.82% |
| Sep 30, 2022 | -41.91% |
| Jun 30, 2022 | -157.67% |
| Mar 31, 2022 | -54.16% |
| Dec 31, 2021 | -9.02% |
| Sep 30, 2021 | -30.47% |
Andina Bottling Co Inc Tax Rate 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-rate&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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-rate&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();