Triton International Ltd (TRTN-PB) Net Cash Flow (2015 - 2026)
Triton International (TRTN-PB) posted Net Cash Flow of $57.9 million for Q2 2026, up 682.54% on a QoQ basis from -$9.9 million in Q1 2026, and down 93.37% year-over-year from $873.2 million in Q2 2025.
Triton International Ltd (TRTN-PB) Net Cash Flow (2015 - 2026) Analysis & Trends
Triton International has reported Net Cash Flow for 12 years, with the latest figure at $57.9 million in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 93.37% year-over-year to $57.9 million in Q2 2026; TTM through Jun 2026 was -$784.6 million, a 187.87% decrease from a year earlier, with the FY2025 full-year figure at -$22.4 million, down 209.37% from the prior year.
- Net Cash Flow was $57.9 million for Q2 2026 at Triton International, up from -$9.9 million in the prior quarter.
- The five-year high for Net Cash Flow was $873.2 million in Q2 2025, with the low at -$813.4 million in Q3 2025.
- Average Net Cash Flow over 5 years is -$2.0 million, with a median of -$11.5 million recorded in 2022.
- The largest YoY upside for Net Cash Flow was 6173.15% in 2025 against a maximum downside of 1196.02% in 2025.
- Over 5 years, Net Cash Flow stood at $19.3 million in 2022, then plunged by 107.88% to -$1.5 million in 2023, then soared by 658.78% to $8.5 million in 2024, then tumbled by 325.63% to -$19.2 million in 2025, then surged by 401.96% to $57.9 million in 2026.
- The last three Net Cash Flow figures came in at $57.9 million (Q2 2026), -$9.9 million (Q1 2026), and -$19.2 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 57.90 Mn |
| Mar 31, 2026 | -9.94 Mn |
| Dec 31, 2025 | -19.18 Mn |
| Sep 30, 2025 | -813.40 Mn |
| Jun 30, 2025 | 873.20 Mn |
| Mar 31, 2025 | -63.03 Mn |
| Dec 31, 2024 | 8.50 Mn |
| Sep 30, 2024 | 74.21 Mn |
| Jun 30, 2024 | -14.38 Mn |
| Mar 31, 2024 | -47.85 Mn |
| Dec 31, 2023 | -1.52 Mn |
| Sep 30, 2023 | -7.24 Mn |
| Jun 30, 2023 | -37.87 Mn |
| Mar 31, 2023 | 9.55 Mn |
| Dec 31, 2022 | 19.29 Mn |
| Sep 30, 2022 | -13.09 Mn |
| Jun 30, 2022 | -13.30 Mn |
| Mar 31, 2022 | -37.14 Mn |
| Dec 31, 2021 | 21.17 Mn |
| Sep 30, 2021 | 4.49 Mn |
Triton International Ltd Net Cash Flow 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-cash-flow&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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-cash-flow&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();