Andina Bottling Co Inc (AKO-A) Current Deferred Revenue (2009 - 2010)
Andina Bottling's (AKO-A) quarterly Current Deferred Revenue came in at $22.0 million in Q1 2010, down 72.54% quarter-over-quarter from $80.2 million in Q4 2009.
Andina Bottling Co Inc (AKO-A) Current Deferred Revenue (2009 - 2010) Analysis & Trends
Andina Bottling has disclosed Current Deferred Revenue across 2 years of filings, most recently posting $22.0 million for Q1 2010.
- In Q1 2010, Current Deferred Revenue changed N/A year-over-year to $22.0 million; the TTM figure through Mar 2010 stood at $22.0 million (changed N/A YoY), while the FY2009 annual figure was $80.2 million, changed N/A from the prior year.
- Current Deferred Revenue came in at $22.0 million for Q1 2010 at Andina Bottling, down from $80.2 million in the prior quarter.
- In the past five years, Current Deferred Revenue ranged from a high of $80.2 million in Q4 2009 to a low of $22.0 million in Q1 2010.
Peer Comparison
Andina Bottling Co Inc Current Deferred Revenue 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=current-deferred-revenue&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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=current-deferred-revenue&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();