Triton International Ltd (TRTN-PB) Net Shares Issued and Repurchased (2022 - 2023)
Triton International (TRTN-PB) posted Net Shares Issued and Repurchased of -$129.8 million for Q4 2023, up 76.58% on a QoQ basis from -$554.1 million in Q4 2022, and up 76.58% year-over-year from -$73.5 million in Q4 2022.
Triton International Ltd (TRTN-PB) Net Shares Issued and Repurchased (2022 - 2023) Analysis & Trends
Triton International has reported Net Shares Issued and Repurchased for 2 years, with the latest figure at -$129.8 million in Q4 2023.
- On a quarterly basis, Net Shares Issued and Repurchased rose 76.58% year-over-year to -$129.8 million in Q4 2023; TTM through Dec 2023 was -$129.8 million, a 76.58% increase from a year earlier, with the FY2023 full-year figure at -$129.8 million, up 76.58% from the prior year.
- Net Shares Issued and Repurchased was -$129.8 million for Q4 2023 at Triton International, up from -$554.1 million in the prior quarter.
- The five-year high for Net Shares Issued and Repurchased was -$129.8 million in Q4 2023, with the low at -$554.1 million in Q4 2022.
Peer Comparison
Triton International Ltd Net Shares 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-shares-issued-and-repurchased&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-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-shares-issued-and-repurchased&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();