FreightCar America (RAIL) Change in Cash (2010 - 2025)
FreightCar America's (RAIL) quarterly Change in Cash came in at $1.4 million in Q3 2025, down 74.54% year-over-year from $5.5 million in Q3 2024, and down 80.88% quarter-over-quarter from $7.3 million in Q2 2025.
FreightCar America (RAIL) Change in Cash (2010 - 2025) Analysis & Trends
FreightCar America (RAIL) has reported Change in Cash for 16 consecutive years, with $1.4 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Change in Cash fell 74.54% year-over-year to $1.4 million in Q3 2025; TTM through Sep 2025 was $17.9 million, a 39.18% decrease from a year earlier, with the FY2024 full-year figure at $3.9 million, up 46.9% from the prior year.
- Change in Cash was $1.4 million for Q3 2025 at FreightCar America, down from $7.3 million in the prior quarter.
- Over five years, Change in Cash peaked at $25.4 million in Q2 2024 and troughed at -$26.6 million in Q1 2024.
- A 5-year average of $457684.2 and a median of $1.4 million in 2025 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash slumped 289.59% in 2021 and jumped 1668.3% in 2022, its largest moves.
- Over 5 years, Change in Cash stood at -$1.2 million in 2021, then jumped by 1668.3% to $19.5 million in 2022, then increased by 28.86% to $25.2 million in 2023, then plunged by 101.51% to -$380000.0 in 2024, then surged by 465.79% to $1.4 million in 2025.
- The last three Change in Cash figures came in at $1.4 million (Q3 2025), $7.3 million (Q2 2025), and $9.6 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 139.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 6.20 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 17.30 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 57.90 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -240.20 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 1.79 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | 3.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 1.39 Mn |
| Jun 30, 2025 | 7.27 Mn |
| Mar 31, 2025 | 9.63 Mn |
| Dec 31, 2024 | -380,000.00 |
| Sep 30, 2024 | 5.46 Mn |
| Jun 30, 2024 | 25.39 Mn |
| Mar 31, 2024 | -26.58 Mn |
| Dec 31, 2023 | 25.18 Mn |
| Sep 30, 2023 | 3.38 Mn |
| Jun 30, 2023 | -15.80 Mn |
| Mar 31, 2023 | -10.11 Mn |
| Dec 31, 2022 | 19.54 Mn |
| Sep 30, 2022 | -3.16 Mn |
| Jun 30, 2022 | -19.48 Mn |
| Mar 31, 2022 | 14.77 Mn |
| Dec 31, 2021 | -1.25 Mn |
| Sep 30, 2021 | 6.76 Mn |
| Jun 30, 2021 | -10.83 Mn |
| Mar 31, 2021 | -22.49 Mn |
| Dec 31, 2020 | 21.29 Mn |
FreightCar America Change in Cash 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=change-in-cash&ticker=RAIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=RAIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();