Terex (TEX) Income from Non-Controlling Interests (2009 - 2016)
Terex's (TEX) quarterly Income from Non-Controlling Interests came in at $1.2 million in Q4 2016, up 500.0% on a YoY basis from $200000.0 in Q1 2016, and up 100.0% quarter-over-quarter from $600000.0 in Q3 2016.
Terex (TEX) Income from Non-Controlling Interests (2009 - 2016) Analysis & Trends
Terex (TEX) has reported Income from Non-Controlling Interests for 8 consecutive years, with $1.2 million the latest figure, recorded in Q4 2016.
- For the quarter ending Q4 2016, Income from Non-Controlling Interests rose 500.0% year-over-year to $1.2 million; the trailing twelve-month figure through Sep 2017 stood at $1.2 million (up 700.0% YoY), and the FY2017 full-year result was $5.8 million, up 38.1% from the prior year.
- Income from Non-Controlling Interests improved to $1.2 million in Q4 2016 per TEX's latest filing, from $600000.0 in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $2.9 million in Q4 2014 and bottomed at -$3.1 million in Q2 2012.
- Historically, Income from Non-Controlling Interests has averaged -$57894.7 across 5 years, with a median of $200000.0 in 2015.
- The sharpest annual moves came in 2012 and 2016: Income from Non-Controlling Interests tumbled 342.86% in 2012, then jumped 500.0% in 2016.
- Over 5 years, Income from Non-Controlling Interests stood at $1.7 million in 2012, then slumped by 164.71% to -$1.1 million in 2013, then jumped by 363.64% to $2.9 million in 2014, then tumbled by 93.1% to $200000.0 in 2015, then surged by 500.0% to $1.2 million in 2016.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered $1.2 million, $600000.0, and -$800000.0 for Q4 2016, Q3 2016, and Q2 2016 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | - |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | 14.90 Mn |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | -2.00 Mn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | 1.00 Mn |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | 1.00 Mn |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | - |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | 5.00 Mn |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | - |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | - |
| 10 | Terex | 6.72 Bn | 6.31 Bn | 444.00 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | 1.20 Mn |
| Sep 30, 2016 | 600,000.00 |
| Jun 30, 2016 | -800,000.00 |
| Mar 31, 2016 | -200,000.00 |
| Dec 31, 2015 | 200,000.00 |
| Sep 30, 2015 | 1.30 Mn |
| Jun 30, 2015 | 1.10 Mn |
| Mar 31, 2015 | 600,000.00 |
| Dec 31, 2014 | 2.90 Mn |
| Jun 30, 2014 | 600,000.00 |
| Mar 31, 2014 | -1.30 Mn |
| Dec 31, 2013 | -1.10 Mn |
| Sep 30, 2013 | -700,000.00 |
| Jun 30, 2013 | -1.70 Mn |
| Mar 31, 2013 | -1.60 Mn |
| Dec 31, 2012 | 1.70 Mn |
| Sep 30, 2012 | -1.90 Mn |
| Jun 30, 2012 | -3.10 Mn |
| Mar 31, 2012 | 1.10 Mn |
| Dec 31, 2011 | 800,000.00 |
Terex Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=TEX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "TEX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=TEX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();