Hub (HUBG) Invested Capital (2013 - 2025)
Hub (HUBG) posted Invested Capital of $2.0 billion for Q3 2025, up 2.68% on a QoQ basis from $2.0 billion in Q2 2025, and up 5.08% year-over-year from $1.9 billion in Q3 2024.
Hub (HUBG) Invested Capital (2013 - 2025) Analysis & Trends
Hub has reported Invested Capital for 13 years, with the latest figure at $2.0 billion in Q3 2025.
- On a quarterly basis, Invested Capital rose 5.08% year-over-year to $2.0 billion in Q3 2025; TTM through Sep 2025 was $2.0 billion, a 5.08% increase from a year earlier, with the FY2024 full-year figure at $2.0 billion, down 1.46% from the prior year.
- Invested Capital was $2.0 billion for Q3 2025 at Hub, up from $2.0 billion in the prior quarter.
- The five-year high for Invested Capital was $2.1 billion in Q1 2023, with the low at $1.5 billion in Q1 2021.
- Average Invested Capital over 5 years is $1.9 billion, with a median of $1.9 billion recorded in 2025.
- The sharpest annual moves came in 2022 and 2025: Invested Capital gained 26.04% in 2022, then dropped 5.47% in 2025.
- Over 5 years, Invested Capital stood at $1.6 billion in 2021, then rose by 20.25% to $1.9 billion in 2022, then gained by 2.23% to $2.0 billion in 2023, then retreated by 1.46% to $2.0 billion in 2024, then rose by 2.77% to $2.0 billion in 2025.
- The last three Invested Capital figures came in at $2.0 billion (Q3 2025), $2.0 billion (Q2 2025), and $1.9 billion (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 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 | 3.31 Bn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 8.52 Bn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 10.34 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 908.58 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 6.23 Bn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 2.00 Bn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 2.01 Bn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 677.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 2.01 Bn |
| Jun 30, 2025 | 1.96 Bn |
| Mar 31, 2025 | 1.95 Bn |
| Dec 31, 2024 | 1.96 Bn |
| Sep 30, 2024 | 1.91 Bn |
| Jun 30, 2024 | 2.06 Bn |
| Mar 31, 2024 | 2.06 Bn |
| Dec 31, 2023 | 1.99 Bn |
| Sep 30, 2023 | 1.98 Bn |
| Jun 30, 2023 | 2.05 Bn |
| Mar 31, 2023 | 2.09 Bn |
| Dec 31, 2022 | 1.94 Bn |
| Sep 30, 2022 | 1.94 Bn |
| Jun 30, 2022 | 1.92 Bn |
| Mar 31, 2022 | 1.80 Bn |
| Dec 31, 2021 | 1.62 Bn |
| Sep 30, 2021 | 1.61 Bn |
| Jun 30, 2021 | 1.52 Bn |
| Mar 31, 2021 | 1.51 Bn |
| Dec 31, 2020 | 1.43 Bn |
Hub Invested Capital 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=invested-capital&ticker=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();