Hub (HUBG) Buildings (2010 - 2012)
Hub (HUBG) posted Buildings of $72000.0 for Q4 2012, little changed on a QoQ basis from $72000.0 in Q4 2011, and little changed year-over-year from $72000.0 in Q1 2012.
Hub (HUBG) Buildings (2010 - 2012) Analysis & Trends
Hub has reported Buildings for 3 years, with the latest figure at $72000.0 in Q4 2012.
- On a quarterly basis, Buildings changed 0.0% year-over-year to $72000.0 in Q4 2012; TTM through Dec 2012 was $72000.0, a 0.0% change from a year earlier, with the FY2012 full-year figure at $72000.0, changed 0.0% from the prior year.
- Buildings was $72000.0 for Q4 2012 at Hub, roughly flat from $72000.0 in the prior quarter.
- The five-year high for Buildings was $72000.0 in Q4 2010, with the low at $72000.0 in Q4 2010.
- Average Buildings over 3 years is $72000.0, with a median of $72000.0 recorded in 2010.
- The largest YoY upside for Buildings was 0.0% in 2011 against a maximum downside of 0.0% in 2011.
- Over 3 years, Buildings stood at $72000.0 in 2010, then changed by 0.0% to $72000.0 in 2011, then changed by 0.0% to $72000.0 in 2012.
- The last three Buildings figures came in at $72000.0 (Q4 2012), $72000.0 (Q4 2011), and $72000.0 (Q4 2010), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | 72,000.00 |
| Dec 31, 2011 | 72,000.00 |
| Dec 31, 2010 | 72,000.00 |
Hub Buildings 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=buildings&ticker=HUBG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=HUBG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();