Foster L B (FSTR) Income from Discontinued Operations (2011 - 2021)
Foster L B's (FSTR) quarterly Income from Discontinued Operations came in at $72000.0 in Q3 2021, up 100.53% on a YoY basis from $35904.1 in Q3 2020, and up 117.39% quarter-over-quarter from -$414000.0 in Q4 2020.
Foster L B (FSTR) Income from Discontinued Operations (2011 - 2021) Analysis & Trends
Foster L B (FSTR) has reported Income from Discontinued Operations for 7 consecutive years, with $72000.0 the latest figure, recorded in Q3 2021.
- For the quarter ending Q3 2021, Income from Discontinued Operations rose 100.53% year-over-year to $72000.0; the trailing twelve-month figure through Dec 2022 stood at $72000.0 (changed 0.0% YoY), and the FY2021 full-year result was $72000.0, up 100.3% from the prior year.
- Income from Discontinued Operations improved to $72000.0 in Q3 2021 per FSTR's latest filing, from -$414000.0 in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $72000.0 in Q3 2021 and bottomed at -$13.5 million in Q3 2020.
- Historically, Income from Discontinued Operations has averaged -$4.2 million across 3 years, with a median of -$2.6 million in 2020.
- The sharpest annual moves came in 2020 and 2021: Income from Discontinued Operations sank 813.76% in 2020, then jumped 100.53% in 2021.
- Over 3 years, Income from Discontinued Operations stood at -$3.8 million in 2019, then surged by 89.04% to -$414000.0 in 2020, then jumped by 117.39% to $72000.0 in 2021.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered $72000.0, -$414000.0, and -$13.5 million for Q3 2021, Q4 2020, and Q3 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | - |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | - |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -3.90 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | - |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | - |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | - |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 72,000.00 |
| Dec 31, 2020 | -414,000.00 |
| Sep 30, 2020 | -13.48 Mn |
| Jun 30, 2020 | -7.46 Mn |
| Mar 31, 2020 | -2.63 Mn |
| Dec 31, 2019 | -3.78 Mn |
| Sep 30, 2019 | -1.48 Mn |
| Dec 31, 2014 | -9,000.00 |
| Sep 30, 2014 | -3,000.00 |
| Jun 30, 2014 | 14,000.00 |
| Jun 30, 2013 | 38,000.00 |
| Mar 31, 2013 | -24,000.00 |
| Dec 31, 2012 | 22,000.00 |
| Sep 30, 2012 | -238,000.00 |
| Jun 30, 2012 | 1.25 Mn |
| Mar 31, 2012 | 390,000.00 |
| Dec 31, 2011 | 286,000.00 |
| Sep 30, 2011 | 389,000.00 |
| Jun 30, 2011 | 229,000.00 |
| Mar 31, 2011 | -76,000.00 |
Foster L B 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=FSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "FSTR", "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=FSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();