FreightCar America (RAIL) Profit After Tax (2010 - 2025)
FreightCar America's (RAIL) quarterly Profit After Tax 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) Profit After Tax (2010 - 2025) Analysis & Trends
FreightCar America (RAIL) has reported Profit After Tax for 16 consecutive years, with -$7.4 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Profit After Tax rose 93.05% year-over-year to -$7.4 million in Q3 2025; TTM through Sep 2025 was $89.3 million, a 178.82% increase from a year earlier, with the FY2024 full-year figure at -$75.8 million, down 221.41% from the prior year.
- Profit After Tax was -$7.4 million for Q3 2025 at FreightCar America, down from $11.7 million in the prior quarter.
- Over five years, Profit After Tax 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 Profit After Tax.
- The widest YoY moves for Profit After Tax: up 1312.29% in 2024, down 3452.52% in 2024.
- Over 5 years, Profit After Tax stood at $1.2 million in 2021, then sank by 935.45% to -$9.7 million in 2022, then surged by 70.66% to -$2.9 million in 2023, then surged by 1312.29% to $34.6 million in 2024, then plunged by 121.5% to -$7.4 million in 2025.
- The last three Profit After Tax 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) | PAT (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 | 111.00 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 | 18.90 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 | -886,480.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 | -2.86 Mn |
| Sep 30, 2023 | 3.19 Mn |
| Jun 30, 2023 | -18.89 Mn |
| Mar 31, 2023 | -5.04 Mn |
| Dec 31, 2022 | -9.73 Mn |
| Sep 30, 2022 | -17.81 Mn |
| Jun 30, 2022 | 14.54 Mn |
| Mar 31, 2022 | -25.85 Mn |
| Dec 31, 2021 | 1.17 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 Profit After Tax 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=profit-after-tax&ticker=RAIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=RAIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();