Trimble (TRMB) Share-based Compensation Growth (3y) (2013 - 2026)
Analysis
Trimble (TRMB) Share-based Compensation Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | 9.96% |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn | 17.34% |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn | -8.59% |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | -9.13% |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn | 2.34% |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn | - |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | 17.87% |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn | 23.24% |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn | 7.91% |
| 10 | Procore Technologies | 7.76 Bn | 7.10 Bn | 299.80 Mn | 10.13% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | 2.34% |
| Apr 3, 2026 | 7.66% |
| Jan 2, 2026 | 9.18% |
| Oct 3, 2025 | 2.94% |
| Jul 4, 2025 | 4.72% |
| Apr 4, 2025 | 10.71% |
| Jan 3, 2025 | 20.65% |
| Sep 27, 2024 | 4.16% |
| Jun 28, 2024 | 1.66% |
| Mar 29, 2024 | 10.20% |
| Dec 29, 2023 | 2.11% |
| Mar 31, 2023 | 46.29% |
| Sep 30, 2022 | 19.70% |
| Jul 1, 2022 | 24.26% |
| Apr 1, 2022 | 20.19% |
| Dec 31, 2021 | 4.93% |
| Oct 1, 2021 | 19.77% |
| Jul 2, 2021 | 28.19% |
| Apr 2, 2021 | 16.06% |
| Jan 1, 2021 | 15.99% |
API Access
Trimble Share-based Compensation Growth (3y) 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=share-based-compensation-growth-3y&ticker=TRMB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "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=share-based-compensation-growth-3y&ticker=TRMB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();