Hub (HUBG) Cash from Investing Activities (2009 - 2025)
Hub (HUBG) posted Cash from Investing Activities of -$60.6 million for Q3 2025, down 458.21% on a QoQ basis from -$10.9 million in Q2 2025, and down 665.06% year-over-year from $10.7 million in Q3 2024.
Hub (HUBG) Cash from Investing Activities (2009 - 2025) Analysis & Trends
Hub has reported Cash from Investing Activities for 17 years, with the latest figure at -$60.6 million in Q3 2025.
- On a quarterly basis, Cash from Investing Activities fell 665.06% year-over-year to -$60.6 million in Q3 2025; TTM through Sep 2025 was -$110.6 million, a 65.16% increase from a year earlier, with the FY2024 full-year figure at -$53.3 million, up 85.71% from the prior year.
- Cash from Investing Activities was -$60.6 million for Q3 2025 at Hub, down from -$10.9 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $5.4 million in Q1 2021, with the low at -$287.8 million in Q4 2023.
- Average Cash from Investing Activities over 5 years is -$52.8 million, with a median of -$24.5 million recorded in 2022.
- The largest YoY upside for Cash from Investing Activities was 121.67% in 2021 against a maximum downside of 787.88% in 2021.
- Over 5 years, Cash from Investing Activities stood at -$156.5 million in 2021, then surged by 66.43% to -$52.5 million in 2022, then tumbled by 447.78% to -$287.8 million in 2023, then soared by 91.8% to -$23.6 million in 2024, then slumped by 156.86% to -$60.6 million in 2025.
- The last three Cash from Investing Activities figures came in at -$60.6 million (Q3 2025), -$10.9 million (Q2 2025), and -$15.6 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -925.15 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 9.37 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | -97.03 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | -445.50 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | -267.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -2.36 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | -64.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -12.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | -60.62 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -5.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -60.62 Mn |
| Jun 30, 2025 | -10.86 Mn |
| Mar 31, 2025 | -15.57 Mn |
| Dec 31, 2024 | -23.60 Mn |
| Sep 30, 2024 | -7.92 Mn |
| Jun 30, 2024 | -7.72 Mn |
| Mar 31, 2024 | -14.08 Mn |
| Dec 31, 2023 | -287.81 Mn |
| Sep 30, 2023 | -34.96 Mn |
| Jun 30, 2023 | -33.83 Mn |
| Mar 31, 2023 | -16.57 Mn |
| Dec 31, 2022 | -52.54 Mn |
| Sep 30, 2022 | -158.97 Mn |
| Jun 30, 2022 | -42.88 Mn |
| Mar 31, 2022 | -24.48 Mn |
| Dec 31, 2021 | -156.53 Mn |
| Sep 30, 2021 | -47.09 Mn |
| Jun 30, 2021 | -11.93 Mn |
| Mar 31, 2021 | 5.41 Mn |
| Dec 31, 2020 | -142.81 Mn |
Hub Cash from Investing Activities 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=cash-from-investing-activities&ticker=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();