Foster L B (FSTR) Change in Account Payables (2010 - 2026)
Foster L B's (FSTR) quarterly Change in Account Payables came in at $5.7 million in Q2 2026, up 113.08% on a YoY basis from $2.7 million in Q2 2025, and up 169.74% quarter-over-quarter from -$8.2 million in Q1 2026.
Foster L B (FSTR) Change in Account Payables (2010 - 2026) Analysis & Trends
Foster L B (FSTR) has reported Change in Account Payables for 17 consecutive years, with $5.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Account Payables rose 113.08% year-over-year to $5.7 million; the trailing twelve-month figure through Jun 2026 stood at $9.5 million (up 269.17% YoY), and the FY2025 full-year result was $2.0 million, down 80.67% from the prior year.
- Change in Account Payables grew to $5.7 million in Q2 2026 per FSTR's latest filing, from -$8.2 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $14.2 million in Q4 2025 and bottomed at -$12.6 million in Q1 2025.
- Historically, Change in Account Payables has averaged $858333.3 across 5 years, with a median of $2.8 million in 2024.
- The sharpest annual moves came in 2022 and 2024: Change in Account Payables soared 903.27% in 2022, then tumbled 839.81% in 2024.
- Over 5 years, Change in Account Payables stood at -$2.2 million in 2022, then slumped by 156.98% to -$5.8 million in 2023, then surged by 270.1% to $9.8 million in 2024, then soared by 45.07% to $14.2 million in 2025, then tumbled by 60.0% to $5.7 million in 2026.
- According to Business Quant data, Change in Account Payables over the past three periods registered $5.7 million, -$8.2 million, and $14.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 |
|---|---|
| Jun 30, 2026 | 5.69 Mn |
| Mar 31, 2026 | -8.15 Mn |
| Dec 31, 2025 | 14.21 Mn |
| Sep 30, 2025 | -2.22 Mn |
| Jun 30, 2025 | 2.67 Mn |
| Mar 31, 2025 | -12.65 Mn |
| Dec 31, 2024 | 9.80 Mn |
| Sep 30, 2024 | -5.45 Mn |
| Jun 30, 2024 | 2.85 Mn |
| Mar 31, 2024 | 3.20 Mn |
| Dec 31, 2023 | -5.76 Mn |
| Sep 30, 2023 | 736,000.00 |
| Jun 30, 2023 | -4.46 Mn |
| Mar 31, 2023 | 4.92 Mn |
| Dec 31, 2022 | -2.24 Mn |
| Sep 30, 2022 | 2.96 Mn |
| Jun 30, 2022 | 4.67 Mn |
| Mar 31, 2022 | 4.68 Mn |
| Dec 31, 2021 | -12.75 Mn |
| Sep 30, 2021 | -11.75 Mn |
Foster L B 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=FSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "FSTR", "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=FSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();