Trinity Industries (TRN) Non-Current Deferred Tax Liability (2009 - 2026)
Trinity Industries' (TRN) quarterly Non-Current Deferred Tax Liability came in at $1.2 billion in Q2 2026, up 10.01% year-over-year from $1.1 billion in Q2 2025, and up 2.61% quarter-over-quarter from $1.1 billion in Q1 2026.
Trinity Industries (TRN) Non-Current Deferred Tax Liability (2009 - 2026) Analysis & Trends
Trinity Industries has disclosed Non-Current Deferred Tax Liability across 18 years of filings, most recently posting $1.2 billion for Q2 2026.
- In Q2 2026, Non-Current Deferred Tax Liability rose 10.01% year-over-year to $1.2 billion; the TTM figure through Jun 2026 stood at $1.2 billion (up 10.01% YoY), while the FY2025 annual figure was $1.1 billion, up 4.96% from the prior year.
- Non-Current Deferred Tax Liability came in at $1.2 billion for Q2 2026 at Trinity Industries, up from $1.1 billion in the prior quarter.
- In the past five years, Non-Current Deferred Tax Liability ranged from a high of $1.2 billion in Q2 2026 to a low of $1.1 billion in Q1 2025.
- Average Non-Current Deferred Tax Liability over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2022.
- Year-over-year, Non-Current Deferred Tax Liability fell 3.13% in 2025 and increased 10.01% in 2026.
- Over 5 years, Non-Current Deferred Tax Liability stood at $1.1 billion in 2022, then slipped by 2.75% to $1.1 billion in 2023, then dropped by 2.53% to $1.1 billion in 2024, then advanced by 4.96% to $1.1 billion in 2025, then advanced by 4.34% to $1.2 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Deferred Tax Liability figures were $1.2 billion in Q2 2026, $1.1 billion in Q1 2026, and $1.1 billion in Q4 2025.
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 |
|---|---|
| Jun 30, 2026 | 1.18 Bn |
| Mar 31, 2026 | 1.15 Bn |
| Dec 31, 2025 | 1.13 Bn |
| Sep 30, 2025 | 1.09 Bn |
| Jun 30, 2025 | 1.07 Bn |
| Mar 31, 2025 | 1.07 Bn |
| Dec 31, 2024 | 1.08 Bn |
| Sep 30, 2024 | 1.10 Bn |
| Jun 30, 2024 | 1.10 Bn |
| Mar 31, 2024 | 1.10 Bn |
| Dec 31, 2023 | 1.10 Bn |
| Sep 30, 2023 | 1.12 Bn |
| Jun 30, 2023 | 1.14 Bn |
| Mar 31, 2023 | 1.13 Bn |
| Dec 31, 2022 | 1.13 Bn |
| Sep 30, 2022 | 1.13 Bn |
| Jun 30, 2022 | 1.12 Bn |
| Mar 31, 2022 | 1.11 Bn |
| Dec 31, 2021 | 1.11 Bn |
| Sep 30, 2021 | 1.06 Bn |
Trinity Industries Non-Current Deferred Tax Liability 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-current-deferred-tax-liability&ticker=TRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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-current-deferred-tax-liability&ticker=TRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();