Copart (CPRT) Share-based Compensation Growth (3y) (2012 - 2026)
Analysis
Copart (CPRT) Share-based Compensation Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | -2.09% |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | 20.08% |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | 53.17% |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | 78.11% |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | 32.04% |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | 71.00% |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | -27.28% |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | 2.14% |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | -25.46% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | -2.09% |
| Jan 31, 2026 | 0.33% |
| Oct 31, 2025 | -2.94% |
| Jul 31, 2025 | -3.20% |
| Apr 30, 2025 | -2.24% |
| Jan 31, 2025 | -1.20% |
| Oct 31, 2024 | 3.29% |
| Jul 31, 2024 | -14.74% |
| Apr 30, 2024 | -1.26% |
| Jan 31, 2024 | 1.82% |
| Oct 31, 2023 | -2.28% |
| Jul 31, 2023 | 94.49% |
| Apr 30, 2023 | 135.79% |
| Jan 31, 2023 | 430.13% |
| Oct 31, 2022 | -53.50% |
| Jul 31, 2022 | 60.51% |
| Apr 30, 2022 | -40.05% |
| Oct 31, 2021 | 16.22% |
| Jul 31, 2021 | 32.06% |
| Apr 30, 2021 | 16.39% |
API Access
Copart 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=CPRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "CPRT", "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=CPRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();