Trimble (TRMB) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026)
Analysis
Trimble (TRMB) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | 29.85% |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn | 24.98% |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn | 55.21% |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | -3.48% |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn | -1.98% |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn | 116.50% |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | 18.96% |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn | 19.58% |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn | 23.26% |
| 10 | Procore Technologies | 7.76 Bn | 7.10 Bn | 299.80 Mn | 14.80% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | -1.98% |
| Apr 3, 2026 | -3.21% |
| Jan 2, 2026 | -2.97% |
| Oct 3, 2025 | -3.18% |
| Jul 4, 2025 | -7.20% |
| Apr 4, 2025 | -5.61% |
| Jan 3, 2025 | -6.96% |
| Sep 27, 2024 | -5.79% |
| Jun 28, 2024 | -10.09% |
| Mar 29, 2024 | -8.00% |
| Dec 29, 2023 | -7.53% |
| Sep 29, 2023 | -7.83% |
| Jun 30, 2023 | -1.97% |
| Mar 31, 2023 | -8.47% |
| Dec 30, 2022 | -6.09% |
| Sep 30, 2022 | -3.28% |
| Jul 1, 2022 | -0.35% |
| Apr 1, 2022 | -6.60% |
| Dec 31, 2021 | -7.39% |
| Oct 1, 2021 | -9.18% |
API Access
Trimble Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=TRMB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "ticker": "TRMB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=property-plant-and-equipment-net-growth-1y&ticker=TRMB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();