Hub (HUBG) Total Non-Current Liabilities (2009 - 2025)
Hub (HUBG) posted Total Non-Current Liabilities of $1.1 billion for Q3 2025, up 6.95% on a QoQ basis from $1.0 billion in Q2 2025, and down 5.08% year-over-year from $1.2 billion in Q3 2024.
Hub (HUBG) Total Non-Current Liabilities (2009 - 2025) Analysis & Trends
Hub has reported Total Non-Current Liabilities for 17 years, with the latest figure at $1.1 billion in Q3 2025.
- On a quarterly basis, Total Non-Current Liabilities fell 5.08% year-over-year to $1.1 billion in Q3 2025; TTM through Sep 2025 was $1.1 billion, a 5.08% decrease from a year earlier, with the FY2024 full-year figure at $1.1 billion, down 9.69% from the prior year.
- Total Non-Current Liabilities was $1.1 billion for Q3 2025 at Hub, up from $1.0 billion in the prior quarter.
- The five-year high for Total Non-Current Liabilities was $1.2 billion in Q4 2023, with the low at $936.3 million in Q2 2021.
- Average Total Non-Current Liabilities over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Total Non-Current Liabilities gained 19.92% in 2022, then fell 12.2% in 2025.
- Over 5 years, Total Non-Current Liabilities stood at $1.1 billion in 2021, then gained by 10.57% to $1.2 billion in 2022, then rose by 6.78% to $1.2 billion in 2023, then declined by 9.69% to $1.1 billion in 2024, then slipped by 2.84% to $1.1 billion in 2025.
- The last three Total Non-Current Liabilities figures came in at $1.1 billion (Q3 2025), $1.0 billion (Q2 2025), and $1.1 billion (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 852.28 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | - |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 4.18 Bn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 6.28 Bn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 11.26 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 807.12 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 5.23 Bn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 726.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 1.09 Bn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 264.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 1.09 Bn |
| Jun 30, 2025 | 1.02 Bn |
| Mar 31, 2025 | 1.08 Bn |
| Dec 31, 2024 | 1.13 Bn |
| Sep 30, 2024 | 1.15 Bn |
| Jun 30, 2024 | 1.16 Bn |
| Mar 31, 2024 | 1.22 Bn |
| Dec 31, 2023 | 1.25 Bn |
| Sep 30, 2023 | 1.24 Bn |
| Jun 30, 2023 | 1.14 Bn |
| Mar 31, 2023 | 1.18 Bn |
| Dec 31, 2022 | 1.17 Bn |
| Sep 30, 2022 | 1.19 Bn |
| Jun 30, 2022 | 1.10 Bn |
| Mar 31, 2022 | 1.08 Bn |
| Dec 31, 2021 | 1.06 Bn |
| Sep 30, 2021 | 992.84 Mn |
| Jun 30, 2021 | 936.34 Mn |
| Mar 31, 2021 | 937.18 Mn |
| Dec 31, 2020 | 904.56 Mn |
Hub Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();