Mohawk Industries (MHK) Payout Ratio (2009 - 2012)
Mohawk Industries' (MHK) quarterly Payout Ratio came in at 0.52 in Q4 2012, down 2286362.14% year-over-year from N/an in Q1 2012, and down 161.03% quarter-over-quarter from 0.85 in Q1 2012.
Mohawk Industries (MHK) Payout Ratio (2009 - 2012) Analysis & Trends
Mohawk Industries has disclosed Payout Ratio across 4 years of filings, most recently posting 0.52 for Q4 2012.
- In Q4 2012, Payout Ratio fell 2286362.14% year-over-year to 0.52; the TTM figure through Sep 2013 stood at 0.11 (down 170.31% YoY), while the FY2014 annual figure was 0.0, changed N/A from the prior year.
- Payout Ratio came in at 0.52 for Q4 2012 at Mohawk Industries, down from 0.85 in the prior quarter.
- In the past five years, Payout Ratio ranged from a high of 0.85 in Q1 2012 to a low of 0.52 in Q4 2012.
- Average Payout Ratio over 4 years is 0.05, with a median of 0.01 recorded in 2010.
- The largest YoY upside for Payout Ratio was 537.86% in 2012 against a maximum downside of 2286362.14% in 2012.
- Over 4 years, Payout Ratio stood at 0.0 in 2009, then soared by 309.15% to 0.01 in 2010, then slumped by 99.78% to 0.0 in 2011, then tumbled by 2286362.14% to 0.52 in 2012.
- Per Business Quant data, the three most recent Payout Ratio figures were 0.52 in Q4 2012, 0.85 in Q1 2012, and 0.0 in Q4 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - |
| 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 | -0.52 |
| Mar 31, 2012 | 0.85 |
| Dec 31, 2011 | 0.00 |
| Oct 1, 2011 | -0.01 |
| Jul 2, 2011 | 0.03 |
| Apr 2, 2011 | 0.13 |
| Dec 31, 2010 | 0.01 |
| Oct 2, 2010 | 0.01 |
| Jul 3, 2010 | 0.01 |
| Apr 3, 2010 | 0.10 |
| Dec 31, 2009 | 0.00 |
| Sep 26, 2009 | 0.01 |
Mohawk Industries 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=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-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=payout-ratio&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();