GXO Logistics (GXO) Share-based Compensation Growth (3y) (2023 - 2026)
Analysis
GXO Logistics (GXO) Share-based Compensation Growth (3y) (2023 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -2.09% |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 20.08% |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 53.17% |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 78.11% |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 32.04% |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 71.00% |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -27.28% |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 2.14% |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -25.46% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 71.00% |
| Mar 31, 2026 | 49.83% |
| Dec 31, 2025 | 159.13% |
| Sep 30, 2025 | 20.63% |
| Jun 30, 2025 | 39.88% |
| Mar 31, 2025 | -117.38% |
| Dec 31, 2024 | 32.64% |
| Sep 30, 2024 | -41.87% |
| Jun 30, 2024 | -69.56% |
| Mar 31, 2024 | -13.55% |
| Dec 31, 2023 | 75.29% |
| Sep 30, 2023 | 6.64% |
API Access
GXO Logistics 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=GXO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "GXO", "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=GXO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();