C. H. Robinson Worldwide (CHRW) Selling, General & Administrative (2012 - 2018)
Analysis
C. H. Robinson Worldwide (CHRW) Selling, General & Administrative (2012 - 2018) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 108.32 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 | 210.80 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 390.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 68.19 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 295.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 211.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 27.13 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 28.01 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2018 | 106.04 Mn |
| Sep 30, 2017 | 106.18 Mn |
| Jun 30, 2017 | 107.75 Mn |
| Mar 31, 2017 | 90.10 Mn |
| Sep 30, 2016 | 90.31 Mn |
| Jun 30, 2016 | 90.22 Mn |
| Mar 31, 2016 | 86.89 Mn |
| Sep 30, 2015 | 91.79 Mn |
| Jun 30, 2015 | 90.92 Mn |
| Mar 31, 2015 | 88.04 Mn |
| Sep 30, 2014 | 79.61 Mn |
| Jun 30, 2014 | 81.67 Mn |
| Mar 31, 2014 | 79.97 Mn |
| Sep 30, 2013 | 82.56 Mn |
| Jun 30, 2013 | 84.12 Mn |
| Mar 31, 2013 | 74.37 Mn |
| Sep 30, 2012 | 66.07 Mn |
| Jun 30, 2012 | 63.43 Mn |
| Mar 31, 2012 | 61.76 Mn |
API Access
C. H. Robinson Worldwide Selling, General & Administrative 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=selling-general-and-administrative&ticker=CHRW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "ticker": "CHRW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=selling-general-and-administrative&ticker=CHRW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();