Andina Bottling Co Inc (AKO-A) Change in Accured Expenses (2009)
Andina Bottling's (AKO-A) quarterly Change in Accured Expenses came in at -$18.2 million in Q4 2009, down 437.42% quarter-over-quarter from $5.4 million in Q3 2009.
Andina Bottling Co Inc (AKO-A) Change in Accured Expenses (2009) Analysis & Trends
Andina Bottling has disclosed Change in Accured Expenses across 1 years of filings, most recently posting -$18.2 million for Q4 2009.
- In Q4 2009, Change in Accured Expenses changed N/A year-over-year to -$18.2 million; the TTM figure through Dec 2009 stood at -$3.1 million (changed N/A YoY), while the FY2020 annual figure was $16.1 billion, changed 0.0% from the prior year.
- Change in Accured Expenses came in at -$18.2 million for Q4 2009 at Andina Bottling, down from $5.4 million in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of $5.4 million in Q3 2009 to a low of -$18.2 million in Q4 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2009 | -18.18 Mn |
| Sep 30, 2009 | 5.39 Mn |
| Jun 30, 2009 | 4.88 Mn |
| Mar 31, 2009 | 4.83 Mn |
Andina Bottling Co Inc Change in Accured Expenses 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-accured-expenses&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();