Triton International Ltd (TRTN-PB) Capital Expenditures (2015 - 2026)
Triton International (TRTN-PB) posted Capital Expenditures of $165.1 million for Q2 2026, up 420.64% on a QoQ basis from -$51.5 million in Q1 2026, and up 106.43% year-over-year from $80.0 million in Q2 2025.
Triton International Ltd (TRTN-PB) Capital Expenditures (2015 - 2026) Analysis & Trends
Triton International has reported Capital Expenditures for 12 years, with the latest figure at $165.1 million in Q2 2026.
- On a quarterly basis, Capital Expenditures rose 106.43% year-over-year to $165.1 million in Q2 2026; TTM through Jun 2026 was $1.0 billion, a 967.21% increase from a year earlier, with the FY2025 full-year figure at -$286.4 million, up 69.19% from the prior year.
- Capital Expenditures was $165.1 million for Q2 2026 at Triton International, up from -$51.5 million in the prior quarter.
- The five-year high for Capital Expenditures was $914.1 million in Q3 2025, with the low at -$1.8 billion in Q4 2022.
- Average Capital Expenditures over 5 years is -$22.9 million, with a median of $33.6 million recorded in 2023.
- The largest YoY upside for Capital Expenditures was 836.22% in 2024 against a maximum downside of 449.0% in 2024.
- Over 5 years, Capital Expenditures stood at -$1.8 billion in 2022, then surged by 80.38% to -$359.6 million in 2023, then gained by 26.83% to -$263.1 million in 2024, then jumped by 94.01% to -$15.8 million in 2025, then jumped by 1147.94% to $165.1 million in 2026.
- The last three Capital Expenditures figures came in at $165.1 million (Q2 2026), -$51.5 million (Q1 2026), and -$15.8 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 165.14 Mn |
| Mar 31, 2026 | -51.50 Mn |
| Dec 31, 2025 | -15.76 Mn |
| Sep 30, 2025 | 914.09 Mn |
| Jun 30, 2025 | 79.99 Mn |
| Mar 31, 2025 | -20.20 Mn |
| Dec 31, 2024 | -263.13 Mn |
| Sep 30, 2024 | 298.16 Mn |
| Jun 30, 2024 | -293.85 Mn |
| Mar 31, 2024 | -74.31 Mn |
| Dec 31, 2023 | -359.60 Mn |
| Sep 30, 2023 | 31.85 Mn |
| Jun 30, 2023 | 84.20 Mn |
| Mar 31, 2023 | 35.32 Mn |
| Dec 31, 2022 | -1.83 Bn |
| Sep 30, 2022 | 139.79 Mn |
| Jun 30, 2022 | 238.99 Mn |
| Mar 31, 2022 | 511.03 Mn |
| Dec 31, 2021 | 642.45 Mn |
| Sep 30, 2021 | 1.07 Bn |
Triton International Ltd Capital Expenditures 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=capital-expenditures&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();