Triton International Ltd (TRTN-PB) Common Equity (2015 - 2026)
Triton International (TRTN-PB) posted Common Equity of $2.7 billion for Q2 2026, up 3.56% on a QoQ basis from $2.6 billion in Q1 2026, and up 10.36% year-over-year from $2.5 billion in Q2 2025.
Triton International Ltd (TRTN-PB) Common Equity (2015 - 2026) Analysis & Trends
Triton International has reported Common Equity for 12 years, with the latest figure at $2.7 billion in Q2 2026.
- On a quarterly basis, Common Equity rose 10.36% year-over-year to $2.7 billion in Q2 2026; TTM through Jun 2026 was $2.7 billion, a 10.36% increase from a year earlier, with the FY2025 full-year figure at $2.6 billion, down 7.96% from the prior year.
- Common Equity was $2.7 billion for Q2 2026 at Triton International, up from $2.6 billion in the prior quarter.
- The five-year high for Common Equity was $3.3 billion in Q2 2022, with the low at $2.4 billion in Q1 2025.
- Average Common Equity over 5 years is $2.9 billion, with a median of $2.9 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Common Equity increased 20.07% in 2022, then fell 16.63% in 2025.
- Over 5 years, Common Equity stood at $3.2 billion in 2022, then retreated by 8.34% to $2.9 billion in 2023, then declined by 4.35% to $2.8 billion in 2024, then retreated by 7.96% to $2.6 billion in 2025, then rose by 6.05% to $2.7 billion in 2026.
- The last three Common Equity figures came in at $2.7 billion (Q2 2026), $2.6 billion (Q1 2026), and $2.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.74 Bn |
| Mar 31, 2026 | 2.65 Bn |
| Dec 31, 2025 | 2.59 Bn |
| Sep 30, 2025 | 2.58 Bn |
| Jun 30, 2025 | 2.48 Bn |
| Mar 31, 2025 | 2.40 Bn |
| Dec 31, 2024 | 2.81 Bn |
| Sep 30, 2024 | 2.82 Bn |
| Jun 30, 2024 | 2.93 Bn |
| Mar 31, 2024 | 2.87 Bn |
| Dec 31, 2023 | 2.94 Bn |
| Sep 30, 2023 | 2.89 Bn |
| Jun 30, 2023 | 3.27 Bn |
| Mar 31, 2023 | 3.16 Bn |
| Dec 31, 2022 | 3.20 Bn |
| Sep 30, 2022 | 3.27 Bn |
| Jun 30, 2022 | 3.27 Bn |
| Mar 31, 2022 | 3.20 Bn |
| Dec 31, 2021 | 3.06 Bn |
| Sep 30, 2021 | 2.98 Bn |
Triton International Ltd Common Equity 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=common-equity&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();