Rb Global (RBA) Share-based Compensation Growth (1y) (2016 - 2026)
Analysis
Rb Global (RBA) Share-based Compensation Growth (1y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | 3.16% |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | 18.09% |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | 36.26% |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | -56.54% |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | 81.16% |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | -59.62% |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | 100.00% |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | -4.10% |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | 17.46% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -56.54% |
| Mar 31, 2026 | 42.31% |
| Dec 31, 2025 | -90.70% |
| Sep 30, 2025 | 125.74% |
| Jun 30, 2025 | 30.00% |
| Mar 31, 2025 | 3.31% |
| Dec 31, 2024 | 8.18% |
| Sep 30, 2024 | -32.21% |
| Jun 30, 2024 | 900.00% |
| Mar 31, 2024 | 23.77% |
| Dec 31, 2023 | 54.37% |
| Sep 30, 2023 | 358.60% |
| Jun 30, 2023 | -33.33% |
| Mar 31, 2023 | 60.53% |
| Dec 31, 2022 | 28.85% |
| Sep 30, 2022 | 52.32% |
| Jun 30, 2022 | 57.15% |
| Mar 31, 2022 | 0.77% |
| Dec 31, 2021 | 166.82% |
| Sep 30, 2021 | 27.65% |
API Access
Rb Global Share-based Compensation 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=share-based-compensation-growth-1y&ticker=RBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "RBA", "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-1y&ticker=RBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();