Deere (DE) Assets (QoQ) (2009 - 2026)
Analysis
Deere (DE) Assets (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | 0.57% |
| May 3, 2026 | 3.45% |
| Feb 1, 2026 | -2.42% |
| Nov 2, 2025 | -1.69% |
| Jul 27, 2025 | 1.42% |
| Apr 27, 2025 | 3.09% |
| Jan 26, 2025 | -3.91% |
| Oct 27, 2024 | -0.48% |
| Jul 28, 2024 | 2.10% |
| Apr 28, 2024 | 4.20% |
| Jan 28, 2024 | -2.61% |
| Oct 29, 2023 | 0.67% |
| Jul 30, 2023 | 5.13% |
| Apr 30, 2023 | 7.34% |
| Jan 29, 2023 | 1.77% |
| Oct 30, 2022 | 3.70% |
| Jul 31, 2022 | 3.23% |
| May 1, 2022 | 5.63% |
| Jan 30, 2022 | -5.35% |
| Oct 31, 2021 | 4.25% |
API Access
Deere Assets (QoQ) 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=assets-qoq&ticker=DE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-qoq", "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=assets-qoq&ticker=DE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();