Landstar System (LSTR) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Landstar System (LSTR) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | 16.63% |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | -15.32% |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | -9.73% |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | 6.63% |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | -6.54% |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | 36.11% |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | -50.54% |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | -17.34% |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | 58.74% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -6.54% |
| Mar 28, 2026 | 1.19% |
| Dec 27, 2025 | 5.32% |
| Sep 27, 2025 | 28.27% |
| Jun 28, 2025 | 66.22% |
| Mar 29, 2025 | 41.92% |
| Dec 28, 2024 | 33.69% |
| Sep 28, 2024 | 26.69% |
| Jun 29, 2024 | 32.95% |
| Mar 30, 2024 | 28.70% |
| Dec 30, 2023 | 24.49% |
| Sep 30, 2023 | 26.24% |
| Jul 1, 2023 | 13.67% |
| Apr 1, 2023 | 24.38% |
| Dec 31, 2022 | 2.05% |
| Sep 24, 2022 | -14.50% |
| Jun 25, 2022 | -32.13% |
| Mar 26, 2022 | -17.98% |
| Dec 25, 2021 | 2.57% |
| Sep 25, 2021 | 2.52% |
API Access
Landstar System Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=LSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=LSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();