Ryder System (R) Cash from Investing Activities (2009 - 2026)
Ryder System (R) posted Cash from Investing Activities of -$267.0 million for Q2 2026, up 16.82% on a QoQ basis from -$321.0 million in Q1 2026, and up 51.45% year-over-year from -$176.3 million in Q2 2025.
Ryder System (R) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Ryder System has reported Cash from Investing Activities for 18 years, with the latest figure at -$267.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 51.45% year-over-year to -$267.0 million in Q2 2026; TTM through Jun 2026 was -$1.3 billion, a 37.86% increase from a year earlier, with the FY2025 full-year figure at -$1.6 billion, up 32.54% from the prior year.
- Cash from Investing Activities was -$267.0 million for Q2 2026 at Ryder System, up from -$321.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was -$199.0 million in Q2 2022, with the low at -$849.0 million in Q4 2023.
- Average Cash from Investing Activities over 5 years is -$510.9 million, with a median of -$496.0 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Cash from Investing Activities slumped 317.09% in 2023, then surged 53.42% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$499.0 million in 2022, then plunged by 70.14% to -$849.0 million in 2023, then gained by 24.15% to -$644.0 million in 2024, then soared by 53.42% to -$300.0 million in 2025, then advanced by 11.0% to -$267.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$267.0 million (Q2 2026), -$321.0 million (Q1 2026), and -$300.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -925.15 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 9.37 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | -97.03 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | -445.50 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | -267.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -2.36 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | -64.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -12.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | -60.62 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -5.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -267.00 Mn |
| Mar 31, 2026 | -321.00 Mn |
| Dec 31, 2025 | -300.00 Mn |
| Sep 30, 2025 | -407.00 Mn |
| Jun 30, 2025 | -550.00 Mn |
| Mar 31, 2025 | -393.00 Mn |
| Dec 31, 2024 | -644.00 Mn |
| Sep 30, 2024 | -497.00 Mn |
| Jun 30, 2024 | -495.00 Mn |
| Mar 31, 2024 | -810.00 Mn |
| Dec 31, 2023 | -849.00 Mn |
| Sep 30, 2023 | -607.00 Mn |
| Jun 30, 2023 | -830.00 Mn |
| Mar 31, 2023 | -377.00 Mn |
| Dec 31, 2022 | -499.00 Mn |
| Sep 30, 2022 | -369.00 Mn |
| Jun 30, 2022 | -199.00 Mn |
| Mar 31, 2022 | -783.00 Mn |
| Dec 31, 2021 | -589.09 Mn |
| Sep 30, 2021 | -327.50 Mn |
Ryder System Cash from Investing Activities 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=cash-from-investing-activities&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();