Triton International Ltd (TRTN-PB) Non Operating Income (2015 - 2026)
Triton International (TRTN-PB) posted Non Operating Income of $65.9 million for Q2 2026, up 4.03% on a QoQ basis from $63.4 million in Q1 2026, and up 12.33% year-over-year from $58.7 million in Q2 2025.
Triton International Ltd (TRTN-PB) Non Operating Income (2015 - 2026) Analysis & Trends
Triton International has reported Non Operating Income for 12 years, with the latest figure at $65.9 million in Q2 2026.
- On a quarterly basis, Non Operating Income rose 12.33% year-over-year to $65.9 million in Q2 2026; TTM through Jun 2026 was $266.1 million, a 0.94% increase from a year earlier, with the FY2025 full-year figure at $263.5 million, up 1.5% from the prior year.
- Non Operating Income was $65.9 million for Q2 2026 at Triton International, up from $63.4 million in the prior quarter.
- The five-year high for Non Operating Income was $415.9 million in Q4 2023, with the low at -$59.9 million in Q3 2023.
- Average Non Operating Income over 5 years is $62.2 million, with a median of $62.4 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Non Operating Income jumped 830.62% in 2022, then plunged 83.28% in 2024.
- Over 5 years, Non Operating Income stood at $393.2 million in 2022, then rose by 5.78% to $415.9 million in 2023, then tumbled by 83.28% to $69.5 million in 2024, then slipped by 4.13% to $66.7 million in 2025, then retreated by 1.1% to $65.9 million in 2026.
- The last three Non Operating Income figures came in at $65.9 million (Q2 2026), $63.4 million (Q1 2026), and $66.7 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 65.94 Mn |
| Mar 31, 2026 | 63.38 Mn |
| Dec 31, 2025 | 66.67 Mn |
| Sep 30, 2025 | 70.13 Mn |
| Jun 30, 2025 | 58.70 Mn |
| Mar 31, 2025 | 68.05 Mn |
| Dec 31, 2024 | 69.54 Mn |
| Sep 30, 2024 | 67.35 Mn |
| Jun 30, 2024 | 61.44 Mn |
| Mar 31, 2024 | 61.32 Mn |
| Dec 31, 2023 | 415.90 Mn |
| Sep 30, 2023 | -59.90 Mn |
| Jun 30, 2023 | -57.05 Mn |
| Mar 31, 2023 | -58.78 Mn |
| Dec 31, 2022 | 393.18 Mn |
| Sep 30, 2022 | -56.69 Mn |
| Jun 30, 2022 | -56.20 Mn |
| Mar 31, 2022 | -53.80 Mn |
| Dec 31, 2021 | -53.82 Mn |
| Sep 30, 2021 | -96.94 Mn |
Triton International Ltd 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=non-operating-income&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();