Andina Bottling Co Inc (AKO-A) Change in Intangibles (2011 - 2025)
Andina Bottling's (AKO-A) quarterly Change in Intangibles came in at $72.8 million in Q1 2025, up 187140.02% quarter-over-quarter from $38873.0 in Q2 2011.
Andina Bottling Co Inc (AKO-A) Change in Intangibles (2011 - 2025) Analysis & Trends
Andina Bottling has disclosed Change in Intangibles across 2 years of filings, most recently posting $72.8 million for Q1 2025.
Peer Comparison
Andina Bottling Co Inc Change in Intangibles 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-intangibles&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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-intangibles&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();