FreightCar America (RAIL) Cash from Financing Activities (2010 - 2025)
FreightCar America's (RAIL) quarterly Cash from Financing Activities came in at -$856000.0 in Q3 2025, down 242.4% year-over-year from $601123.6 in Q3 2024, and up 30.74% quarter-over-quarter from -$1.2 million in Q2 2025.
FreightCar America (RAIL) Cash from Financing Activities (2010 - 2025) Analysis & Trends
FreightCar America (RAIL) has reported Cash from Financing Activities for 16 consecutive years, with -$856000.0 the latest figure, recorded in Q3 2025.
- On a quarterly basis, Cash from Financing Activities fell 242.4% year-over-year to -$856000.0 in Q3 2025; TTM through Sep 2025 was -$9.9 million, a 70.26% increase from a year earlier, with the FY2024 full-year figure at -$36.0 million, down 1704.63% from the prior year.
- Cash from Financing Activities was -$856000.0 for Q3 2025 at FreightCar America, up from -$1.2 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $20.2 million in Q3 2021 and troughed at -$30.5 million in Q2 2024.
- A 5-year average of -$76368.4 and a median of -$856000.0 in 2025 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities jumped 17678.26% in 2022 and tumbled 859.32% in 2025, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$2.5 million in 2021, then soared by 55.56% to -$1.1 million in 2022, then sank by 102.25% to -$2.2 million in 2023, then slumped by 121.54% to -$5.0 million in 2024, then surged by 82.8% to -$856000.0 in 2025.
- The last three Cash from Financing Activities figures came in at -$856000.0 (Q3 2025), -$1.2 million (Q2 2025), and -$2.8 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -248.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | -313.60 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 60.00 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -70.77 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | 500,000.00 |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | -12.49 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | 5.96 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -856,000.00 |
| Jun 30, 2025 | -1.24 Mn |
| Mar 31, 2025 | -2.83 Mn |
| Dec 31, 2024 | -4.98 Mn |
| Sep 30, 2024 | -250,000.00 |
| Jun 30, 2024 | -30.50 Mn |
| Mar 31, 2024 | -295,000.00 |
| Dec 31, 2023 | -2.25 Mn |
| Sep 30, 2023 | 8.23 Mn |
| Jun 30, 2023 | -3.29 Mn |
| Mar 31, 2023 | -449,000.00 |
| Dec 31, 2022 | -1.11 Mn |
| Sep 30, 2022 | 8.60 Mn |
| Jun 30, 2022 | -7.59 Mn |
| Mar 31, 2022 | 8.09 Mn |
| Dec 31, 2021 | -2.50 Mn |
| Sep 30, 2021 | 20.16 Mn |
| Jun 30, 2021 | 11.66 Mn |
| Mar 31, 2021 | -46,000.00 |
| Dec 31, 2020 | 42.80 Mn |
FreightCar America Cash from Financing Activities 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=cash-from-financing-activities&ticker=RAIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=RAIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();