Mohawk Industries (MHK) FCF Payout Ratio (2009 - 2012)
Mohawk Industries' (MHK) quarterly FCF Payout Ratio came in at 0.16 in Q4 2012, down 1113823.43% year-over-year from N/an in Q1 2012, and up 59.83% quarter-over-quarter from 0.4 in Q1 2012.
Mohawk Industries (MHK) FCF Payout Ratio (2009 - 2012) Analysis & Trends
Mohawk Industries has disclosed FCF Payout Ratio across 4 years of filings, most recently posting 0.16 for Q4 2012.
- In Q4 2012, FCF Payout Ratio fell 1113823.43% year-over-year to 0.16; the TTM figure through Sep 2013 stood at 0.12 (down 180.16% YoY), while the FY2014 annual figure was 0.01, changed N/A from the prior year.
- FCF Payout Ratio came in at 0.16 for Q4 2012 at Mohawk Industries, up from 0.4 in the prior quarter.
- In the past five years, FCF Payout Ratio ranged from a high of 0.06 in Q3 2011 to a low of 0.4 in Q1 2012.
- Average FCF Payout Ratio over 4 years is 0.05, with a median of 0.0 recorded in 2009.
- Year-over-year, FCF Payout Ratio jumped 1002.18% in 2011 and plunged 1113823.43% in 2012.
- Over 4 years, FCF Payout Ratio stood at 0.0 in 2009, then surged by 423.66% to 0.01 in 2010, then slumped by 99.88% to 0.0 in 2011, then sank by 1113823.43% to 0.16 in 2012.
- Per Business Quant data, the three most recent FCF Payout Ratio figures were 0.16 in Q4 2012, 0.4 in Q1 2012, and 0.0 in Q4 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF 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 | 0.17 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 0.00 |
| 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.16 |
| Mar 31, 2012 | -0.40 |
| Dec 31, 2011 | 0.00 |
| Oct 1, 2011 | -0.02 |
| Jul 2, 2011 | 0.06 |
| Apr 2, 2011 | -0.03 |
| Dec 31, 2010 | 0.01 |
| Oct 2, 2010 | 0.00 |
| Jul 3, 2010 | 0.01 |
| Apr 3, 2010 | -0.03 |
| Dec 31, 2009 | 0.00 |
| Sep 26, 2009 | 0.00 |
Mohawk Industries 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=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-payout-ratio&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();