Ryder System (R) Buildings (2010 - 2019)
Ryder System (R) posted Buildings of $904.6 million for Q4 2019, up 0.91% on a QoQ basis from $896.4 million in Q4 2018, and up 0.91% year-over-year from $896.4 million in Q4 2018.
Ryder System (R) Buildings (2010 - 2019) Analysis & Trends
Ryder System has reported Buildings for 10 years, with the latest figure at $904.6 million in Q4 2019.
- On a quarterly basis, Buildings rose 0.91% year-over-year to $904.6 million in Q4 2019; TTM through Dec 2019 was $904.6 million, a 0.91% increase from a year earlier, with the FY2019 full-year figure at $904.6 million, up 0.91% from the prior year.
- Buildings was $904.6 million for Q4 2019 at Ryder System, up from $896.4 million in the prior quarter.
- The five-year high for Buildings was $904.6 million in Q4 2019, with the low at $776.3 million in Q4 2015.
- Average Buildings over 5 years is $841.8 million, with a median of $822.9 million recorded in 2017.
- The sharpest annual moves came in 2018 and 2019: Buildings grew 8.93% in 2018, then gained 0.91% in 2019.
- Over 5 years, Buildings stood at $776.3 million in 2015, then gained by 4.2% to $808.9 million in 2016, then advanced by 1.73% to $822.9 million in 2017, then rose by 8.93% to $896.4 million in 2018, then rose by 0.91% to $904.6 million in 2019.
- The last three Buildings figures came in at $904.6 million (Q4 2019), $896.4 million (Q4 2018), and $822.9 million (Q4 2017), 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, 2019 | 904.57 Mn |
| Dec 31, 2018 | 896.39 Mn |
| Dec 31, 2017 | 822.93 Mn |
| Dec 31, 2016 | 808.91 Mn |
| Dec 31, 2015 | 776.30 Mn |
| Dec 31, 2014 | 766.36 Mn |
| Dec 31, 2013 | 715.97 Mn |
| Dec 31, 2012 | 716.74 Mn |
| Dec 31, 2011 | 699.81 Mn |
| Dec 31, 2010 | 695.81 Mn |
Ryder System 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=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "ticker": "R", "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=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();