Triton International Ltd (TRTN-PB) Shares Outstanding (2015 - 2026)
Triton International (TRTN-PB) posted Shares Outstanding (Entity) of $55.1 million for Q2 2023, little changed on a QoQ basis from $55.1 million in Q1 2023, and down 11.22% year-over-year from $62.0 million in Q2 2022.
Triton International Ltd (TRTN-PB) Shares Outstanding (2015 - 2026) Analysis & Trends
Triton International has reported Shares Outstanding (Entity) for 9 years, with the latest figure at $55.1 million in Q2 2023.
- On a quarterly basis, Shares Outstanding (Entity) fell 11.22% year-over-year to $55.1 million in Q2 2023; TTM through Jun 2023 was $55.1 million, a 11.22% decrease from a year earlier, with the FY2022 full-year figure at $56.4 million, down 13.64% from the prior year.
- Shares Outstanding (Entity) was $55.1 million for Q2 2023 at Triton International, roughly flat from $55.1 million in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $75.9 million in Q1 2019, with the low at $55.1 million in Q2 2023.
- Average Shares Outstanding (Entity) over 5 years is $66.0 million, with a median of $67.3 million recorded in 2020.
- The sharpest annual moves came in 2021 and 2023: Shares Outstanding (Entity) fell 1.91% in 2021, then decreased 14.25% in 2023.
- Over 5 years, Shares Outstanding (Entity) stood at $72.1 million in 2019, then decreased by 6.73% to $67.3 million in 2020, then decreased by 2.96% to $65.3 million in 2021, then slipped by 13.64% to $56.4 million in 2022, then declined by 2.31% to $55.1 million in 2023.
- The last three Shares Outstanding (Entity) figures came in at $55.1 million (Q2 2023), $55.1 million (Q1 2023), and $56.4 million (Q4 2022), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 54.78 Mn |
| Mar 31, 2026 | 54.78 Mn |
| Dec 31, 2025 | 54.78 Mn |
| Sep 30, 2025 | 54.78 Mn |
| Jun 30, 2025 | 54.78 Mn |
| Mar 31, 2025 | 54.78 Mn |
| Dec 31, 2024 | 54.78 Mn |
| Sep 30, 2024 | 54.78 Mn |
| Jun 30, 2024 | 54.78 Mn |
| Mar 31, 2024 | 54.78 Mn |
| Dec 31, 2023 | 54.78 Mn |
| Sep 30, 2023 | 54.78 Mn |
| Jun 30, 2023 | 54.78 Mn |
| Mar 31, 2023 | 55.89 Mn |
| Dec 31, 2022 | 61.78 Mn |
| Sep 30, 2022 | 61.04 Mn |
| Jun 30, 2022 | 63.46 Mn |
| Mar 31, 2022 | 64.89 Mn |
| Dec 31, 2021 | 66.73 Mn |
| Sep 30, 2021 | 66.92 Mn |
Triton International Ltd Shares Outstanding 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=shares-outstanding&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();