Trinity Industries (TRN) Free Cash Flow (2009 - 2026)
Trinity Industries' (TRN) quarterly Free Cash Flow came in at -$16.5 million in Q2 2026, up 85.27% year-over-year from -$8.9 million in Q2 2025, and up 67.9% quarter-over-quarter from -$51.4 million in Q1 2026.
Trinity Industries (TRN) Free Cash Flow (2009 - 2026) Analysis & Trends
Trinity Industries has disclosed Free Cash Flow across 18 years of filings, most recently posting -$16.5 million for Q2 2026.
- In Q2 2026, Free Cash Flow rose 85.27% year-over-year to -$16.5 million; the TTM figure through Jun 2026 stood at -$296.5 million (down 69.82% YoY), while the FY2025 annual figure was -$382.4 million, down 927.71% from the prior year.
- Free Cash Flow came in at -$16.5 million for Q2 2026 at Trinity Industries, up from -$51.4 million in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $158.0 million in Q2 2024 to a low of -$431.3 million in Q2 2022.
- Average Free Cash Flow over 5 years is -$94.8 million, with a median of -$72.6 million recorded in 2022.
- Year-over-year, Free Cash Flow sank 3678.43% in 2022 and soared 192.72% in 2024.
- Over 5 years, Free Cash Flow stood at -$182.5 million in 2022, then surged by 49.42% to -$92.3 million in 2023, then soared by 103.14% to $2.9 million in 2024, then tumbled by 1455.17% to -$39.3 million in 2025, then soared by 58.02% to -$16.5 million in 2026.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$16.5 million in Q2 2026, -$51.4 million in Q1 2026, and -$39.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 379.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 75.70 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -16.50 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 59.56 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -286.40 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 14.30 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | -1.99 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.50 Mn |
| Mar 31, 2026 | -51.40 Mn |
| Dec 31, 2025 | -39.30 Mn |
| Sep 30, 2025 | -189.30 Mn |
| Jun 30, 2025 | -112.00 Mn |
| Mar 31, 2025 | -41.80 Mn |
| Dec 31, 2024 | 2.90 Mn |
| Sep 30, 2024 | -23.70 Mn |
| Jun 30, 2024 | 158.00 Mn |
| Mar 31, 2024 | -91.00 Mn |
| Dec 31, 2023 | -92.30 Mn |
| Sep 30, 2023 | -8.10 Mn |
| Jun 30, 2023 | -170.40 Mn |
| Mar 31, 2023 | -89.00 Mn |
| Dec 31, 2022 | -182.50 Mn |
| Sep 30, 2022 | -271.70 Mn |
| Jun 30, 2022 | -431.30 Mn |
| Mar 31, 2022 | -56.10 Mn |
| Dec 31, 2021 | 5.10 Mn |
| Sep 30, 2021 | -19.70 Mn |
Trinity Industries Free Cash Flow 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=free-cash-flow&ticker=TRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "ticker": "TRN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=free-cash-flow&ticker=TRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();