Ryder System (R) Share-based Compensation (2009 - 2022)
Ryder System (R) posted Share-based Compensation of -$2.9 million for Q2 2022, down 124.47% on a QoQ basis from $12.0 million in Q1 2022, and down 115.6% year-over-year from $18.8 million in Q2 2021.
Ryder System (R) Share-based Compensation (2009 - 2022) Analysis & Trends
Ryder System has reported Share-based Compensation for 13 years, with the latest figure at -$2.9 million in Q2 2022.
- On a quarterly basis, Share-based Compensation fell 115.6% year-over-year to -$2.9 million in Q2 2022; TTM through Jun 2022 was $29.6 million, a 41.67% increase from a year earlier, with the FY2018 full-year figure at $25.0 million, up 31.55% from the prior year.
- Share-based Compensation was -$2.9 million for Q2 2022 at Ryder System, down from $12.0 million in the prior quarter.
- The five-year high for Share-based Compensation was $18.8 million in Q2 2021, with the low at -$2.9 million in Q2 2022.
- Average Share-based Compensation over 4 years is $4.2 million, with a median of $1.8 million recorded in 2021.
- The sharpest annual moves came in 2021 and 2022: Share-based Compensation surged 6389.62% in 2021, then slumped 115.6% in 2022.
- Over 4 years, Share-based Compensation stood at $89000.0 in 2019, then plunged by 57.3% to $38000.0 in 2020, then jumped by 49255.26% to $18.8 million in 2021, then plunged by 115.6% to -$2.9 million in 2022.
- The last three Share-based Compensation figures came in at -$2.9 million (Q2 2022), $12.0 million (Q1 2022), and $18.8 million (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 9.46 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 32.20 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 6.49 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 11.30 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 2.93 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 21.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 10.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 5.05 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 2.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -2.93 Mn |
| Mar 31, 2022 | 11.95 Mn |
| Jun 30, 2021 | 18.76 Mn |
| Mar 31, 2021 | 1.80 Mn |
| Sep 30, 2020 | 38,000.00 |
| Jun 30, 2020 | 289,000.00 |
| Mar 31, 2020 | 4.01 Mn |
| Jun 30, 2019 | 89,000.00 |
| Mar 31, 2019 | 3.44 Mn |
| Dec 31, 2017 | -16.54 Mn |
| Sep 30, 2017 | 11.53 Mn |
| Jun 30, 2017 | 19.02 Mn |
| Mar 31, 2017 | 4.96 Mn |
| Dec 31, 2016 | -24.90 Mn |
| Sep 30, 2016 | 11.34 Mn |
| Jun 30, 2016 | 27.34 Mn |
| Mar 31, 2016 | 4.89 Mn |
| Dec 31, 2015 | 5.07 Mn |
| Sep 30, 2015 | 4.94 Mn |
| Jun 30, 2015 | 5.50 Mn |
Ryder System Share-based Compensation 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&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "R", "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&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();