Andina Bottling Co Inc (AKO-A) Payout Ratio (2009 - 2018)
Andina Bottling's (AKO-A) quarterly Payout Ratio came in at 0.01 in Q3 2018, down 44.95% year-over-year from 0.01 in Q3 2017, and down 44.95% quarter-over-quarter from 0.01 in Q3 2017.
Andina Bottling Co Inc (AKO-A) Payout Ratio (2009 - 2018) Analysis & Trends
Andina Bottling has disclosed Payout Ratio across 6 years of filings, most recently posting 0.01 for Q3 2018.
- In Q3 2018, Payout Ratio fell 44.95% year-over-year to 0.01; the TTM figure through Sep 2018 stood at 0.04 (up 559.67% YoY), while the FY2018 annual figure was 1620.01, up 122.09% from the prior year.
- Payout Ratio came in at 0.01 for Q3 2018 at Andina Bottling, down from 0.01 in the prior quarter.
- In the past five years, Payout Ratio ranged from a high of 0.01 in Q3 2017 to a low of 0.0 in Q2 2016.
- Average Payout Ratio over 3 years is 0.0, with a median of 0.0 recorded in 2016.
- Year-over-year, Payout Ratio jumped 22142.51% in 2017 and plunged 44.95% in 2018.
- Over 3 years, Payout Ratio stood at 0.0 in 2016, then jumped by 22142.51% to 0.01 in 2017, then tumbled by 44.95% to 0.01 in 2018.
- Per Business Quant data, the three most recent Payout Ratio figures were 0.01 in Q3 2018, 0.01 in Q3 2017, and 0.0 in Q3 2016.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | 0.01 |
| Sep 30, 2017 | 0.01 |
| Sep 30, 2016 | 0.00 |
| Jun 30, 2016 | 0.00 |
| Jun 30, 2011 | 12,164.56 |
| Mar 31, 2011 | 0.00 |
| Mar 31, 2010 | 0.17 |
| Dec 31, 2009 | -0.49 |
| Sep 30, 2009 | -0.92 |
| Jun 30, 2009 | -1.08 |
| Mar 31, 2009 | -0.20 |
Andina Bottling Co Inc Payout Ratio 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=payout-ratio&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-ratio", "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=payout-ratio&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();