Trinity Industries (TRN) Cash from Investing Activities (2009 - 2026)
Trinity Industries' (TRN) quarterly Cash from Investing Activities came in at -$111.6 million in Q2 2026, up 25.85% year-over-year from -$88.7 million in Q2 2025, and down 58.97% quarter-over-quarter from -$70.2 million in Q1 2026.
Trinity Industries (TRN) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Trinity Industries has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$111.6 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 25.85% year-over-year to -$111.6 million; the TTM figure through Jun 2026 stood at -$325.3 million (up 18.84% YoY), while the FY2025 annual figure was -$385.6 million, down 79.68% from the prior year.
- Cash from Investing Activities came in at -$111.6 million for Q2 2026 at Trinity Industries, down from -$70.2 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $68.1 million in Q2 2024 to a low of -$203.1 million in Q1 2023.
- Average Cash from Investing Activities over 5 years is -$78.1 million, with a median of -$80.4 million recorded in 2022.
- Year-over-year, Cash from Investing Activities slumped 101450.0% in 2023 and soared 176.52% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$71.9 million in 2022, then surged by 35.05% to -$46.7 million in 2023, then slumped by 134.26% to -$109.4 million in 2024, then surged by 111.7% to $12.8 million in 2025, then slumped by 971.88% to -$111.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$111.6 million in Q2 2026, -$70.2 million in Q1 2026, and $12.8 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -55.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 45.50 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -111.60 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -96.02 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -14.60 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | -3.56 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 | -111.60 Mn |
| Mar 31, 2026 | -70.20 Mn |
| Dec 31, 2025 | 12.80 Mn |
| Sep 30, 2025 | -156.30 Mn |
| Jun 30, 2025 | -150.50 Mn |
| Mar 31, 2025 | -91.60 Mn |
| Dec 31, 2024 | -109.40 Mn |
| Sep 30, 2024 | -49.30 Mn |
| Jun 30, 2024 | 68.10 Mn |
| Mar 31, 2024 | -124.00 Mn |
| Dec 31, 2023 | -46.70 Mn |
| Sep 30, 2023 | -24.20 Mn |
| Jun 30, 2023 | -89.00 Mn |
| Mar 31, 2023 | -203.10 Mn |
| Dec 31, 2022 | -71.90 Mn |
| Sep 30, 2022 | 12.40 Mn |
| Jun 30, 2022 | -201.00 Mn |
| Mar 31, 2022 | -200,000.00 |
| Dec 31, 2021 | 228.50 Mn |
| Sep 30, 2021 | 220.80 Mn |
Trinity Industries Cash from Investing 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-investing-activities&ticker=TRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=TRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();