Hub (HUBG) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2025)
Analysis
Hub (HUBG) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | 11.08% |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | -3.02% |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | -12.00% |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | 12.26% |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | -5.22% |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | 9.33% |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | 2.79% |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | 0.39% |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | 11.05% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 0.39% |
| Jun 30, 2025 | 0.59% |
| Mar 31, 2025 | 2.00% |
| Dec 31, 2024 | 2.78% |
| Sep 30, 2024 | 3.90% |
| Jun 30, 2024 | 6.32% |
| Mar 31, 2024 | 6.59% |
| Dec 31, 2023 | 5.66% |
| Sep 30, 2023 | 7.32% |
| Jun 30, 2023 | 6.35% |
| Mar 31, 2023 | 5.13% |
| Dec 31, 2022 | 5.72% |
| Sep 30, 2022 | 4.73% |
| Jun 30, 2022 | 3.06% |
| Mar 31, 2022 | 1.31% |
| Dec 31, 2021 | -0.02% |
| Sep 30, 2021 | -0.07% |
| Jun 30, 2021 | 0.71% |
| Mar 31, 2021 | 4.16% |
| Dec 31, 2020 | 6.14% |
API Access
Hub Property, Plant & Equipment (Net) Growth (3y) 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=property-plant-and-equipment-net-growth-3y&ticker=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "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=property-plant-and-equipment-net-growth-3y&ticker=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();