C. H. Robinson Worldwide (CHRW) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
C. H. Robinson Worldwide (CHRW) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 3.72 Bn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 451.09 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 108.49 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 1.61 Bn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 1.29 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 252.96 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 1.26 Bn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 126.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 764.39 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 94.52 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 108.49 Mn |
| Mar 31, 2026 | 111.11 Mn |
| Dec 31, 2025 | 116.36 Mn |
| Sep 30, 2025 | 120.73 Mn |
| Jun 30, 2025 | 122.95 Mn |
| Mar 31, 2025 | 123.04 Mn |
| Dec 31, 2024 | 127.19 Mn |
| Sep 30, 2024 | 132.63 Mn |
| Jun 30, 2024 | 139.64 Mn |
| Mar 31, 2024 | 143.50 Mn |
| Dec 31, 2023 | 144.72 Mn |
| Sep 30, 2023 | 150.86 Mn |
| Jun 30, 2023 | 159.22 Mn |
| Mar 31, 2023 | 160.86 Mn |
| Dec 31, 2022 | 159.43 Mn |
| Sep 30, 2022 | 158.71 Mn |
| Jun 30, 2022 | 155.83 Mn |
| Mar 31, 2022 | 139.93 Mn |
| Dec 31, 2021 | 139.83 Mn |
| Sep 30, 2021 | 177.42 Mn |
API Access
C. H. Robinson Worldwide Property, Plant & Equipment (Net) 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&ticker=CHRW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=CHRW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();