Trinity Industries (TRN) Times Interest Earned (2009 - 2021)
Trinity Industries' (TRN) quarterly Times Interest Earned came in at 72.25 in Q2 2021, up 1310.64% year-over-year from 5.12 in Q2 2020, and up 7110.97% quarter-over-quarter from 1.0 in Q1 2021.
Trinity Industries (TRN) Times Interest Earned (2009 - 2021) Analysis & Trends
Trinity Industries has disclosed Times Interest Earned across 13 years of filings, most recently posting 72.25 for Q2 2021.
- In Q2 2021, Times Interest Earned rose 1310.64% year-over-year to 72.25; the TTM figure through Jun 2021 stood at 1.29 (up 1023.69% YoY), while the FY2020 annual figure was 0.71, down 139.42% from the prior year.
- Times Interest Earned came in at 72.25 for Q2 2021 at Trinity Industries, up from 1.0 in the prior quarter.
- In the past five years, Times Interest Earned ranged from a high of 72.25 in Q2 2021 to a low of 5.97 in Q2 2020.
- Average Times Interest Earned over 5 years is 5.15, with a median of 1.75 recorded in 2018.
- Year-over-year, Times Interest Earned plunged 417.92% in 2020 and soared 1310.64% in 2021.
- Over 5 years, Times Interest Earned stood at 2.48 in 2017, then dropped by 22.08% to 1.94 in 2018, then fell by 10.79% to 1.73 in 2019, then sank by 66.52% to 0.58 in 2020, then soared by 12401.15% to 72.25 in 2021.
- Per Business Quant data, the three most recent Times Interest Earned figures were 72.25 in Q2 2021, 1.0 in Q1 2021, and 0.58 in Q4 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 7.50 |
| 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 | 2.77 |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | 1.93 |
| 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 | -356.39 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | 72.25 |
| Mar 31, 2021 | 1.00 |
| Dec 31, 2020 | 0.58 |
| Sep 30, 2020 | 1.19 |
| Jun 30, 2020 | -5.97 |
| Mar 31, 2020 | 1.10 |
| Dec 31, 2019 | 1.73 |
| Sep 30, 2019 | 2.16 |
| Jun 30, 2019 | 1.88 |
| Mar 31, 2019 | 1.74 |
| Dec 31, 2018 | 1.94 |
| Sep 30, 2018 | 1.76 |
| Jun 30, 2018 | 2.01 |
| Mar 31, 2018 | 1.34 |
| Dec 31, 2017 | 2.48 |
| Sep 30, 2017 | 2.25 |
| Jun 30, 2017 | 1.82 |
| Mar 31, 2017 | 1.44 |
| Dec 31, 2016 | 3.62 |
| Sep 30, 2016 | 4.05 |
Trinity Industries Times Interest Earned 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=times-interest-earned&ticker=TRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=TRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();