Terex (TEX) Liabilities from Discontinued Operations (2009 - 2020)
Terex's (TEX) quarterly Liabilities from Discontinued Operations came in at $4.1 million in Q1 2020, down 97.12% on a YoY basis from $142.4 million in Q2 2019, and down 51.19% quarter-over-quarter from $8.4 million in Q4 2019.
Terex (TEX) Liabilities from Discontinued Operations (2009 - 2020) Analysis & Trends
Terex (TEX) has reported Liabilities from Discontinued Operations for 11 consecutive years, with $4.1 million the latest figure, recorded in Q1 2020.
- For the quarter ending Q1 2020, Liabilities from Discontinued Operations fell 97.12% year-over-year to $4.1 million; the trailing twelve-month figure through Mar 2020 stood at $4.1 million (down 97.12% YoY), and the FY2019 full-year result was $8.4 million, down 95.32% from the prior year.
- Liabilities from Discontinued Operations retreated to $4.1 million in Q1 2020 per TEX's latest filing, from $8.4 million in the prior quarter.
- Across five years, Liabilities from Discontinued Operations topped out at $531.6 million in Q2 2016 and bottomed at $2.0 million in Q4 2017.
- Historically, Liabilities from Discontinued Operations has averaged $141.6 million across 5 years, with a median of $12.4 million in 2017.
- The sharpest annual moves came in 2017 and 2018: Liabilities from Discontinued Operations sank 99.56% in 2017, then jumped 8875.0% in 2018.
- Over 5 years, Liabilities from Discontinued Operations stood at $453.8 million in 2016, then tumbled by 99.56% to $2.0 million in 2017, then surged by 8875.0% to $179.5 million in 2018, then plunged by 95.32% to $8.4 million in 2019, then plunged by 51.19% to $4.1 million in 2020.
- According to Business Quant data, Liabilities from Discontinued Operations over the past three periods registered $4.1 million, $8.4 million, and $8.0 million for Q1 2020, Q4 2019, and Q3 2019 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 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 |
| 10 | Terex | 6.72 Bn | 6.31 Bn | 444.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | 4.10 Mn |
| Dec 31, 2019 | 8.40 Mn |
| Sep 30, 2019 | 8.00 Mn |
| Jun 30, 2019 | 131.30 Mn |
| Mar 31, 2019 | 142.40 Mn |
| Dec 31, 2018 | 179.50 Mn |
| Mar 31, 2018 | 2.50 Mn |
| Dec 31, 2017 | 2.00 Mn |
| Sep 30, 2017 | 2.20 Mn |
| Jun 30, 2017 | 3.50 Mn |
| Mar 31, 2017 | 16.40 Mn |
| Dec 31, 2016 | 453.80 Mn |
| Sep 30, 2016 | 497.00 Mn |
| Jun 30, 2016 | 531.60 Mn |
| Dec 31, 2015 | 446.00 Mn |
| Mar 31, 2014 | 36.90 Mn |
| Dec 31, 2013 | 46.10 Mn |
| Dec 31, 2012 | 47.30 Mn |
| Sep 30, 2010 | 2.20 Mn |
| Jun 30, 2010 | 2.30 Mn |
Terex Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=TEX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=TEX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();