Landstar System (LSTR) Wages, Salaries and Other (2010 - 2026)
Analysis
Landstar System (LSTR) Wages, Salaries and Other (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Wages (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 | 573.70 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 338.47 Mn |
| 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 | 109.44 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 | 143.09 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 109.44 Mn |
| Mar 28, 2026 | 92.14 Mn |
| Dec 27, 2025 | 95.87 Mn |
| Sep 27, 2025 | 98.69 Mn |
| Jun 28, 2025 | 99.52 Mn |
| Mar 29, 2025 | 93.31 Mn |
| Dec 28, 2024 | 96.95 Mn |
| Sep 28, 2024 | 98.70 Mn |
| Jun 29, 2024 | 99.82 Mn |
| Mar 30, 2024 | 97.28 Mn |
| Dec 30, 2023 | 99.27 Mn |
| Sep 30, 2023 | 115.24 Mn |
| Jul 1, 2023 | 122.48 Mn |
| Apr 1, 2023 | 125.68 Mn |
| Dec 31, 2022 | 149.11 Mn |
| Sep 24, 2022 | 154.13 Mn |
| Jun 25, 2022 | 161.86 Mn |
| Mar 26, 2022 | 149.78 Mn |
| Dec 25, 2021 | 150.21 Mn |
| Sep 25, 2021 | 135.30 Mn |
API Access
Landstar System Wages, Salaries and Other 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=wages-salaries-and-other&ticker=LSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "wages-salaries-and-other", "ticker": "LSTR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=wages-salaries-and-other&ticker=LSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();