Triton International Ltd (TRTN-PB) Net Equity Issued and Repurchased (2016 - 2026)
Triton International (TRTN-PB) posted Net Equity Issued and Repurchased of -$157000.0 for Q2 2026, down 100.09% on a QoQ basis from $169.1 million in Q1 2026, and up 46.96% year-over-year from -$106832.2 in Q2 2025.
Triton International Ltd (TRTN-PB) Net Equity Issued and Repurchased (2016 - 2026) Analysis & Trends
Triton International has reported Net Equity Issued and Repurchased for 7 years, with the latest figure at -$157000.0 in Q2 2026.
- On a quarterly basis, Net Equity Issued and Repurchased rose 46.96% year-over-year to -$157000.0 in Q2 2026; TTM through Jun 2026 was $168.9 million, a 17.08% increase from a year earlier, with the FY2025 full-year figure at $144.3 million, changed N/A from the prior year.
- Net Equity Issued and Repurchased was -$157000.0 for Q2 2026 at Triton International, down from $169.1 million in the prior quarter.
- The five-year high for Net Equity Issued and Repurchased was $169.1 million in Q1 2026, with the low at -$296000.0 in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -157,000.00 |
| Mar 31, 2026 | 169.06 Mn |
| Jun 30, 2025 | -296,000.00 |
| Mar 31, 2025 | 144.56 Mn |
| Sep 30, 2021 | 169.49 Mn |
| Mar 31, 2020 | 145.28 Mn |
| Dec 31, 2019 | -221.79 Mn |
| Jun 30, 2019 | 138.73 Mn |
| Mar 31, 2019 | 83.06 Mn |
| Dec 31, 2017 | -1,000.00 |
| Dec 31, 2016 | 3.53 Mn |
Triton International Ltd Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();