Andina Bottling Co Inc (AKO-A) Cash from Discontinued Operations (2009 - 2013)
Andina Bottling's (AKO-A) quarterly Cash from Discontinued Operations came in at -$1.9 million in Q1 2013, down 281.72% year-over-year from $1.0 million in Q1 2012, and up 99.96% quarter-over-quarter from -$4.4 billion in Q4 2012.
Andina Bottling Co Inc (AKO-A) Cash from Discontinued Operations (2009 - 2013) Analysis & Trends
Andina Bottling has disclosed Cash from Discontinued Operations across 5 years of filings, most recently posting -$1.9 million for Q1 2013.
- In Q1 2013, Cash from Discontinued Operations fell 281.72% year-over-year to -$1.9 million; the TTM figure through Mar 2013 stood at -$4.4 billion (down 76728.96% YoY), while the FY2012 annual figure was -$4.4 billion, down 236.56% from the prior year.
- Cash from Discontinued Operations came in at -$1.9 million for Q1 2013 at Andina Bottling, up from -$4.4 billion in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of $2.9 million in Q1 2009 to a low of -$4.4 billion in Q4 2012.
- Average Cash from Discontinued Operations over 5 years is -$400.5 million, with a median of $788089.0 recorded in 2011.
- Year-over-year, Cash from Discontinued Operations soared 129.5% in 2011 and plunged 281.72% in 2013.
- Over 5 years, Cash from Discontinued Operations stood at $2.9 million in 2009, then plunged by 41.2% to $1.7 million in 2010, then surged by 37.09% to $2.3 million in 2011, then tumbled by 190299.11% to -$4.4 billion in 2012, then jumped by 99.96% to -$1.9 million in 2013.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were -$1.9 million in Q1 2013, -$4.4 billion in Q4 2012, and -$2.7 million in Q3 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2013 | -1.89 Mn |
| Dec 31, 2012 | -4.41 Bn |
| Sep 30, 2012 | -2.74 Mn |
| Jun 30, 2012 | -2.09 Mn |
| Mar 31, 2012 | 1.04 Mn |
| Sep 30, 2011 | 2.32 Mn |
| Jun 30, 2011 | 1.61 Mn |
| Mar 31, 2011 | 788,089.00 |
| Sep 30, 2010 | 1.69 Mn |
| Mar 31, 2010 | -2.67 Mn |
| Mar 31, 2009 | 2.87 Mn |
Andina Bottling Co Inc Cash from Discontinued Operations 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=cash-from-discontinued-operations&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "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=cash-from-discontinued-operations&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();