Triton International Ltd (TRTN-PB) Income from Non-Controlling Interests (2015 - 2021)
Triton International (TRTN-PB) 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 Ltd (TRTN-PB) 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
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 Ltd 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-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "TRTN-PB", "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-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();