FreightCar America (RAIL) Income from Continuing Operations (2010 - 2025)
FreightCar America's (RAIL) quarterly Income from Continuing Operations came in at -$7.4 million in Q3 2025, up 93.05% year-over-year from -$3.9 million in Q3 2024, and down 163.75% quarter-over-quarter from $11.7 million in Q2 2025.
FreightCar America (RAIL) Income from Continuing Operations (2010 - 2025) Analysis & Trends
FreightCar America (RAIL) has reported Income from Continuing Operations for 16 consecutive years, with -$7.4 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Income from Continuing Operations rose 93.05% year-over-year to -$7.4 million in Q3 2025; TTM through Sep 2025 was $89.3 million, a 178.07% increase from a year earlier, with the FY2024 full-year figure at -$75.8 million, down 207.16% from the prior year.
- Income from Continuing Operations was -$7.4 million for Q3 2025 at FreightCar America, down from $11.7 million in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $50.4 million in Q1 2025 and troughed at -$107.0 million in Q3 2024.
- A 5-year average of -$6.6 million and a median of -$4.2 million in 2021 frame the typical range for Income from Continuing Operations.
- The widest YoY moves for Income from Continuing Operations: up 976.53% in 2024, down 3452.52% in 2024.
- Over 5 years, Income from Continuing Operations stood at $1.0 million in 2021, then sank by 1047.13% to -$9.7 million in 2022, then surged by 59.47% to -$4.0 million in 2023, then surged by 976.53% to $34.6 million in 2024, then plunged by 121.5% to -$7.4 million in 2025.
- The last three Income from Continuing Operations figures came in at -$7.4 million (Q3 2025), $11.7 million (Q2 2025), and $50.4 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (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 | 102.20 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 105.66 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 |
|---|---|
| Sep 30, 2025 | -7.45 Mn |
| Jun 30, 2025 | 11.68 Mn |
| Mar 31, 2025 | 50.45 Mn |
| Dec 31, 2024 | 34.62 Mn |
| Sep 30, 2024 | -107.05 Mn |
| Jun 30, 2024 | 8.18 Mn |
| Mar 31, 2024 | -11.57 Mn |
| Dec 31, 2023 | -3.95 Mn |
| Sep 30, 2023 | 3.19 Mn |
| Jun 30, 2023 | -18.89 Mn |
| Mar 31, 2023 | -5.04 Mn |
| Dec 31, 2022 | -9.75 Mn |
| Sep 30, 2022 | -17.81 Mn |
| Jun 30, 2022 | 14.54 Mn |
| Mar 31, 2022 | -25.85 Mn |
| Dec 31, 2021 | 1.03 Mn |
| Sep 30, 2021 | 731,000.00 |
| Jun 30, 2021 | -4.21 Mn |
| Mar 31, 2021 | -39.13 Mn |
| Dec 31, 2020 | -14.64 Mn |
FreightCar America Income from Continuing 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-continuing-operations&ticker=RAIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "ticker": "RAIL", "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-continuing-operations&ticker=RAIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();