Mohawk Industries (MHK) Other Non Operating Income (2009 - 2016)
Mohawk Industries' (MHK) quarterly Other Non Operating Income came in at -$3.4 million in Q2 2016, down 416.62% year-over-year from $1.1 million in Q2 2015, and up 70.25% quarter-over-quarter from -$11.5 million in Q4 2015.
Mohawk Industries (MHK) Other Non Operating Income (2009 - 2016) Analysis & Trends
Mohawk Industries has disclosed Other Non Operating Income across 8 years of filings, most recently posting -$3.4 million for Q2 2016.
- In Q2 2016, Other Non Operating Income fell 416.62% year-over-year to -$3.4 million; the TTM figure through Apr 2016 stood at -$22.1 million (down 134.99% YoY), while the FY2015 annual figure was -$17.6 million, down 64.69% from the prior year.
- Other Non Operating Income came in at -$3.4 million for Q2 2016 at Mohawk Industries, up from -$11.5 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $2.4 million in Q3 2014 to a low of -$14.4 million in Q4 2014.
- Average Other Non Operating Income over 5 years is -$2.7 million, with a median of -$1.4 million recorded in 2012.
- Year-over-year, Other Non Operating Income surged 12066.67% in 2012 and slumped 449.97% in 2013.
- Over 5 years, Other Non Operating Income stood at -$1.4 million in 2012, then plunged by 94.44% to -$2.7 million in 2013, then plunged by 443.3% to -$14.4 million in 2014, then rose by 20.13% to -$11.5 million in 2015, then surged by 70.25% to -$3.4 million in 2016.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$3.4 million in Q2 2016, -$11.5 million in Q4 2015, and -$4.2 million in Q4 2015.
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 |
|---|---|
| Apr 2, 2016 | -3.43 Mn |
| Dec 31, 2015 | -11.53 Mn |
| Oct 3, 2015 | -4.25 Mn |
| Jul 4, 2015 | -2.93 Mn |
| Apr 4, 2015 | 1.08 Mn |
| Dec 31, 2014 | -14.43 Mn |
| Sep 27, 2014 | 2.37 Mn |
| Jun 28, 2014 | 1.56 Mn |
| Mar 29, 2014 | -4.89 Mn |
| Dec 31, 2013 | -2.66 Mn |
| Sep 28, 2013 | -1.17 Mn |
| Jun 29, 2013 | 1.10 Mn |
| Mar 30, 2013 | -6.39 Mn |
| Dec 31, 2012 | -1.37 Mn |
| Sep 29, 2012 | -322,000.00 |
| Jun 30, 2012 | -440,000.00 |
| Mar 31, 2012 | 1.83 Mn |
| Dec 31, 2011 | -257,000.00 |
| Oct 1, 2011 | -13.41 Mn |
| Jul 2, 2011 | -396,000.00 |
Mohawk Industries Other Non Operating Income 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=other-non-operating-income&ticker=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();