FreightCar America (RAIL) Cash from Investing Activities (2010 - 2025)
FreightCar America's (RAIL) quarterly Cash from Investing Activities came in at -$1.2 million in Q3 2025, up 20.38% year-over-year from -$966913.6 in Q3 2024, and down 4960.87% quarter-over-quarter from -$23000.0 in Q2 2025.
FreightCar America (RAIL) Cash from Investing Activities (2010 - 2025) Analysis & Trends
FreightCar America (RAIL) has reported Cash from Investing Activities for 16 consecutive years, with -$1.2 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Cash from Investing Activities rose 20.38% year-over-year to -$1.2 million in Q3 2025; TTM through Sep 2025 was -$2.8 million, a 62.51% increase from a year earlier, with the FY2024 full-year figure at -$5.0 million, down 14.96% from the prior year.
- Cash from Investing Activities was -$1.2 million for Q3 2025 at FreightCar America, down from -$23000.0 in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $5.4 million in Q2 2023 and troughed at -$4.4 million in Q4 2022.
- A 5-year average of -$1.1 million and a median of -$966000.0 in 2024 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities plunged 1344.95% in 2022 and jumped 390.15% in 2023, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$307000.0 in 2021, then sank by 1344.95% to -$4.4 million in 2022, then climbed by 15.44% to -$3.8 million in 2023, then jumped by 65.66% to -$1.3 million in 2024, then gained by 9.63% to -$1.2 million in 2025.
- The last three Cash from Investing Activities figures came in at -$1.2 million (Q3 2025), -$23000.0 (Q2 2025), and -$330000.0 (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -55.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 45.50 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -111.60 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -96.02 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -14.60 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | -3.56 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -1.16 Mn |
| Jun 30, 2025 | -23,000.00 |
| Mar 31, 2025 | -330,000.00 |
| Dec 31, 2024 | -1.29 Mn |
| Sep 30, 2024 | -1.46 Mn |
| Jun 30, 2024 | -1.30 Mn |
| Mar 31, 2024 | -966,000.00 |
| Dec 31, 2023 | -3.75 Mn |
| Sep 30, 2023 | -4.02 Mn |
| Jun 30, 2023 | 5.36 Mn |
| Mar 31, 2023 | -1.96 Mn |
| Dec 31, 2022 | -4.44 Mn |
| Sep 30, 2022 | -572,000.00 |
| Jun 30, 2022 | -1.85 Mn |
| Mar 31, 2022 | -960,000.00 |
| Dec 31, 2021 | -307,000.00 |
| Sep 30, 2021 | -550,000.00 |
| Jun 30, 2021 | -649,000.00 |
| Mar 31, 2021 | -169,000.00 |
| Dec 31, 2020 | -1.58 Mn |
FreightCar America Cash from Investing 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-investing-activities&ticker=RAIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=RAIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();