Foster L B (FSTR) Net Income towards Common Stockholders (2010 - 2026)
Foster L B's (FSTR) quarterly Net Income towards Common Stockholders came in at $3.1 million in Q2 2026, up 9.72% on a YoY basis from $2.8 million in Q2 2025, and up 108.78% quarter-over-quarter from $1.5 million in Q1 2026.
Foster L B (FSTR) Net Income towards Common Stockholders (2010 - 2026) Analysis & Trends
Foster L B (FSTR) has reported Net Income towards Common Stockholders for 17 consecutive years, with $3.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income towards Common Stockholders rose 9.72% year-over-year to $3.1 million; the trailing twelve-month figure through Jun 2026 stood at $11.3 million (down 68.9% YoY), and the FY2025 full-year result was $7.4 million, down 82.68% from the prior year.
- Net Income towards Common Stockholders improved to $3.1 million in Q2 2026 per FSTR's latest filing, from $1.5 million in the prior quarter.
- Across five years, Net Income towards Common Stockholders topped out at $35.9 million in Q3 2024 and bottomed at -$44.0 million in Q4 2022.
- Historically, Net Income towards Common Stockholders has averaged $582833.3 across 5 years, with a median of $1.7 million in 2022.
- The sharpest annual moves came in 2022 and 2024: Net Income towards Common Stockholders sank 12353.82% in 2022, then soared 7930.87% in 2024.
- Over 5 years, Net Income towards Common Stockholders stood at -$44.0 million in 2022, then surged by 98.93% to -$470000.0 in 2023, then soared by 41.06% to -$277000.0 in 2024, then jumped by 956.32% to $2.4 million in 2025, then surged by 31.32% to $3.1 million in 2026.
- According to Business Quant data, Net Income towards Common Stockholders over the past three periods registered $3.1 million, $1.5 million, and $2.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 396.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 73.80 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 98.30 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 86.50 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | 12.40 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 3.12 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | -884,172.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.12 Mn |
| Mar 31, 2026 | 1.49 Mn |
| Dec 31, 2025 | 2.37 Mn |
| Sep 30, 2025 | 4.33 Mn |
| Jun 30, 2025 | 2.84 Mn |
| Mar 31, 2025 | -2.12 Mn |
| Dec 31, 2024 | -277,000.00 |
| Sep 30, 2024 | 35.90 Mn |
| Jun 30, 2024 | 2.82 Mn |
| Mar 31, 2024 | 4.41 Mn |
| Dec 31, 2023 | -470,000.00 |
| Sep 30, 2023 | 447,000.00 |
| Jun 30, 2023 | 3.49 Mn |
| Mar 31, 2023 | -2.17 Mn |
| Dec 31, 2022 | -43.96 Mn |
| Sep 30, 2022 | -2.11 Mn |
| Jun 30, 2022 | 1.98 Mn |
| Mar 31, 2022 | -1.59 Mn |
| Dec 31, 2021 | -353,000.00 |
| Sep 30, 2021 | 2.31 Mn |
Foster L B Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=FSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=FSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();