Terex (TEX) Change in Taxes (2009 - 2017)
Terex's (TEX) quarterly Change in Taxes came in at -$17.3 million in Q4 2017, down 210.19% on a YoY basis from $15.7 million in Q4 2016, and down 852.17% quarter-over-quarter from $2.3 million in Q3 2017.
Terex (TEX) Change in Taxes (2009 - 2017) Analysis & Trends
Terex (TEX) has reported Change in Taxes for 5 consecutive years, with -$17.3 million the latest figure, recorded in Q4 2017.
- For the quarter ending Q4 2017, Change in Taxes fell 210.19% year-over-year to -$17.3 million; the trailing twelve-month figure through Dec 2017 stood at -$14.7 million (down 186.98% YoY), and the FY2017 full-year result was -$14.7 million, down 186.98% from the prior year.
- Change in Taxes eased to -$17.3 million in Q4 2017 per TEX's latest filing, from $2.3 million in the prior quarter.
- Across five years, Change in Taxes topped out at $15.7 million in Q4 2016 and bottomed at -$17.3 million in Q4 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | - |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | - |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | -114.00 Mn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | - |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | - |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | -13.50 Mn |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | - |
| 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 | -106.00 Mn |
| 10 | Terex | 6.72 Bn | 6.31 Bn | 444.00 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -17.30 Mn |
| Sep 30, 2017 | 2.30 Mn |
| Jun 30, 2017 | 6.50 Mn |
| Mar 31, 2017 | -6.20 Mn |
| Dec 31, 2016 | 15.70 Mn |
| Sep 30, 2016 | -10.00 Mn |
| Jun 30, 2016 | 6.20 Mn |
| Mar 31, 2016 | 5.00 Mn |
| Mar 31, 2011 | -3.40 Mn |
| Dec 31, 2010 | -3.30 Mn |
| Sep 30, 2010 | -134.40 Mn |
| Jun 30, 2010 | -16.10 Mn |
| Mar 31, 2010 | 10.20 Mn |
| Dec 31, 2009 | -14.60 Mn |
| Sep 30, 2009 | -3.00 Mn |
| Jun 30, 2009 | -17.30 Mn |
| Mar 31, 2009 | -28.20 Mn |
Terex Change in 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=change-in-taxes&ticker=TEX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=TEX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();