Ryder System (R) Income from Discontinued Operations (2009 - 2025)
Ryder System (R) posted Income from Discontinued Operations of -$1.0 million for Q4 2025, little changed on a QoQ basis from -$1.0 million in Q3 2025.
Ryder System (R) Income from Discontinued Operations (2009 - 2025) Analysis & Trends
Ryder System has reported Income from Discontinued Operations for 17 years, with the latest figure at -$1.0 million in Q4 2025.
- On a quarterly basis, Income from Discontinued Operations changed N/A year-over-year to -$1.0 million in Q4 2025; TTM through Jun 2026 was -$2.0 million, a 0.0% change from a year earlier, with the FY2025 full-year figure at -$2.0 million, changed N/A from the prior year.
- Income from Discontinued Operations was -$1.0 million for Q4 2025 at Ryder System, roughly flat from -$1.0 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $6.0 million in Q4 2022, with the low at -$1.2 million in Q4 2021.
- Average Income from Discontinued Operations over 5 years is -$142857.1, with a median of -$1.0 million recorded in 2022.
- The sharpest annual moves came in 2021 and 2022: Income from Discontinued Operations tumbled 1009.3% in 2021, then soared 611.51% in 2022.
- Over 5 years, Income from Discontinued Operations stood at -$1.2 million in 2021, then jumped by 611.51% to $6.0 million in 2022, then plunged by 83.33% to $1.0 million in 2023, then slumped by 200.0% to -$1.0 million in 2024, then changed by 0.0% to -$1.0 million in 2025.
- The last three Income from Discontinued Operations figures came in at -$1.0 million (Q4 2025), -$1.0 million (Q3 2025), and -$1.0 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | - |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | - |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | - |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 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 | - |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | - |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | - |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | - |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.00 Mn |
| Sep 30, 2025 | -1.00 Mn |
| Jun 30, 2025 | -1.00 Mn |
| Sep 30, 2024 | -1.00 Mn |
| Jun 30, 2024 | 1.00 Mn |
| Sep 30, 2023 | 1.00 Mn |
| Mar 31, 2023 | -1.00 Mn |
| Dec 31, 2022 | 6.00 Mn |
| Sep 30, 2022 | -1.00 Mn |
| Jun 30, 2022 | -1.00 Mn |
| Dec 31, 2021 | -1.17 Mn |
| Sep 30, 2021 | -605,000.00 |
| Jun 30, 2021 | -463,000.00 |
| Mar 31, 2021 | -759,000.00 |
| Dec 31, 2020 | 129,000.00 |
| Sep 30, 2020 | -9.25 Mn |
| Jun 30, 2020 | -394,000.00 |
| Mar 31, 2020 | -484,000.00 |
| Dec 31, 2019 | -410,000.00 |
| Sep 30, 2019 | 83,000.00 |
Ryder System Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();