Foster L B (FSTR) Cash from Financing Activities (2010 - 2026)
Foster L B's (FSTR) quarterly Cash from Financing Activities came in at -$12.5 million in Q2 2026, down 96.69% on a YoY basis from -$377.9 million in Q2 2025, and down 195.38% quarter-over-quarter from $13.1 million in Q1 2026.
Foster L B (FSTR) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Foster L B (FSTR) has reported Cash from Financing Activities for 17 consecutive years, with -$12.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities fell 96.69% year-over-year to -$12.5 million; the trailing twelve-month figure through Jun 2026 stood at -$45.4 million (down 101.09% YoY), and the FY2025 full-year result was -$23.5 million, down 45.02% from the prior year.
- Cash from Financing Activities fell to -$12.5 million in Q2 2026 per FSTR's latest filing, from $13.1 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $50.1 million in Q3 2022 and bottomed at -$27.1 million in Q3 2025.
- Historically, Cash from Financing Activities has averaged -$1.0 million across 5 years, with a median of -$7.3 million in 2022.
- The widest YoY moves for Cash from Financing Activities: up 2639.39% in 2022, down 852.86% in 2022.
- Over 5 years, Cash from Financing Activities stood at -$8.3 million in 2022, then plunged by 118.24% to -$18.2 million in 2023, then fell by 24.63% to -$22.7 million in 2024, then grew by 16.51% to -$18.9 million in 2025, then jumped by 33.93% to -$12.5 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$12.5 million, $13.1 million, and -$18.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 |
|---|---|
| Jun 30, 2026 | -12.49 Mn |
| Mar 31, 2026 | 13.10 Mn |
| Dec 31, 2025 | -18.91 Mn |
| Sep 30, 2025 | -27.10 Mn |
| Jun 30, 2025 | -6.35 Mn |
| Mar 31, 2025 | 28.82 Mn |
| Dec 31, 2024 | -22.65 Mn |
| Sep 30, 2024 | -22.40 Mn |
| Jun 30, 2024 | 7.52 Mn |
| Mar 31, 2024 | 21.30 Mn |
| Dec 31, 2023 | -18.18 Mn |
| Sep 30, 2023 | -17.56 Mn |
| Jun 30, 2023 | 8.46 Mn |
| Mar 31, 2023 | -12.02 Mn |
| Dec 31, 2022 | -8.33 Mn |
| Sep 30, 2022 | 50.09 Mn |
| Jun 30, 2022 | 14.46 Mn |
| Mar 31, 2022 | 4.01 Mn |
| Dec 31, 2021 | -874,000.00 |
| Sep 30, 2021 | -5.11 Mn |
Foster L B 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=FSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=FSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();