Hub (HUBG) Income from Non-Controlling Interests (2024 - 2025)
Hub (HUBG) posted Income from Non-Controlling Interests of $374000.0 for Q3 2025, up 273.15% on a QoQ basis from -$216000.0 in Q2 2025.
Hub (HUBG) Income from Non-Controlling Interests (2024 - 2025) Analysis & Trends
Hub has reported Income from Non-Controlling Interests for 2 years, with the latest figure at $374000.0 in Q3 2025.
- On a quarterly basis, Income from Non-Controlling Interests changed N/A year-over-year to $374000.0 in Q3 2025; TTM through Sep 2025 was $555000.0, a N/A change from a year earlier, with the FY2024 full-year figure at $50000.0, changed N/A from the prior year.
- Income from Non-Controlling Interests was $374000.0 for Q3 2025 at Hub, up from -$216000.0 in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $374000.0 in Q3 2025, with the low at -$216000.0 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | -1.01 Mn |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | 1.03 Mn |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | - |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | 100,000.00 |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | - |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | 2.00 Mn |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | - |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | 374,000.00 |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 374,000.00 |
| Jun 30, 2025 | -216,000.00 |
| Mar 31, 2025 | 347,000.00 |
| Dec 31, 2024 | 50,000.00 |
Hub Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();