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