Andina Bottling Co Inc (AKO-A) Share-based Compensation (2009 - 2014)
Andina Bottling's (AKO-A) quarterly Share-based Compensation came in at -$2.6 billion in Q4 2014, down 243.77% year-over-year from $1.8 billion in Q4 2013, and up 5.63% quarter-over-quarter from -$2.7 billion in Q3 2014.
Andina Bottling Co Inc (AKO-A) Share-based Compensation (2009 - 2014) Analysis & Trends
Andina Bottling has disclosed Share-based Compensation across 3 years of filings, most recently posting -$2.6 billion for Q4 2014.
- In Q4 2014, Share-based Compensation fell 243.77% year-over-year to -$2.6 billion; the TTM figure through Dec 2014 stood at -$5.8 billion (down 151.95% YoY), while the FY2014 annual figure was -$2.6 billion, down 243.77% from the prior year.
- Share-based Compensation came in at -$2.6 billion for Q4 2014 at Andina Bottling, up from -$2.7 billion in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $1.8 billion in Q4 2013 to a low of -$2.7 billion in Q3 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -2.56 Bn |
| Sep 30, 2014 | -2.71 Bn |
| Jun 30, 2014 | -2.27 Bn |
| Dec 31, 2013 | 1.78 Bn |
| Dec 31, 2009 | 30.10 Bn |
| Sep 30, 2009 | -24.41 Bn |
| Jun 30, 2009 | -9.75 Bn |
| Mar 31, 2009 | -2.06 Bn |
Andina Bottling Co Inc Share-based Compensation 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=share-based-compensation&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();