Mohawk Industries (MHK) Dividend Yield (2009 - 2012)
Mohawk Industries' (MHK) quarterly Dividend Yield came in at 0.55% in Q4 2012, down 55.0% year-over-year from 1.23% in Q1 2012, and down 172.26% quarter-over-quarter from 0.76% in Q1 2012.
Mohawk Industries (MHK) Dividend Yield (2009 - 2012) Analysis & Trends
Mohawk Industries has disclosed Dividend Yield across 4 years of filings, most recently posting 0.55% for Q4 2012.
- In Q4 2012, Dividend Yield fell 55.0% year-over-year to 0.55%; the TTM figure through Sep 2013 stood at 0.37% (down 100.0% YoY), while the FY2014 annual figure was 0.01%, changed N/A from the prior year.
- Dividend Yield came in at 0.55% for Q4 2012 at Mohawk Industries, down from 0.76% in the prior quarter.
- In the past five years, Dividend Yield ranged from a high of 0.76% in Q1 2012 to a low of 0.55% in Q4 2012.
- Average Dividend Yield over 4 years is 0.04%, with a median of 0.01% recorded in 2009.
- The largest YoY upside for Dividend Yield was 69 bps in 2012 against a maximum downside of 55 bps in 2012.
- Over 4 years, Dividend Yield stood at 0.01% in 2009, then fell by 10 bps to 0.01% in 2010, then slumped by 100 bps to 0.0% in 2011, then sank by 2270753 bps to 0.55% in 2012.
- Per Business Quant data, the three most recent Dividend Yield figures were 0.55% in Q4 2012, 0.76% 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.55% |
| Mar 31, 2012 | 0.76% |
| Dec 31, 2011 | 0.00% |
| Oct 1, 2011 | -0.02% |
| Jul 2, 2011 | 0.05% |
| Apr 2, 2011 | 0.08% |
| Dec 31, 2010 | 0.01% |
| Oct 2, 2010 | 0.01% |
| Jul 3, 2010 | 0.02% |
| Apr 3, 2010 | 0.06% |
| Dec 31, 2009 | 0.01% |
| Sep 26, 2009 | 0.01% |
Mohawk Industries Dividend Yield 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-yield&ticker=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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-yield&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();