Coca Cola Femsa Sab De Cv (KOF) Dividends Paid - Common (2009 - 2020)
Coca Cola Femsa Sab De Cv's (KOF) quarterly Dividends Paid - Common came in at -$657.1 million in Q2 2020, down 12.51% on a YoY basis from -$751.1 million in Q3 2019, and down 240.29% quarter-over-quarter from -$193.1 million in Q4 2019.
Coca Cola Femsa Sab De Cv (KOF) Dividends Paid - Common (2009 - 2020) Analysis & Trends
Coca Cola Femsa Sab De Cv (KOF) has reported Dividends Paid - Common for 7 consecutive years, with -$657.1 million the latest figure, recorded in Q2 2020.
- For the quarter ending Q2 2020, Dividends Paid - Common fell 12.51% year-over-year to -$657.1 million; the trailing twelve-month figure through Jun 2020 stood at -$1.1 billion (down 30.82% YoY), and the FY2025 full-year result was -$874.0 million, down 41.65% from the prior year.
- Dividends Paid - Common declined to -$657.1 million in Q2 2020 per KOF's latest filing, from -$193.1 million in the prior quarter.
- Across five years, Dividends Paid - Common topped out at $383.0 million in Q3 2019 and bottomed at -$657.1 million in Q2 2020.
- Historically, Dividends Paid - Common has averaged -$142.9 million across 3 years, with a median of -$185.2 million in 2019.
- The sharpest annual moves came in 2019 and 2020: Dividends Paid - Common increased 3.17% in 2019, then dropped 12.51% in 2020.
- Over 3 years, Dividends Paid - Common stood at -$177.3 million in 2018, then dropped by 8.9% to -$193.1 million in 2019, then tumbled by 240.29% to -$657.1 million in 2020.
- According to Business Quant data, Dividends Paid - Common over the past three periods registered -$657.1 million, -$193.1 million, and $383.0 million for Q2 2020, Q4 2019, and Q3 2019 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 2.28 Bn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | - |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 1.95 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | - |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | - |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 312.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | - |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 178.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2020 | -657.10 Mn |
| Dec 31, 2019 | -193.10 Mn |
| Sep 30, 2019 | 383.01 Mn |
| Jun 30, 2019 | -584.03 Mn |
| Dec 31, 2018 | -177.32 Mn |
| Sep 30, 2018 | 371.24 Mn |
| Jun 30, 2012 | -413.44 Mn |
| Dec 31, 2011 | -320.00 Mn |
| Jun 30, 2011 | -372.77 Mn |
| Sep 30, 2010 | -204.21 Mn |
| Jun 30, 2010 | -208.11 Mn |
| Dec 31, 2009 | -205.89 Mn |
Coca Cola Femsa Sab De Cv Dividends Paid - Common 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=dividends-paid-common&ticker=KOF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "ticker": "KOF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividends-paid-common&ticker=KOF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();