Trinity Industries (TRN) Cash from Financing Activities (2009 - 2026)
Trinity Industries' (TRN) quarterly Cash from Financing Activities came in at $60.0 million in Q2 2026, down 64.52% year-over-year from $169.1 million in Q2 2025, and up 160.85% quarter-over-quarter from -$98.6 million in Q1 2026.
Trinity Industries (TRN) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Trinity Industries has disclosed Cash from Financing Activities across 18 years of filings, most recently posting $60.0 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities fell 64.52% year-over-year to $60.0 million; the TTM figure through Jun 2026 stood at -$108.4 million (down 63.5% YoY), while the FY2025 annual figure was -$24.9 million, up 88.68% from the prior year.
- Cash from Financing Activities came in at $60.0 million for Q2 2026 at Trinity Industries, up from -$98.6 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $249.9 million in Q2 2022 to a low of -$180.5 million in Q2 2024.
- Average Cash from Financing Activities over 5 years is -$544444.4, with a median of -$10.8 million recorded in 2022.
- Year-over-year, Cash from Financing Activities jumped 214.74% in 2022 and plunged 307.23% in 2024.
- Over 5 years, Cash from Financing Activities stood at $72.3 million in 2022, then plunged by 200.69% to -$72.8 million in 2023, then soared by 31.04% to -$50.2 million in 2024, then tumbled by 109.76% to -$105.3 million in 2025, then soared by 156.98% to $60.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $60.0 million in Q2 2026, -$98.6 million in Q1 2026, and -$105.3 million in Q4 2025.
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 | 60.00 Mn |
| Mar 31, 2026 | -98.60 Mn |
| Dec 31, 2025 | -105.30 Mn |
| Sep 30, 2025 | 35.50 Mn |
| Jun 30, 2025 | 169.10 Mn |
| Mar 31, 2025 | -124.20 Mn |
| Dec 31, 2024 | -50.20 Mn |
| Sep 30, 2024 | -61.00 Mn |
| Jun 30, 2024 | -180.50 Mn |
| Mar 31, 2024 | 71.80 Mn |
| Dec 31, 2023 | -72.80 Mn |
| Sep 30, 2023 | -78.50 Mn |
| Jun 30, 2023 | 87.10 Mn |
| Mar 31, 2023 | 72.40 Mn |
| Dec 31, 2022 | 72.30 Mn |
| Sep 30, 2022 | -85.50 Mn |
| Jun 30, 2022 | 249.90 Mn |
| Mar 31, 2022 | 28.70 Mn |
| Dec 31, 2021 | -460.00 Mn |
| Sep 30, 2021 | -219.70 Mn |
Trinity Industries 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=TRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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-financing-activities&ticker=TRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();