Triton International Ltd (TRTN-PB) Cash from Financing Activities (2015 - 2026)
Triton International (TRTN-PB) posted Cash from Financing Activities of -$70.8 million for Q2 2026, up 68.15% on a QoQ basis from -$222.2 million in Q1 2026, and down 110.46% year-over-year from $676.9 million in Q2 2025.
Triton International Ltd (TRTN-PB) Cash from Financing Activities (2015 - 2026) Analysis & Trends
Triton International has reported Cash from Financing Activities for 12 years, with the latest figure at -$70.8 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 110.46% year-over-year to -$70.8 million in Q2 2026; TTM through Jun 2026 was -$792.2 million, a 592.79% decrease from a year earlier, with the FY2025 full-year figure at -$220.6 million, up 58.98% from the prior year.
- Cash from Financing Activities was -$70.8 million for Q2 2026 at Triton International, up from -$222.2 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $676.9 million in Q2 2025, with the low at -$482.4 million in Q2 2022.
- Average Cash from Financing Activities over 5 years is -$203.6 million, with a median of -$311.9 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Cash from Financing Activities plunged 2011.13% in 2023, then surged 780.98% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$453.0 million in 2022, then soared by 31.15% to -$311.9 million in 2023, then soared by 80.2% to -$61.8 million in 2024, then sank by 404.98% to -$311.9 million in 2025, then surged by 77.31% to -$70.8 million in 2026.
- The last three Cash from Financing Activities figures came in at -$70.8 million (Q2 2026), -$222.2 million (Q1 2026), and -$311.9 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -70.77 Mn |
| Mar 31, 2026 | -222.23 Mn |
| Dec 31, 2025 | -311.86 Mn |
| Sep 30, 2025 | -187.29 Mn |
| Jun 30, 2025 | 676.90 Mn |
| Mar 31, 2025 | -398.36 Mn |
| Dec 31, 2024 | -61.76 Mn |
| Sep 30, 2024 | -56.03 Mn |
| Jun 30, 2024 | -99.40 Mn |
| Mar 31, 2024 | -320.58 Mn |
| Dec 31, 2023 | -311.93 Mn |
| Sep 30, 2023 | -322.92 Mn |
| Jun 30, 2023 | -351.20 Mn |
| Mar 31, 2023 | -345.53 Mn |
| Dec 31, 2022 | -453.05 Mn |
| Sep 30, 2022 | -364.81 Mn |
| Jun 30, 2022 | -482.36 Mn |
| Mar 31, 2022 | 18.08 Mn |
| Dec 31, 2021 | 193.43 Mn |
| Sep 30, 2021 | 657.68 Mn |
Triton International Ltd Cash from Financing Activities 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=cash-from-financing-activities&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();