Ryder System (R) Revenue (2009 - 2026)
Ryder System (R) posted Revenue of $3.3 billion for Q2 2026, up 7.07% on a QoQ basis from $3.1 billion in Q1 2026, and up 4.95% year-over-year from $3.2 billion in Q2 2025.
Ryder System (R) Revenue (2009 - 2026) Analysis & Trends
Ryder System has reported Revenue for 18 years, with the latest figure at $3.3 billion in Q2 2026.
- On a quarterly basis, Revenue rose 4.95% year-over-year to $3.3 billion in Q2 2026; TTM through Jun 2026 was $12.8 billion, a 1.12% increase from a year earlier, with the FY2025 full-year figure at $12.7 billion, changed 0.23% from the prior year.
- Revenue was $3.3 billion for Q2 2026 at Ryder System, up from $3.1 billion in the prior quarter.
- The five-year high for Revenue was $3.3 billion in Q2 2026, with the low at $2.9 billion in Q1 2022.
- Average Revenue over 5 years is $3.1 billion, with a median of $3.1 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Revenue grew 28.46% in 2022, then fell 4.94% in 2023.
- Over 5 years, Revenue stood at $3.1 billion in 2022, then slipped by 2.1% to $3.0 billion in 2023, then advanced by 5.49% to $3.2 billion in 2024, then slipped by 0.44% to $3.2 billion in 2025, then gained by 5.42% to $3.3 billion in 2026.
- The last three Revenue figures came in at $3.3 billion (Q2 2026), $3.1 billion (Q1 2026), and $3.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 1.24 Bn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 3.50 Bn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 4.93 Bn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 1.32 Bn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 3.35 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 1.43 Bn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 3.44 Bn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 1.77 Bn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 934.50 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 48.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.35 Bn |
| Mar 31, 2026 | 3.13 Bn |
| Dec 31, 2025 | 3.18 Bn |
| Sep 30, 2025 | 3.17 Bn |
| Jun 30, 2025 | 3.19 Bn |
| Mar 31, 2025 | 3.13 Bn |
| Dec 31, 2024 | 3.19 Bn |
| Sep 30, 2024 | 3.17 Bn |
| Jun 30, 2024 | 3.18 Bn |
| Mar 31, 2024 | 3.10 Bn |
| Dec 31, 2023 | 3.02 Bn |
| Sep 30, 2023 | 2.92 Bn |
| Jun 30, 2023 | 2.88 Bn |
| Mar 31, 2023 | 2.95 Bn |
| Dec 31, 2022 | 3.09 Bn |
| Sep 30, 2022 | 3.04 Bn |
| Jun 30, 2022 | 3.03 Bn |
| Mar 31, 2022 | 2.85 Bn |
| Dec 31, 2021 | 2.60 Bn |
| Sep 30, 2021 | 2.46 Bn |
Ryder System Revenue 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=revenue&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();