Mohawk Industries (MHK) Work In Process (2010 - 2012)
Mohawk Industries' (MHK) quarterly Work In Process came in at $110.9 million in Q1 2012, down 2.15% quarter-over-quarter from $113.3 million in Q4 2011.
Mohawk Industries (MHK) Work In Process (2010 - 2012) Analysis & Trends
Mohawk Industries has disclosed Work In Process across 3 years of filings, most recently posting $110.9 million for Q1 2012.
- In Q1 2012, Work In Process changed N/A year-over-year to $110.9 million; the TTM figure through Mar 2012 stood at $110.9 million (changed N/A YoY), while the FY2011 annual figure was $113.3 million, up 16.51% from the prior year.
- Work In Process came in at $110.9 million for Q1 2012 at Mohawk Industries, down from $113.3 million in the prior quarter.
- In the past five years, Work In Process ranged from a high of $113.3 million in Q4 2011 to a low of $97.3 million in Q4 2010.
- Average Work In Process over 3 years is $104.9 million, with a median of $104.6 million recorded in 2011.
- The largest YoY upside for Work In Process was 16.51% in 2011 against a maximum downside of 16.51% in 2011.
- Over 3 years, Work In Process stood at $97.3 million in 2010, then rose by 16.51% to $113.3 million in 2011, then fell by 2.15% to $110.9 million in 2012.
- Per Business Quant data, the three most recent Work In Process figures were $110.9 million in Q1 2012, $113.3 million in Q4 2011, and $104.6 million 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 |
|---|---|
| Mar 31, 2012 | 110.88 Mn |
| Dec 31, 2011 | 113.31 Mn |
| Oct 1, 2011 | 104.65 Mn |
| Jul 2, 2011 | 98.28 Mn |
| Dec 31, 2010 | 97.26 Mn |
Mohawk Industries Work In Process 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=work-in-process&ticker=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "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=work-in-process&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();