Triton International Ltd (TRTN-PB) Gains from Investment Securities (2015 - 2026)
Triton International (TRTN-PB) posted Gains from Investment Securities of $2.0 million for Q2 2026, up 40.52% on a QoQ basis from $1.4 million in Q1 2026, and down 74.46% year-over-year from $7.9 million in Q2 2025.
Triton International Ltd (TRTN-PB) Gains from Investment Securities (2015 - 2026) Analysis & Trends
Triton International has reported Gains from Investment Securities for 12 years, with the latest figure at $2.0 million in Q2 2026.
- On a quarterly basis, Gains from Investment Securities fell 74.46% year-over-year to $2.0 million in Q2 2026; TTM through Jun 2026 was $6.1 million, a 259.48% increase from a year earlier, with the FY2025 full-year figure at -$22.2 million, down 79.65% from the prior year.
- Gains from Investment Securities was $2.0 million for Q2 2026 at Triton International, up from $1.4 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $35.1 million in Q2 2022, with the low at -$206.2 million in Q4 2022.
- Average Gains from Investment Securities over 5 years is -$12.5 million, with a median of $2.6 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2025: Gains from Investment Securities plunged 833.82% in 2022, then soared 120.62% in 2025.
- Over 5 years, Gains from Investment Securities stood at -$206.2 million in 2022, then soared by 47.61% to -$108.0 million in 2023, then jumped by 82.94% to -$18.4 million in 2024, then soared by 97.29% to -$499000.0 in 2025, then soared by 502.4% to $2.0 million in 2026.
- The last three Gains from Investment Securities figures came in at $2.0 million (Q2 2026), $1.4 million (Q1 2026), and -$499000.0 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.01 Mn |
| Mar 31, 2026 | 1.43 Mn |
| Dec 31, 2025 | -499,000.00 |
| Sep 30, 2025 | 3.17 Mn |
| Jun 30, 2025 | 7.86 Mn |
| Mar 31, 2025 | -10.69 Mn |
| Dec 31, 2024 | -18.43 Mn |
| Sep 30, 2024 | 17.44 Mn |
| Jun 30, 2024 | -38.12 Mn |
| Mar 31, 2024 | -14.62 Mn |
| Dec 31, 2023 | -108.02 Mn |
| Sep 30, 2023 | 12.32 Mn |
| Jun 30, 2023 | 21.58 Mn |
| Mar 31, 2023 | 15.50 Mn |
| Dec 31, 2022 | -206.17 Mn |
| Sep 30, 2022 | 26.47 Mn |
| Jun 30, 2022 | 35.07 Mn |
| Mar 31, 2022 | 28.97 Mn |
| Dec 31, 2021 | 28.10 Mn |
| Sep 30, 2021 | 25.61 Mn |
Triton International Ltd Gains from Investment Securities 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=gains-from-investment-securities&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();