Rxo (RXO) Cash from Investing Activities (2021 - 2026)
Rxo's (RXO) quarterly Cash from Investing Activities came in at -$12.0 million in Q2 2026, up 33.33% on a YoY basis from -$9.0 million in Q2 2025, and up 29.41% quarter-over-quarter from -$17.0 million in Q1 2026.
Rxo (RXO) Cash from Investing Activities (2021 - 2026) Analysis & Trends
Rxo (RXO) has reported Cash from Investing Activities for 6 consecutive years, with -$12.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 33.33% year-over-year to -$12.0 million; the trailing twelve-month figure through Jun 2026 stood at -$57.0 million (up 94.75% YoY), and the FY2025 full-year result was -$71.0 million, up 93.33% from the prior year.
- Cash from Investing Activities rose to -$12.0 million in Q2 2026 per RXO's latest filing, from -$17.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at -$11.0 million in Q1 2024 and bottomed at -$1.0 billion in Q3 2024.
- Historically, Cash from Investing Activities has averaged -$71.4 million across 5 years, with a median of -$14.5 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities sank 5321.05% in 2024, then surged 98.74% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$18.0 million in 2022, then fell by 5.56% to -$19.0 million in 2023, then soared by 36.84% to -$12.0 million in 2024, then slipped by 25.0% to -$15.0 million in 2025, then advanced by 20.0% to -$12.0 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$12.0 million, -$17.0 million, and -$15.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -12.00 Mn |
| Mar 31, 2026 | -17.00 Mn |
| Dec 31, 2025 | -15.00 Mn |
| Sep 30, 2025 | -13.00 Mn |
| Jun 30, 2025 | -18.00 Mn |
| Mar 31, 2025 | -25.00 Mn |
| Dec 31, 2024 | -12.00 Mn |
| Sep 30, 2024 | -1.03 Bn |
| Jun 30, 2024 | -11.00 Mn |
| Mar 31, 2024 | -11.00 Mn |
| Dec 31, 2023 | -19.00 Mn |
| Sep 30, 2023 | -19.00 Mn |
| Jun 30, 2023 | -16.00 Mn |
| Mar 31, 2023 | -12.00 Mn |
| Dec 31, 2022 | -18.00 Mn |
| Sep 30, 2022 | -14.00 Mn |
| Jun 30, 2022 | -12.00 Mn |
| Mar 31, 2022 | -12.00 Mn |
| Dec 31, 2021 | -9.00 Mn |
Rxo 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=RXO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "RXO", "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=RXO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();