Andina Bottling Co Inc (AKO-A) Change in Account Payables (2009)
Andina Bottling's (AKO-A) quarterly Change in Account Payables came in at $26.2 billion in Q4 2009, up 92070.19% quarter-over-quarter from -$28.5 million in Q3 2009.
Andina Bottling Co Inc (AKO-A) Change in Account Payables (2009) Analysis & Trends
Andina Bottling has disclosed Change in Account Payables across 1 years of filings, most recently posting $26.2 billion for Q4 2009.
- In Q4 2009, Change in Account Payables changed N/A year-over-year to $26.2 billion; the TTM figure through Dec 2009 stood at -$2.5 million (changed N/A YoY), while the FY2009 annual figure was -$2.5 million, changed N/A from the prior year.
- Change in Account Payables came in at $26.2 billion for Q4 2009 at Andina Bottling, up from -$28.5 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $26.2 billion in Q4 2009 to a low of -$26.2 billion in Q1 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2009 | 26.22 Bn |
| Sep 30, 2009 | -28.51 Mn |
| Jun 30, 2009 | -33.14 Mn |
| Mar 31, 2009 | -26.16 Bn |
Andina Bottling Co Inc Change in Account Payables 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=change-in-account-payables&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();