Landstar System (LSTR) Cash from Financing Activities (2009 - 2026)
Landstar System's (LSTR) quarterly Cash from Financing Activities came in at -$5.6 million in Q2 2026, up 91.44% year-over-year from -$2.9 million in Q2 2025, and up 95.11% quarter-over-quarter from -$114.9 million in Q1 2026.
Landstar System (LSTR) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Landstar System has disclosed Cash from Financing Activities across 18 years of filings, most recently posting -$5.6 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities rose 91.44% year-over-year to -$5.6 million; the TTM figure through Jun 2026 stood at -$243.5 million (up 14.48% YoY), while the FY2025 annual figure was -$343.1 million, down 44.58% from the prior year.
- Cash from Financing Activities came in at -$5.6 million for Q2 2026 at Landstar System, up from -$114.9 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of -$5.6 million in Q2 2026 to a low of -$174.8 million in Q2 2022.
- Average Cash from Financing Activities over 5 years is -$79.1 million, with a median of -$67.6 million recorded in 2024.
- Year-over-year, Cash from Financing Activities tumbled 348.31% in 2022 and jumped 91.44% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$25.5 million in 2022, then tumbled by 77.24% to -$45.2 million in 2023, then soared by 70.58% to -$13.3 million in 2024, then plunged by 273.74% to -$49.7 million in 2025, then surged by 88.69% to -$5.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$5.6 million in Q2 2026, -$114.9 million in Q1 2026, and -$49.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -1.41 Bn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | -474.32 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 55.79 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 104.00 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | -373.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -5.62 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | -36.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 46.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 15.29 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 653,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -5.62 Mn |
| Mar 28, 2026 | -114.94 Mn |
| Dec 27, 2025 | -49.67 Mn |
| Sep 27, 2025 | -73.25 Mn |
| Jun 28, 2025 | -65.62 Mn |
| Mar 29, 2025 | -154.60 Mn |
| Dec 28, 2024 | -13.29 Mn |
| Sep 28, 2024 | -51.17 Mn |
| Jun 29, 2024 | -69.48 Mn |
| Mar 30, 2024 | -103.40 Mn |
| Dec 30, 2023 | -45.18 Mn |
| Sep 30, 2023 | -30.36 Mn |
| Jul 1, 2023 | -29.97 Mn |
| Apr 1, 2023 | -142.47 Mn |
| Dec 31, 2022 | -25.49 Mn |
| Sep 24, 2022 | -111.46 Mn |
| Jun 25, 2022 | -174.77 Mn |
| Mar 26, 2022 | -163.97 Mn |
| Dec 25, 2021 | -65.58 Mn |
| Sep 25, 2021 | -24.86 Mn |
Landstar System Cash from Financing Activities 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-from-financing-activities&ticker=LSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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-from-financing-activities&ticker=LSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();