Andina Bottling Co Inc (AKO-A) Amortization - Intangibles (2009)
Andina Bottling's (AKO-A) quarterly Amortization - Intangibles came in at -$3.0 million in Q4 2009, up 39.39% quarter-over-quarter from -$4.9 million in Q3 2009.
Andina Bottling Co Inc (AKO-A) Amortization - Intangibles (2009) Analysis & Trends
Andina Bottling has disclosed Amortization - Intangibles across 1 years of filings, most recently posting -$3.0 million for Q4 2009.
- In Q4 2009, Amortization - Intangibles changed N/A year-over-year to -$3.0 million; the TTM figure through Dec 2009 stood at -$12.9 million (changed N/A YoY), while the FY2020 annual figure was $1616.5 billion, up 13.67% from the prior year.
- Amortization - Intangibles came in at -$3.0 million for Q4 2009 at Andina Bottling, up from -$4.9 million in the prior quarter.
- In the past five years, Amortization - Intangibles ranged from a high of -$1.8 million in Q1 2009 to a low of -$4.9 million in Q3 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2009 | -3.00 Mn |
| Sep 30, 2009 | -4.95 Mn |
| Jun 30, 2009 | -3.19 Mn |
| Mar 31, 2009 | -1.75 Mn |
Andina Bottling Co Inc Amortization - 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=amortization-intangibles&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-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=amortization-intangibles&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();