Hub (HUBG) Change in Accured Expenses (2009 - 2025)
Hub (HUBG) posted Change in Accured Expenses of $3.4 million for Q3 2025, up 208.34% on a QoQ basis from -$3.1 million in Q2 2025, and up 194.42% year-over-year from $1.1 million in Q3 2024.
Hub (HUBG) Change in Accured Expenses (2009 - 2025) Analysis & Trends
Hub has reported Change in Accured Expenses for 17 years, with the latest figure at $3.4 million in Q3 2025.
- On a quarterly basis, Change in Accured Expenses rose 194.42% year-over-year to $3.4 million in Q3 2025; TTM through Sep 2025 was -$26.7 million, a 2.78% increase from a year earlier, with the FY2024 full-year figure at -$26.6 million, up 58.12% from the prior year.
- Change in Accured Expenses was $3.4 million for Q3 2025 at Hub, up from -$3.1 million in the prior quarter.
- The five-year high for Change in Accured Expenses was $35.1 million in Q3 2021, with the low at -$40.1 million in Q1 2023.
- Average Change in Accured Expenses over 5 years is -$1.7 million, with a median of -$3.1 million recorded in 2025.
- The sharpest annual moves came in 2021 and 2023: Change in Accured Expenses surged 517.87% in 2021, then tumbled 661.92% in 2023.
- Over 5 years, Change in Accured Expenses stood at -$23.7 million in 2021, then soared by 169.29% to $16.4 million in 2022, then slumped by 205.68% to -$17.4 million in 2023, then climbed by 4.86% to -$16.5 million in 2024, then soared by 120.35% to $3.4 million in 2025.
- The last three Change in Accured Expenses figures came in at $3.4 million (Q3 2025), -$3.1 million (Q2 2025), and -$10.4 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 33.19 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 441.27 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 9.13 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 | -46.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 5.46 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 3.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 35.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 3.37 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -2.83 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 3.37 Mn |
| Jun 30, 2025 | -3.11 Mn |
| Mar 31, 2025 | -10.45 Mn |
| Dec 31, 2024 | -16.54 Mn |
| Sep 30, 2024 | -3.56 Mn |
| Jun 30, 2024 | -18.00 Mn |
| Mar 31, 2024 | 11.46 Mn |
| Dec 31, 2023 | -17.38 Mn |
| Sep 30, 2023 | 1.46 Mn |
| Jun 30, 2023 | -7.64 Mn |
| Mar 31, 2023 | -40.07 Mn |
| Dec 31, 2022 | 16.45 Mn |
| Sep 30, 2022 | 17.91 Mn |
| Jun 30, 2022 | 16.12 Mn |
| Mar 31, 2022 | 7.13 Mn |
| Dec 31, 2021 | -23.74 Mn |
| Sep 30, 2021 | 35.08 Mn |
| Jun 30, 2021 | -20.35 Mn |
| Mar 31, 2021 | 18.70 Mn |
| Dec 31, 2020 | 13.43 Mn |
Hub Change in Accured Expenses 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-accured-expenses&ticker=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();