Andina Bottling Co Inc (AKO-A) Amortizatization of Intangibles (2009)
Andina Bottling's (AKO-A) quarterly Amortizatization of Intangibles came in at -$167059.0 in Q4 2009, down 1515.51% quarter-over-quarter from $11802.0 in Q3 2009.
Andina Bottling Co Inc (AKO-A) Amortizatization of Intangibles (2009) Analysis & Trends
Andina Bottling has disclosed Amortizatization of Intangibles across 1 years of filings, most recently posting -$167059.0 for Q4 2009.
- In Q4 2009, Amortizatization of Intangibles changed N/A year-over-year to -$167059.0; the TTM figure through Dec 2009 stood at $14500.0 (changed N/A YoY), while the FY2009 annual figure was $14500.0, changed N/A from the prior year.
- Amortizatization of Intangibles came in at -$167059.0 for Q4 2009 at Andina Bottling, down from $11802.0 in the prior quarter.
- In the past five years, Amortizatization of Intangibles ranged from a high of $88830.0 in Q1 2009 to a low of -$167059.0 in Q4 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2009 | -167,059.00 |
| Sep 30, 2009 | 11,802.00 |
| Jun 30, 2009 | 80,927.00 |
| Mar 31, 2009 | 88,830.00 |
Andina Bottling Co Inc Amortizatization of 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=amortizatization-of-intangibles&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-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=amortizatization-of-intangibles&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();