Rb Global (RBA) Change in Receivables (2015 - 2023)
Rb Global's (RBA) quarterly Change in Receivables came in at $100.4 million in Q2 2023, up 847.17% on a YoY basis from $10.6 million in Q2 2022, and down 3.74% quarter-over-quarter from $104.3 million in Q1 2023.
Rb Global (RBA) Change in Receivables (2015 - 2023) Analysis & Trends
Rb Global (RBA) has reported Change in Receivables for 9 consecutive years, with $100.4 million the latest figure, recorded in Q2 2023.
- For the quarter ending Q2 2023, Change in Receivables rose 847.17% year-over-year to $100.4 million; the trailing twelve-month figure through Jun 2023 stood at $95.9 million (up 219.69% YoY), and the FY2022 full-year result was $44.1 million, up 279.59% from the prior year.
- Change in Receivables slipped to $100.4 million in Q2 2023 per RBA's latest filing, from $104.3 million in the prior quarter.
- Across five years, Change in Receivables topped out at $160.4 million in Q1 2021 and bottomed at -$208.0 million in Q4 2020.
- Historically, Change in Receivables has averaged $13.7 million across 5 years, with a median of $16.7 million in 2022.
- The widest YoY moves for Change in Receivables: up 1038.97% in 2019, down 243.96% in 2019.
- Over 5 years, Change in Receivables stood at -$115.1 million in 2019, then slumped by 80.76% to -$208.0 million in 2020, then soared by 47.81% to -$108.6 million in 2021, then declined by 21.26% to -$131.6 million in 2022, then surged by 176.27% to $100.4 million in 2023.
- According to Business Quant data, Change in Receivables over the past three periods registered $100.4 million, $104.3 million, and -$131.6 million for Q2 2023, Q1 2023, and Q4 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -67.52 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 575.86 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 506.81 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | - |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 70.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 176.45 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 37.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 231.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 51.36 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 100.40 Mn |
| Mar 31, 2023 | 104.30 Mn |
| Dec 31, 2022 | -131.63 Mn |
| Sep 30, 2022 | 22.79 Mn |
| Jun 30, 2022 | 10.60 Mn |
| Mar 31, 2022 | 142.30 Mn |
| Dec 31, 2021 | -108.55 Mn |
| Sep 30, 2021 | -14.36 Mn |
| Jun 30, 2021 | -25.91 Mn |
| Mar 31, 2021 | 160.44 Mn |
| Dec 31, 2020 | -207.98 Mn |
| Sep 30, 2020 | -5.28 Mn |
| Jun 30, 2020 | 78.07 Mn |
| Mar 31, 2020 | 113.12 Mn |
| Dec 31, 2019 | -115.06 Mn |
| Sep 30, 2019 | -84.82 Mn |
| Jun 30, 2019 | 116.88 Mn |
| Mar 31, 2019 | 91.61 Mn |
| Dec 31, 2018 | -115.92 Mn |
| Sep 30, 2018 | 58.92 Mn |
Rb Global Change in Receivables 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-receivables&ticker=RBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=RBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();