Mohawk Industries (MHK) Dividend Coverage Ratio (2009 - 2012)
Mohawk Industries' (MHK) quarterly Dividend Coverage Ratio came in at 1.92 in Q4 2012, down 100.0% year-over-year from 43897.0 in Q1 2012, and down 263.86% quarter-over-quarter from 1.17 in Q1 2012.
Mohawk Industries (MHK) Dividend Coverage Ratio (2009 - 2012) Analysis & Trends
Mohawk Industries has disclosed Dividend Coverage Ratio across 4 years of filings, most recently posting 1.92 for Q4 2012.
- In Q4 2012, Dividend Coverage Ratio fell 100.0% year-over-year to 1.92; the TTM figure through Sep 2013 stood at 9.28 (down 242.22% YoY), while the FY2014 annual figure was 489.65, changed N/A from the prior year.
- Dividend Coverage Ratio came in at 1.92 for Q4 2012 at Mohawk Industries, down from 1.17 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 43897.0 in Q4 2011 to a low of 203.31 in Q4 2009.
- Average Dividend Coverage Ratio over 4 years is 3678.35, with a median of 19.61 recorded in 2011.
- The largest YoY upside for Dividend Coverage Ratio was 45059.24% in 2011 against a maximum downside of 143.37% in 2011.
- Over 4 years, Dividend Coverage Ratio stood at 203.31 in 2009, then surged by 147.81% to 97.2 in 2010, then soared by 45059.24% to 43897.0 in 2011, then sank by 100.0% to 1.92 in 2012.
- Per Business Quant data, the three most recent Dividend Coverage Ratio figures were 1.92 in Q4 2012, 1.17 in Q1 2012, and 43897.0 in Q4 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 4.82 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 2,507.00 |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -0.16 |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | - |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Mohawk Industries | 8.55 Bn | 7.70 Bn | 795.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | -1.92 |
| Mar 31, 2012 | 1.17 |
| Dec 31, 2011 | 43,897.00 |
| Oct 1, 2011 | -71.72 |
| Jul 2, 2011 | 28.95 |
| Apr 2, 2011 | 7.47 |
| Dec 31, 2010 | 97.20 |
| Oct 2, 2010 | 165.39 |
| Jul 3, 2010 | 115.52 |
| Apr 3, 2010 | 10.27 |
| Dec 31, 2009 | -203.31 |
| Sep 26, 2009 | 94.14 |
Mohawk Industries Dividend Coverage 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=dividend-coverage-ratio&ticker=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "ticker": "MHK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividend-coverage-ratio&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();