Mohawk Industries (MHK) Raw Materials (2010 - 2012)
Mohawk Industries' (MHK) quarterly Raw Materials came in at $343.5 million in Q1 2012, up 4.25% quarter-over-quarter from $329.4 million in Q4 2011.
Mohawk Industries (MHK) Raw Materials (2010 - 2012) Analysis & Trends
Mohawk Industries has disclosed Raw Materials across 3 years of filings, most recently posting $343.5 million for Q1 2012.
- In Q1 2012, Raw Materials changed N/A year-over-year to $343.5 million; the TTM figure through Mar 2012 stood at $343.5 million (changed N/A YoY), while the FY2011 annual figure was $329.4 million, up 15.12% from the prior year.
- Raw Materials came in at $343.5 million for Q1 2012 at Mohawk Industries, up from $329.4 million in the prior quarter.
- In the past five years, Raw Materials ranged from a high of $343.5 million in Q1 2012 to a low of $286.2 million in Q4 2010.
- Average Raw Materials over 3 years is $322.6 million, with a median of $328.9 million recorded in 2011.
- The largest YoY upside for Raw Materials was 15.12% in 2011 against a maximum downside of 15.12% in 2011.
- Over 3 years, Raw Materials stood at $286.2 million in 2010, then rose by 15.12% to $329.4 million in 2011, then increased by 4.25% to $343.5 million in 2012.
- Per Business Quant data, the three most recent Raw Materials figures were $343.5 million in Q1 2012, $329.4 million in Q4 2011, and $325.3 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 | 343.46 Mn |
| Dec 31, 2011 | 329.44 Mn |
| Oct 1, 2011 | 325.27 Mn |
| Jul 2, 2011 | 328.89 Mn |
| Dec 31, 2010 | 286.16 Mn |
Mohawk Industries Raw Materials 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=raw-materials&ticker=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();