Hub (HUBG) Change in Receivables (2009 - 2025)
Hub (HUBG) posted Change in Receivables of $51.4 million for Q3 2025, up 285.51% on a QoQ basis from -$27.7 million in Q2 2025, and up 814.98% year-over-year from $5.6 million in Q3 2024.
Hub (HUBG) Change in Receivables (2009 - 2025) Analysis & Trends
Hub has reported Change in Receivables for 17 years, with the latest figure at $51.4 million in Q3 2025.
- On a quarterly basis, Change in Receivables rose 814.98% year-over-year to $51.4 million in Q3 2025; TTM through Sep 2025 was -$575000.0, a 99.32% increase from a year earlier, with the FY2024 full-year figure at -$33.6 million, up 76.81% from the prior year.
- Change in Receivables was $51.4 million for Q3 2025 at Hub, up from -$27.7 million in the prior quarter.
- The five-year high for Change in Receivables was $80.0 million in Q3 2021, with the low at -$84.3 million in Q2 2023.
- Average Change in Receivables over 5 years is -$3.2 million, with a median of -$8.4 million recorded in 2021.
- The largest YoY upside for Change in Receivables was 878.26% in 2022 against a maximum downside of 515.7% in 2022.
- Over 5 years, Change in Receivables stood at $15.5 million in 2021, then tumbled by 515.7% to -$64.3 million in 2022, then rose by 4.46% to -$61.4 million in 2023, then surged by 82.61% to -$10.7 million in 2024, then jumped by 580.83% to $51.4 million in 2025.
- The last three Change in Receivables figures came in at $51.4 million (Q3 2025), -$27.7 million (Q2 2025), and -$13.6 million (Q1 2025), per Business Quant data.
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 |
|---|---|
| Sep 30, 2025 | 51.36 Mn |
| Jun 30, 2025 | -27.68 Mn |
| Mar 31, 2025 | -13.57 Mn |
| Dec 31, 2024 | -10.68 Mn |
| Sep 30, 2024 | -7.18 Mn |
| Jun 30, 2024 | -6.13 Mn |
| Mar 31, 2024 | -9.65 Mn |
| Dec 31, 2023 | -61.42 Mn |
| Sep 30, 2023 | 19.61 Mn |
| Jun 30, 2023 | -84.32 Mn |
| Mar 31, 2023 | -18.95 Mn |
| Dec 31, 2022 | -64.29 Mn |
| Sep 30, 2022 | -37.77 Mn |
| Jun 30, 2022 | 28.48 Mn |
| Mar 31, 2022 | 65.29 Mn |
| Dec 31, 2021 | 15.47 Mn |
| Sep 30, 2021 | 80.01 Mn |
| Jun 30, 2021 | 28.48 Mn |
| Mar 31, 2021 | -8.39 Mn |
| Dec 31, 2020 | -58.70 Mn |
Hub 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=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "ticker": "HUBG", "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=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();