Ryder System (R) EBIT (2009 - 2026)
Ryder System (R) posted EBIT of -$1.7 billion for Q2 2026, down 3.95% on a QoQ basis from -$1.6 billion in Q1 2026, and down 6.41% year-over-year from -$1.8 billion in Q2 2025.
Ryder System (R) EBIT (2009 - 2026) Analysis & Trends
Ryder System has reported EBIT for 18 years, with the latest figure at -$1.7 billion in Q2 2026.
- On a quarterly basis, EBIT fell 6.41% year-over-year to -$1.7 billion in Q2 2026; TTM through Jun 2026 was -$6.6 billion, a 1.79% decrease from a year earlier, with the FY2025 full-year figure at -$6.4 billion, changed 0.09% from the prior year.
- EBIT was -$1.7 billion for Q2 2026 at Ryder System, down from -$1.6 billion in the prior quarter.
- The five-year high for EBIT was -$1.2 billion in Q2 2022, with the low at -$1.7 billion in Q2 2026.
- Average EBIT over 5 years is -$1.5 billion, with a median of -$1.6 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: EBIT tumbled 33.68% in 2022, then rose 0.43% in 2025.
- Over 5 years, EBIT stood at -$1.3 billion in 2022, then dropped by 9.72% to -$1.5 billion in 2023, then slipped by 9.47% to -$1.6 billion in 2024, then fell by 0.06% to -$1.6 billion in 2025, then slipped by 6.41% to -$1.7 billion in 2026.
- The last three EBIT figures came in at -$1.7 billion (Q2 2026), -$1.6 billion (Q1 2026), and -$1.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 464.28 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 349.62 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 255.74 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 224.80 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | -1.71 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 66.23 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 77.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 1.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 39.44 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -10.04 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.71 Bn |
| Mar 31, 2026 | -1.65 Bn |
| Dec 31, 2025 | -1.61 Bn |
| Sep 30, 2025 | -1.59 Bn |
| Jun 30, 2025 | -1.61 Bn |
| Mar 31, 2025 | -1.64 Bn |
| Dec 31, 2024 | -1.61 Bn |
| Sep 30, 2024 | -1.59 Bn |
| Jun 30, 2024 | -1.62 Bn |
| Mar 31, 2024 | -1.63 Bn |
| Dec 31, 2023 | -1.47 Bn |
| Sep 30, 2023 | -1.31 Bn |
| Jun 30, 2023 | -1.46 Bn |
| Mar 31, 2023 | -1.41 Bn |
| Dec 31, 2022 | -1.34 Bn |
| Sep 30, 2022 | -1.22 Bn |
| Jun 30, 2022 | -1.19 Bn |
| Mar 31, 2022 | -1.20 Bn |
| Dec 31, 2021 | -1.02 Bn |
| Sep 30, 2021 | -978.68 Mn |
Ryder System EBIT 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=ebit&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();