Trinity Industries (TRN) Cash from Discontinued Operations (2012 - 2026)
Trinity Industries' (TRN) quarterly Cash from Discontinued Operations came in at -$3.9 million in Q2 2026, down 105.26% year-over-year from $74.1 million in Q2 2025, and down 116.67% quarter-over-quarter from -$1.8 million in Q1 2026.
Trinity Industries (TRN) Cash from Discontinued Operations (2012 - 2026) Analysis & Trends
Trinity Industries has disclosed Cash from Discontinued Operations across 12 years of filings, most recently posting -$3.9 million for Q2 2026.
- In Q2 2026, Cash from Discontinued Operations fell 105.26% year-over-year to -$3.9 million; the TTM figure through Jun 2026 stood at -$9.1 million (up 24.79% YoY), while the FY2025 annual figure was -$7.2 million, up 49.65% from the prior year.
- Cash from Discontinued Operations came in at -$3.9 million for Q2 2026 at Trinity Industries, down from -$1.8 million in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of -$1.1 million in Q3 2025 to a low of -$8.0 million in Q1 2022.
- Average Cash from Discontinued Operations over 5 years is -$3.5 million, with a median of -$3.0 million recorded in 2023.
- Year-over-year, Cash from Discontinued Operations plunged 2100.0% in 2022 and jumped 79.25% in 2025.
- Over 5 years, Cash from Discontinued Operations stood at -$6.6 million in 2022, then increased by 19.7% to -$5.3 million in 2023, then jumped by 43.4% to -$3.0 million in 2024, then climbed by 23.33% to -$2.3 million in 2025, then sank by 69.57% to -$3.9 million in 2026.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were -$3.9 million in Q2 2026, -$1.8 million in Q1 2026, and -$2.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (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 | -3.90 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 | - |
| 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 | -3.90 Mn |
| Mar 31, 2026 | -1.80 Mn |
| Dec 31, 2025 | -2.30 Mn |
| Sep 30, 2025 | -1.10 Mn |
| Jun 30, 2025 | -1.90 Mn |
| Mar 31, 2025 | -1.90 Mn |
| Dec 31, 2024 | -3.00 Mn |
| Sep 30, 2024 | -5.30 Mn |
| Jun 30, 2024 | -1.70 Mn |
| Mar 31, 2024 | -4.30 Mn |
| Dec 31, 2023 | -5.30 Mn |
| Sep 30, 2023 | -2.70 Mn |
| Jun 30, 2023 | -2.30 Mn |
| Mar 31, 2023 | -3.10 Mn |
| Dec 31, 2022 | -6.60 Mn |
| Sep 30, 2022 | -3.40 Mn |
| Jun 30, 2022 | -4.00 Mn |
| Mar 31, 2022 | -8.00 Mn |
| Dec 31, 2021 | -12.20 Mn |
| Sep 30, 2021 | -1.40 Mn |
Trinity Industries Cash from Discontinued Operations 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-discontinued-operations&ticker=TRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "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=cash-from-discontinued-operations&ticker=TRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();