Triton International (TRTN-PA) Income from Non-Controlling Interests (2015 - 2021)
Triton International (TRTN-PA) posted Income from Non-Controlling Interests of $62.8 million for Q1 2021, up 10516.55% on a QoQ basis from $592000.0 in Q1 2019.
Triton International (TRTN-PA) Income from Non-Controlling Interests (2015 - 2021) Analysis & Trends
Triton International has reported Income from Non-Controlling Interests for 6 years, with the latest figure at $62.8 million in Q1 2021.
- On a quarterly basis, Income from Non-Controlling Interests changed N/A year-over-year to $62.8 million in Q1 2021; TTM through Mar 2021 was $62.8 million, a N/A change from a year earlier, with the FY2019 full-year figure at $592000.0, down 91.68% from the prior year.
- Income from Non-Controlling Interests was $62.8 million for Q1 2021 at Triton International, up from $592000.0 in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $62.8 million in Q1 2021, with the low at $592000.0 in Q1 2019.
- Average Income from Non-Controlling Interests over 4 years is $7.9 million, with a median of $1.9 million recorded in 2018.
- The sharpest annual moves came in 2017 and 2019: Income from Non-Controlling Interests surged 58.2% in 2017, then plunged 69.99% in 2019.
- Over 4 years, Income from Non-Controlling Interests stood at $2.5 million in 2017, then decreased by 25.37% to $1.9 million in 2018, then sank by 68.31% to $592000.0 in 2019, then surged by 10516.55% to $62.8 million in 2021.
- The last three Income from Non-Controlling Interests figures came in at $62.8 million (Q1 2021), $592000.0 (Q1 2019), and $1.9 million (Q4 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 1.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 | - |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | - |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -1.40 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 3,000.00 |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | -7,201.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | 62.85 Mn |
| Mar 31, 2019 | 592,000.00 |
| Dec 31, 2018 | 1.87 Mn |
| Sep 30, 2018 | 1.39 Mn |
| Jun 30, 2018 | 1.88 Mn |
| Mar 31, 2018 | 1.97 Mn |
| Dec 31, 2017 | 2.50 Mn |
| Sep 30, 2017 | 2.39 Mn |
| Jun 30, 2017 | 2.34 Mn |
| Mar 31, 2017 | 1.69 Mn |
| Dec 31, 2016 | 2.85 Mn |
| Sep 30, 2016 | 2.08 Mn |
| Jun 30, 2016 | 1.48 Mn |
| Mar 31, 2016 | 1.32 Mn |
| Dec 31, 2015 | 5.05 Mn |
| Sep 30, 2015 | 4.82 Mn |
Triton International Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=TRTN-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "TRTN-PA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=TRTN-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();