Rb Global (RBA) Change in Cash (2015 - 2026)
Rb Global's (RBA) quarterly Change in Cash came in at -$203.7 million in Q2 2026, down 251.79% on a YoY basis from $134.2 million in Q2 2025, and down 223.75% quarter-over-quarter from $164.6 million in Q1 2026.
Rb Global (RBA) Change in Cash (2015 - 2026) Analysis & Trends
Rb Global (RBA) has reported Change in Cash for 12 consecutive years, with -$203.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 251.79% year-over-year to -$203.7 million; the trailing twelve-month figure through Jun 2026 stood at -$200.3 million (down 281.43% YoY), and the FY2025 full-year result was -$14.0 million, up 64.19% from the prior year.
- Change in Cash eased to -$203.7 million in Q2 2026 per RBA's latest filing, from $164.6 million in the prior quarter.
- Across five years, Change in Cash topped out at $188.7 million in Q4 2023 and bottomed at -$998.4 million in Q2 2022.
- Historically, Change in Cash has averaged -$39.3 million across 5 years, with a median of -$550000.0 in 2023.
- The sharpest annual moves came in 2022 and 2026: Change in Cash tumbled 90616.77% in 2022, then soared 1166.15% in 2026.
- Over 5 years, Change in Cash stood at $110.8 million in 2022, then soared by 70.31% to $188.7 million in 2023, then plunged by 143.08% to -$81.3 million in 2024, then climbed by 28.04% to -$58.5 million in 2025, then slumped by 248.21% to -$203.7 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$203.7 million, $164.6 million, and -$58.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | -1.75 Bn |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | -285.05 Mn |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | -5.08 Mn |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | -203.70 Mn |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | 37.00 Mn |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | -59.08 Mn |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | -24.00 Mn |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | -6.00 Mn |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | -17.10 Mn |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | -3.65 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -203.70 Mn |
| Mar 31, 2026 | 164.60 Mn |
| Dec 31, 2025 | -58.50 Mn |
| Sep 30, 2025 | -102.70 Mn |
| Jun 30, 2025 | 134.20 Mn |
| Mar 31, 2025 | 13.00 Mn |
| Dec 31, 2024 | -81.30 Mn |
| Sep 30, 2024 | 44.50 Mn |
| Jun 30, 2024 | 148.20 Mn |
| Mar 31, 2024 | -150.50 Mn |
| Dec 31, 2023 | 188.70 Mn |
| Sep 30, 2023 | -14.10 Mn |
| Jun 30, 2023 | -133.70 Mn |
| Mar 31, 2023 | 81.10 Mn |
| Dec 31, 2022 | 110.80 Mn |
| Sep 30, 2022 | -16.60 Mn |
| Jun 30, 2022 | -998.40 Mn |
| Mar 31, 2022 | 167.60 Mn |
| Dec 31, 2021 | 894.14 Mn |
| Sep 30, 2021 | 25.63 Mn |
Rb Global Change in Cash 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=change-in-cash&ticker=RBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "RBA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-cash&ticker=RBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();