Andina Bottling Co Inc (AKO-A) Gains from Sales and Divestitures (2009)
Andina Bottling's (AKO-A) quarterly Gains from Sales and Divestitures came in at -$30251.0 in Q4 2009, up 83.28% quarter-over-quarter from -$180886.0 in Q3 2009.
Andina Bottling Co Inc (AKO-A) Gains from Sales and Divestitures (2009) Analysis & Trends
Andina Bottling has disclosed Gains from Sales and Divestitures across 1 years of filings, most recently posting -$30251.0 for Q4 2009.
- In Q4 2009, Gains from Sales and Divestitures changed N/A year-over-year to -$30251.0; the TTM figure through Dec 2009 stood at -$297477.0 (changed N/A YoY), while the FY2009 annual figure was -$297477.0, changed N/A from the prior year.
- Gains from Sales and Divestitures came in at -$30251.0 for Q4 2009 at Andina Bottling, up from -$180886.0 in the prior quarter.
- In the past five years, Gains from Sales and Divestitures ranged from a high of $7429.0 in Q1 2009 to a low of -$180886.0 in Q3 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2009 | -30,251.00 |
| Sep 30, 2009 | -180,886.00 |
| Jun 30, 2009 | -93,769.00 |
| Mar 31, 2009 | 7,429.00 |
Andina Bottling Co Inc Gains from Sales and Divestitures 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=gains-from-sales-and-divestitures&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-sales-and-divestitures", "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=gains-from-sales-and-divestitures&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();