Mohawk Industries (MHK) Current Taxes (2010 - 2011)
Mohawk Industries' (MHK) quarterly Current Taxes came in at $3.8 million in Q4 2011, down 11.96% quarter-over-quarter from $4.4 million in Q3 2011.
Mohawk Industries (MHK) Current Taxes (2010 - 2011) Analysis & Trends
Mohawk Industries has disclosed Current Taxes across 2 years of filings, most recently posting $3.8 million for Q4 2011.
- In Q4 2011, Current Taxes changed N/A year-over-year to $3.8 million; the TTM figure through Oct 2011 stood at $3.8 million (changed N/A YoY), while the FY2010 annual figure was $9.3 million, changed N/A from the prior year.
- Current Taxes came in at $3.8 million for Q4 2011 at Mohawk Industries, down from $4.4 million in the prior quarter.
- In the past five years, Current Taxes ranged from a high of $9.3 million in Q4 2010 to a low of $3.8 million in Q4 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 566.42 Mn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | - |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -1.47 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | 9.71 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -207.00 Mn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | -701.00 Mn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 97.89 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 1.06 Bn |
| 10 | Mohawk Industries | 8.55 Bn | 7.70 Bn | 795.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Oct 1, 2011 | 3.85 Mn |
| Jul 2, 2011 | 4.37 Mn |
| Dec 31, 2010 | 9.30 Mn |
Mohawk Industries Current Taxes 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=current-taxes&ticker=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();