FreightCar America (RAIL) Change in Account Payables (2010 - 2025)
FreightCar America's (RAIL) quarterly Change in Account Payables came in at $6.5 million in Q3 2025, down 79.42% year-over-year from $31.8 million in Q3 2024, and down 71.04% quarter-over-quarter from $22.6 million in Q2 2025.
FreightCar America (RAIL) Change in Account Payables (2010 - 2025) Analysis & Trends
FreightCar America (RAIL) has reported Change in Account Payables for 16 consecutive years, with $6.5 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Change in Account Payables fell 79.42% year-over-year to $6.5 million in Q3 2025; TTM through Sep 2025 was $17.6 million, a 38.98% decrease from a year earlier, with the FY2024 full-year figure at -$38.4 million, down 196.05% from the prior year.
- Change in Account Payables was $6.5 million for Q3 2025 at FreightCar America, down from $22.6 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $37.2 million in Q4 2023 and troughed at -$32.2 million in Q2 2024.
- A 5-year average of $4.9 million and a median of $4.8 million in 2022 frame the typical range for Change in Account Payables.
- Across the five-year window, Change in Account Payables jumped 7400.4% in 2021 and slumped 1136.84% in 2023, its largest moves.
- Over 5 years, Change in Account Payables stood at $6.4 million in 2021, then sank by 40.48% to $3.8 million in 2022, then surged by 880.34% to $37.2 million in 2023, then slumped by 180.81% to -$30.1 million in 2024, then surged by 121.75% to $6.5 million in 2025.
- The last three Change in Account Payables figures came in at $6.5 million (Q3 2025), $22.6 million (Q2 2025), and $18.6 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | - |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | - |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 9.00 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | - |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | - |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 5.69 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 | 6.54 Mn |
| Jun 30, 2025 | 22.58 Mn |
| Mar 31, 2025 | 18.59 Mn |
| Dec 31, 2024 | -30.07 Mn |
| Sep 30, 2024 | 31.77 Mn |
| Jun 30, 2024 | -32.18 Mn |
| Mar 31, 2024 | -7.88 Mn |
| Dec 31, 2023 | 37.20 Mn |
| Sep 30, 2023 | 8.79 Mn |
| Jun 30, 2023 | -15.75 Mn |
| Mar 31, 2023 | 9.70 Mn |
| Dec 31, 2022 | 3.80 Mn |
| Sep 30, 2022 | 861,000.00 |
| Jun 30, 2022 | -1.27 Mn |
| Mar 31, 2022 | 4.80 Mn |
| Dec 31, 2021 | 6.38 Mn |
| Sep 30, 2021 | -9.13 Mn |
| Jun 30, 2021 | 36.28 Mn |
| Mar 31, 2021 | 1.59 Mn |
| Dec 31, 2020 | -5.68 Mn |
FreightCar America Change in Account Payables 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-account-payables&ticker=RAIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=RAIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();