Landstar System (LSTR) Income from Discontinued Operations (2013)
Landstar System's (LSTR) quarterly Income from Discontinued Operations came in at $54.5 million in Q4 2013, up 4575.56% quarter-over-quarter from $1.2 million in Q3 2013.
Landstar System (LSTR) Income from Discontinued Operations (2013) Analysis & Trends
Landstar System has disclosed Income from Discontinued Operations across 1 years of filings, most recently posting $54.5 million for Q4 2013.
- In Q4 2013, Income from Discontinued Operations changed N/A year-over-year to $54.5 million; the TTM figure through Dec 2013 stood at $57.6 million (changed N/A YoY), while the FY2013 annual figure was $58.8 million, up 1049.36% from the prior year.
- Income from Discontinued Operations came in at $54.5 million for Q4 2013 at Landstar System, up from $1.2 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $54.5 million in Q4 2013 to a low of $934000.0 in Q2 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | - |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | - |
| 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 | - |
| 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 | - |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 28, 2013 | 54.52 Mn |
| Sep 28, 2013 | 1.17 Mn |
| Jun 29, 2013 | 934,000.00 |
| Mar 30, 2013 | 1.03 Mn |
Landstar System Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=LSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=LSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();