Deere (DE) Liabilities from Discontinued Operations (2010 - 2025)
Deere (DE) posted Liabilities from Discontinued Operations of $1.8 billion for Q1 2025, little changed on a QoQ basis from $1.8 billion in Q4 2024.
Deere (DE) Liabilities from Discontinued Operations (2010 - 2025) Analysis & Trends
Deere has reported Liabilities from Discontinued Operations for 7 years, with the latest figure at $1.8 billion in Q1 2025.
- On a quarterly basis, Liabilities from Discontinued Operations changed N/A year-over-year to $1.8 billion in Q1 2025; TTM through Jan 2025 was $1.8 billion, a N/A change from a year earlier, with the FY2024 full-year figure at $1.8 billion, up 182600.0% from the prior year.
- Liabilities from Discontinued Operations was $1.8 billion for Q1 2025 at Deere, roughly flat from $1.8 billion in the prior quarter.
- The five-year high for Liabilities from Discontinued Operations was $1.8 billion in Q1 2025, with the low at $1.0 million in Q4 2023.
- Average Liabilities from Discontinued Operations over 3 years is $1.4 billion, with a median of $1.8 billion recorded in 2024.
- The largest YoY upside for Liabilities from Discontinued Operations was 182600.0% in 2024 against a maximum downside of 182600.0% in 2024.
- Over 3 years, Liabilities from Discontinued Operations stood at $1.0 million in 2023, then jumped by 182600.0% to $1.8 billion in 2024, then climbed by 0.16% to $1.8 billion in 2025.
- The last three Liabilities from Discontinued Operations figures came in at $1.8 billion (Q1 2025), $1.8 billion (Q4 2024), and $1.8 billion (Q3 2024), per Business Quant data.
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 | Cummins | 72.43 Bn | 68.82 Bn | 2.47 Bn |
Historic Data
| Date | Value |
|---|---|
| Jan 26, 2025 | 1.83 Bn |
| Oct 27, 2024 | 1.83 Bn |
| Jul 28, 2024 | 1.80 Bn |
| Oct 29, 2023 | 1.00 Mn |
| Jan 31, 2015 | 266.80 Mn |
| Oct 31, 2014 | 605.00 Mn |
| Apr 30, 2014 | 49.80 Mn |
| Oct 31, 2013 | 120.40 Mn |
| Oct 31, 2010 | 35.00 Mn |
Deere 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=DE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "ticker": "DE", "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=DE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();