Hub (HUBG) Change in Account Payables (2009 - 2025)
Hub (HUBG) posted Change in Account Payables of $6.7 million for Q3 2025, up 122.11% on a QoQ basis from -$30.2 million in Q2 2025, and up 143.75% year-over-year from $2.7 million in Q3 2024.
Hub (HUBG) Change in Account Payables (2009 - 2025) Analysis & Trends
Hub has reported Change in Account Payables for 17 years, with the latest figure at $6.7 million in Q3 2025.
- On a quarterly basis, Change in Account Payables rose 143.75% year-over-year to $6.7 million in Q3 2025; TTM through Sep 2025 was -$81.4 million, a 182.47% decrease from a year earlier, with the FY2024 full-year figure at -$73.9 million, down 6182.06% from the prior year.
- Change in Account Payables was $6.7 million for Q3 2025 at Hub, up from -$30.2 million in the prior quarter.
- The five-year high for Change in Account Payables was $55.6 million in Q3 2023, with the low at -$67.9 million in Q4 2022.
- Average Change in Account Payables over 5 years is -$6.3 million, with a median of -$4.4 million recorded in 2022.
- The sharpest annual moves came in 2021 and 2024: Change in Account Payables soared 335.16% in 2021, then tumbled 6448.64% in 2024.
- Over 5 years, Change in Account Payables stood at -$3.5 million in 2021, then slumped by 1863.41% to -$67.9 million in 2022, then soared by 101.03% to $699000.0 in 2023, then sank by 6448.64% to -$44.4 million in 2024, then soared by 115.03% to $6.7 million in 2025.
- The last three Change in Account Payables figures came in at $6.7 million (Q3 2025), -$30.2 million (Q2 2025), and -$13.5 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | - |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | - |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | 315.91 Mn |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | - |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | 8.00 Mn |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | 72.13 Mn |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | -5.00 Mn |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | 130.00 Mn |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | 6.67 Mn |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 6.67 Mn |
| Jun 30, 2025 | -30.17 Mn |
| Mar 31, 2025 | -13.53 Mn |
| Dec 31, 2024 | -44.38 Mn |
| Sep 30, 2024 | -15.25 Mn |
| Jun 30, 2024 | 10.49 Mn |
| Mar 31, 2024 | -24.76 Mn |
| Dec 31, 2023 | 699,000.00 |
| Sep 30, 2023 | 55.60 Mn |
| Jun 30, 2023 | -37.38 Mn |
| Mar 31, 2023 | -17.71 Mn |
| Dec 31, 2022 | -67.93 Mn |
| Sep 30, 2022 | -24.55 Mn |
| Jun 30, 2022 | -4.39 Mn |
| Mar 31, 2022 | 7.77 Mn |
| Dec 31, 2021 | -3.46 Mn |
| Sep 30, 2021 | 10.59 Mn |
| Jun 30, 2021 | 34.49 Mn |
| Mar 31, 2021 | 36.82 Mn |
| Dec 31, 2020 | -55.96 Mn |
Hub Change in Account Payables 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-account-payables&ticker=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();