Ryder System (R) Current Assets (2009 - 2026)
Ryder System (R) posted Current Assets of $2.5 billion for Q2 2026, up 2.37% on a QoQ basis from $2.5 billion in Q1 2026, and up 8.76% year-over-year from $2.3 billion in Q2 2025.
Ryder System (R) Current Assets (2009 - 2026) Analysis & Trends
Ryder System has reported Current Assets for 18 years, with the latest figure at $2.5 billion in Q2 2026.
- On a quarterly basis, Current Assets rose 8.76% year-over-year to $2.5 billion in Q2 2026; TTM through Jun 2026 was $2.5 billion, a 8.76% increase from a year earlier, with the FY2025 full-year figure at $2.5 billion, changed 0.41% from the prior year.
- Current Assets was $2.5 billion for Q2 2026 at Ryder System, up from $2.5 billion in the prior quarter.
- The five-year high for Current Assets was $2.6 billion in Q3 2025, with the low at $2.1 billion in Q3 2023.
- Average Current Assets over 5 years is $2.3 billion, with a median of $2.4 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Current Assets surged 37.9% in 2022, then slipped 12.42% in 2023.
- Over 5 years, Current Assets stood at $2.2 billion in 2022, then rose by 2.95% to $2.3 billion in 2023, then rose by 8.74% to $2.5 billion in 2024, then gained by 0.41% to $2.5 billion in 2025, then climbed by 2.91% to $2.5 billion in 2026.
- The last three Current Assets figures came in at $2.5 billion (Q2 2026), $2.5 billion (Q1 2026), and $2.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 5.22 Bn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 4.01 Bn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 3.56 Bn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 1.89 Bn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 2.55 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 1.32 Bn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 3.25 Bn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 1.56 Bn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 788.33 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 460.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.55 Bn |
| Mar 31, 2026 | 2.49 Bn |
| Dec 31, 2025 | 2.47 Bn |
| Sep 30, 2025 | 2.61 Bn |
| Jun 30, 2025 | 2.34 Bn |
| Mar 31, 2025 | 2.33 Bn |
| Dec 31, 2024 | 2.46 Bn |
| Sep 30, 2024 | 2.38 Bn |
| Jun 30, 2024 | 2.37 Bn |
| Mar 31, 2024 | 2.41 Bn |
| Dec 31, 2023 | 2.27 Bn |
| Sep 30, 2023 | 2.11 Bn |
| Jun 30, 2023 | 2.12 Bn |
| Mar 31, 2023 | 2.26 Bn |
| Dec 31, 2022 | 2.20 Bn |
| Sep 30, 2022 | 2.34 Bn |
| Jun 30, 2022 | 2.42 Bn |
| Mar 31, 2022 | 2.11 Bn |
| Dec 31, 2021 | 2.46 Bn |
| Sep 30, 2021 | 1.84 Bn |
Ryder System Current Assets 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=current-assets&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();