Andina Bottling Co Inc (AKO-A) Land & Improvements (2009)
Andina Bottling's (AKO-A) quarterly Land & Improvements came in at $18.4 billion in Q4 2009, down 2.69% quarter-over-quarter from $18.9 billion in Q3 2009.
Andina Bottling Co Inc (AKO-A) Land & Improvements (2009) Analysis & Trends
Andina Bottling has disclosed Land & Improvements across 1 years of filings, most recently posting $18.4 billion for Q4 2009.
- In Q4 2009, Land & Improvements changed N/A year-over-year to $18.4 billion; the TTM figure through Dec 2009 stood at $18.4 billion (changed N/A YoY), while the FY2009 annual figure was $18.4 billion, changed N/A from the prior year.
- Land & Improvements came in at $18.4 billion for Q4 2009 at Andina Bottling, down from $18.9 billion in the prior quarter.
- In the past five years, Land & Improvements ranged from a high of $19.4 billion in Q1 2009 to a low of $18.4 billion in Q4 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2009 | 18.36 Bn |
| Sep 30, 2009 | 18.86 Bn |
| Jun 30, 2009 | 18.68 Bn |
| Mar 31, 2009 | 19.36 Bn |
Andina Bottling Co Inc Land & Improvements 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=land-and-improvements&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "land-and-improvements", "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=land-and-improvements&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();