Landstar System (LSTR) Change in Cash (2009 - 2026)
Landstar System's (LSTR) quarterly Change in Cash came in at -$59.1 million in Q2 2026, down 1.55% year-over-year from -$60.0 million in Q2 2025, and down 36.02% quarter-over-quarter from -$43.4 million in Q1 2026.
Landstar System (LSTR) Change in Cash (2009 - 2026) Analysis & Trends
Landstar System has disclosed Change in Cash across 18 years of filings, most recently posting -$59.1 million for Q2 2026.
- In Q2 2026, Change in Cash fell 1.55% year-over-year to -$59.1 million; the TTM figure through Jun 2026 stood at -$65.1 million (up 17.46% YoY), while the FY2025 annual figure was -$118.3 million, down 448.27% from the prior year.
- Change in Cash came in at -$59.1 million for Q2 2026 at Landstar System, down from -$43.4 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $161.8 million in Q4 2022 to a low of -$97.6 million in Q1 2025.
- Average Change in Cash over 5 years is $4.1 million, with a median of $8.7 million recorded in 2023.
- Year-over-year, Change in Cash jumped 1571.71% in 2022 and plunged 1051.07% in 2024.
- Over 5 years, Change in Cash stood at $161.8 million in 2022, then slumped by 74.42% to $41.4 million in 2023, then gained by 11.61% to $46.2 million in 2024, then slumped by 53.44% to $21.5 million in 2025, then slumped by 374.77% to -$59.1 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$59.1 million in Q2 2026, -$43.4 million in Q1 2026, and $21.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -1.75 Bn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | -285.05 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | -5.08 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | -203.70 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 37.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -59.08 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | -24.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -6.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | -17.10 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -3.65 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -59.08 Mn |
| Mar 28, 2026 | -43.44 Mn |
| Dec 27, 2025 | 21.50 Mn |
| Sep 27, 2025 | 15.95 Mn |
| Jun 28, 2025 | -58.18 Mn |
| Mar 29, 2025 | -97.60 Mn |
| Dec 28, 2024 | 46.19 Mn |
| Sep 28, 2024 | 30.77 Mn |
| Jun 29, 2024 | -29.61 Mn |
| Mar 30, 2024 | -13.37 Mn |
| Dec 30, 2023 | 41.38 Mn |
| Sep 30, 2023 | 79.13 Mn |
| Jul 1, 2023 | 19.54 Mn |
| Apr 1, 2023 | 1.41 Mn |
| Dec 31, 2022 | 161.79 Mn |
| Sep 24, 2022 | 99.58 Mn |
| Jun 25, 2022 | -69.19 Mn |
| Mar 26, 2022 | -72.16 Mn |
| Dec 25, 2021 | -10.99 Mn |
| Sep 25, 2021 | 44.16 Mn |
Landstar System Change in Cash 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=change-in-cash&ticker=LSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=LSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();