Andina Bottling Co Inc (AKO-A) Restructuring Costs (2009 - 2026)
Andina Bottling's (AKO-A) quarterly Restructuring Costs came in at -$4.9 billion in Q2 2026, down 60.4% year-over-year from -$12.4 billion in Q2 2025, and down 97.79% quarter-over-quarter from -$2.5 billion in Q1 2026.
Andina Bottling Co Inc (AKO-A) Restructuring Costs (2009 - 2026) Analysis & Trends
Andina Bottling has disclosed Restructuring Costs across 15 years of filings, most recently posting -$4.9 billion for Q2 2026.
- In Q2 2026, Restructuring Costs fell 60.4% year-over-year to -$4.9 billion; the TTM figure through Jun 2026 stood at -$15.1 billion (down 20.51% YoY), while the FY2025 annual figure was -$13.5 billion, down 12.71% from the prior year.
- Restructuring Costs came in at -$4.9 billion for Q2 2026 at Andina Bottling, down from -$2.5 billion in the prior quarter.
- In the past five years, Restructuring Costs ranged from a high of -$1.5 billion in Q1 2022 to a low of -$4.9 billion in Q2 2026.
- Average Restructuring Costs over 5 years is -$2.7 billion, with a median of -$2.6 billion recorded in 2025.
- Year-over-year, Restructuring Costs plunged 65.77% in 2024 and climbed 8.98% in 2026.
- Over 5 years, Restructuring Costs stood at -$2.1 billion in 2022, then sank by 62.43% to -$3.4 billion in 2023, then declined by 18.2% to -$4.0 billion in 2024, then retreated by 5.75% to -$4.2 billion in 2025, then dropped by 16.5% to -$4.9 billion in 2026.
- Per Business Quant data, the three most recent Restructuring Costs figures were -$4.9 billion in Q2 2026, -$2.5 billion in Q1 2026, and -$4.2 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.93 Bn |
| Mar 31, 2026 | -2.49 Bn |
| Dec 31, 2025 | -4.23 Bn |
| Sep 30, 2025 | -3.50 Bn |
| Jun 30, 2025 | -3.07 Bn |
| Mar 31, 2025 | -2.74 Bn |
| Dec 31, 2024 | -4.00 Bn |
| Sep 30, 2024 | -2.76 Bn |
| Jun 30, 2024 | -2.47 Bn |
| Mar 31, 2024 | -2.78 Bn |
| Dec 31, 2023 | -3.39 Bn |
| Sep 30, 2023 | -2.06 Bn |
| Jun 30, 2023 | -1.78 Bn |
| Mar 31, 2023 | -1.68 Bn |
| Dec 31, 2022 | -2.08 Bn |
| Sep 30, 2022 | -1.88 Bn |
| Jun 30, 2022 | -1.61 Bn |
| Mar 31, 2022 | -1.54 Bn |
| Dec 31, 2021 | -2.04 Bn |
| Sep 30, 2021 | -1.48 Bn |
Andina Bottling Co Inc Restructuring Costs 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=restructuring-costs&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();