Trinity Industries (TRN) Non Operating Income (2009 - 2026)
Trinity Industries' (TRN) quarterly Non Operating Income came in at -$65.8 million in Q2 2026, up 5.19% year-over-year from -$62.6 million in Q2 2025, and little changed quarter-over-quarter from -$66.0 million in Q1 2026.
Trinity Industries (TRN) Non Operating Income (2009 - 2026) Analysis & Trends
Trinity Industries has disclosed Non Operating Income across 18 years of filings, most recently posting -$65.8 million for Q2 2026.
- In Q2 2026, Non Operating Income rose 5.19% year-over-year to -$65.8 million; the TTM figure through Jun 2026 stood at -$272.8 million (down 3.61% YoY), while the FY2025 annual figure was -$273.8 million, down 1.52% from the prior year.
- Non Operating Income came in at -$65.8 million for Q2 2026 at Trinity Industries, roughly flat from -$66.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of -$41.9 million in Q1 2022 to a low of -$72.5 million in Q1 2024.
- Average Non Operating Income over 5 years is -$63.9 million, with a median of -$66.0 million recorded in 2024.
- Year-over-year, Non Operating Income gained 20.19% in 2022 and tumbled 52.03% in 2023.
- Over 5 years, Non Operating Income stood at -$60.5 million in 2022, then fell by 12.73% to -$68.2 million in 2023, then advanced by 5.43% to -$64.5 million in 2024, then dropped by 9.46% to -$70.6 million in 2025, then increased by 6.8% to -$65.8 million in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were -$65.8 million in Q2 2026, -$66.0 million in Q1 2026, and -$70.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -2.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | - |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -65.80 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 65.94 Mn |
| 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 | -4,782.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -65.80 Mn |
| Mar 31, 2026 | -66.00 Mn |
| Dec 31, 2025 | -70.60 Mn |
| Sep 30, 2025 | -70.40 Mn |
| Jun 30, 2025 | -69.40 Mn |
| Mar 31, 2025 | -63.40 Mn |
| Dec 31, 2024 | -64.50 Mn |
| Sep 30, 2024 | -66.00 Mn |
| Jun 30, 2024 | -66.70 Mn |
| Mar 31, 2024 | -72.50 Mn |
| Dec 31, 2023 | -68.20 Mn |
| Sep 30, 2023 | -67.90 Mn |
| Jun 30, 2023 | -68.20 Mn |
| Mar 31, 2023 | -63.70 Mn |
| Dec 31, 2022 | -60.50 Mn |
| Sep 30, 2022 | -54.40 Mn |
| Jun 30, 2022 | -50.70 Mn |
| Mar 31, 2022 | -41.90 Mn |
| Dec 31, 2021 | -41.10 Mn |
| Sep 30, 2021 | -44.50 Mn |
Trinity Industries Non Operating Income 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=non-operating-income&ticker=TRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=TRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();