Trinity Industries (TRN) Other Non Operating Income (2009 - 2023)
Trinity Industries' (TRN) quarterly Other Non Operating Income came in at -$2.5 million in Q4 2023, down 66.67% quarter-over-quarter from -$1.5 million in Q2 2022.
Trinity Industries (TRN) Other Non Operating Income (2009 - 2023) Analysis & Trends
Trinity Industries has disclosed Other Non Operating Income across 15 years of filings, most recently posting -$2.5 million for Q4 2023.
- In Q4 2023, Other Non Operating Income changed N/A year-over-year to -$2.5 million; the TTM figure through Dec 2023 stood at -$2.5 million (down 66.67% YoY), while the FY2025 annual figure was $400000.0, down 89.47% from the prior year.
- Other Non Operating Income came in at -$2.5 million for Q4 2023 at Trinity Industries, down from -$1.5 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $800000.0 in Q1 2020 to a low of -$11.7 million in Q2 2021.
- Average Other Non Operating Income over 5 years is -$1.8 million, with a median of -$150000.0 recorded in 2019.
- Year-over-year, Other Non Operating Income soared 800.0% in 2020 and sank 1771.43% in 2021.
- Over 5 years, Other Non Operating Income stood at -$200000.0 in 2019, then jumped by 450.0% to $700000.0 in 2020, then slumped by 1771.43% to -$11.7 million in 2021, then soared by 87.18% to -$1.5 million in 2022, then plunged by 66.67% to -$2.5 million in 2023.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$2.5 million in Q4 2023, -$1.5 million in Q2 2022, and -$11.7 million in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
|---|---|
| Dec 31, 2023 | -2.50 Mn |
| Jun 30, 2022 | -1.50 Mn |
| Jun 30, 2021 | -11.70 Mn |
| Jun 30, 2020 | 700,000.00 |
| Mar 31, 2020 | 800,000.00 |
| Dec 31, 2019 | -200,000.00 |
| Jun 30, 2019 | -100,000.00 |
| Mar 31, 2019 | 300,000.00 |
| Dec 31, 2018 | 7.40 Mn |
| Sep 30, 2018 | -400,000.00 |
| Jun 30, 2018 | -1.90 Mn |
| Mar 31, 2018 | -1.20 Mn |
| Dec 31, 2017 | 1.80 Mn |
| Sep 30, 2017 | -1.10 Mn |
| Jun 30, 2017 | 100,000.00 |
| Mar 31, 2017 | -100,000.00 |
| Dec 31, 2016 | 2.30 Mn |
| Sep 30, 2016 | -200,000.00 |
| Jun 30, 2016 | 4.90 Mn |
| Mar 31, 2016 | 700,000.00 |
Trinity Industries Other 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=other-non-operating-income&ticker=TRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=TRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();