Triton International Ltd (TRTN-PB) Other Working Capital Changes (2020 - 2026)
Triton International (TRTN-PB) posted Other Working Capital Changes of -$14.2 million for Q2 2026, down 15.12% on a QoQ basis from -$12.3 million in Q1 2026, and up 20.43% year-over-year from -$11.8 million in Q2 2025.
Triton International Ltd (TRTN-PB) Other Working Capital Changes (2020 - 2026) Analysis & Trends
Triton International has reported Other Working Capital Changes for 7 years, with the latest figure at -$14.2 million in Q2 2026.
- On a quarterly basis, Other Working Capital Changes rose 20.43% year-over-year to -$14.2 million in Q2 2026; TTM through Jun 2026 was -$55.0 million, a 26.62% increase from a year earlier, with the FY2025 full-year figure at -$65.0 million, up 12.49% from the prior year.
- Other Working Capital Changes was -$14.2 million for Q2 2026 at Triton International, down from -$12.3 million in the prior quarter.
- The five-year high for Other Working Capital Changes was $231.6 million in Q2 2022, with the low at -$19.9 million in Q4 2023.
- Average Other Working Capital Changes over 4 years is $679500.0, with a median of -$7000.0 recorded in 2017.
- The largest YoY upside for Other Working Capital Changes was 4061.89% in 2019 against a maximum downside of 148.13% in 2019.
- Over 5 years, Other Working Capital Changes stood at $12.3 million in 2022, then slumped by 261.25% to -$19.9 million in 2023, then gained by 4.2% to -$19.1 million in 2024, then grew by 27.12% to -$13.9 million in 2025, then declined by 1.96% to -$14.2 million in 2026.
- The last three Other Working Capital Changes figures came in at -$14.2 million (Q2 2026), -$12.3 million (Q1 2026), and -$13.9 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -14.17 Mn |
| Jun 30, 2026 | -14.17 Mn |
| Mar 31, 2026 | -12.31 Mn |
| Mar 31, 2026 | -12.31 Mn |
| Dec 31, 2025 | -13.90 Mn |
| Dec 31, 2025 | -13.90 Mn |
| Sep 30, 2025 | -14.58 Mn |
| Sep 30, 2025 | -14.58 Mn |
| Jun 30, 2025 | -17.81 Mn |
| Jun 30, 2025 | -17.81 Mn |
| Mar 31, 2025 | -18.70 Mn |
| Mar 31, 2025 | -18.70 Mn |
| Dec 31, 2024 | -19.07 Mn |
| Dec 31, 2024 | -19.07 Mn |
| Sep 30, 2024 | -19.32 Mn |
| Sep 30, 2024 | -19.32 Mn |
| Jun 30, 2024 | -19.19 Mn |
| Jun 30, 2024 | -19.19 Mn |
| Mar 31, 2024 | -16.68 Mn |
| Mar 31, 2024 | -16.68 Mn |
Triton International Ltd Other Working Capital Changes 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=other-working-capital-changes&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();