Triton International Ltd (TRTN-PB) Cash from Operations (2015 - 2026)
Triton International (TRTN-PB) posted Cash from Operations of $224.7 million for Q2 2026, up 9.14% on a QoQ basis from $205.9 million in Q1 2026, and up 5.66% year-over-year from $212.7 million in Q2 2025.
Triton International Ltd (TRTN-PB) Cash from Operations (2015 - 2026) Analysis & Trends
Triton International has reported Cash from Operations for 12 years, with the latest figure at $224.7 million in Q2 2026.
- On a quarterly basis, Cash from Operations rose 5.66% year-over-year to $224.7 million in Q2 2026; TTM through Jun 2026 was $902.3 million, a 17.11% decrease from a year earlier, with the FY2025 full-year figure at $972.1 million, down 12.69% from the prior year.
- Cash from Operations was $224.7 million for Q2 2026 at Triton International, up from $205.9 million in the prior quarter.
- The five-year high for Cash from Operations was $638.8 million in Q2 2022, with the low at $205.9 million in Q1 2026.
- Average Cash from Operations over 5 years is $308.4 million, with a median of $277.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Cash from Operations soared 104.52% in 2022, then slumped 52.29% in 2023.
- Over 5 years, Cash from Operations stood at $446.6 million in 2022, then tumbled by 35.68% to $287.3 million in 2023, then retreated by 14.62% to $245.3 million in 2024, then advanced by 1.17% to $248.1 million in 2025, then decreased by 9.44% to $224.7 million in 2026.
- The last three Cash from Operations figures came in at $224.7 million (Q2 2026), $205.9 million (Q1 2026), and $248.1 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 224.70 Mn |
| Mar 31, 2026 | 205.87 Mn |
| Dec 31, 2025 | 248.13 Mn |
| Sep 30, 2025 | 223.58 Mn |
| Jun 30, 2025 | 212.66 Mn |
| Mar 31, 2025 | 287.70 Mn |
| Dec 31, 2024 | 245.26 Mn |
| Sep 30, 2024 | 342.86 Mn |
| Jun 30, 2024 | 267.73 Mn |
| Mar 31, 2024 | 257.52 Mn |
| Dec 31, 2023 | 287.25 Mn |
| Sep 30, 2023 | 255.35 Mn |
| Jun 30, 2023 | 304.79 Mn |
| Mar 31, 2023 | 302.82 Mn |
| Dec 31, 2022 | 446.61 Mn |
| Sep 30, 2022 | 400.81 Mn |
| Jun 30, 2022 | 638.79 Mn |
| Mar 31, 2022 | 398.67 Mn |
| Dec 31, 2021 | 418.25 Mn |
| Sep 30, 2021 | 373.60 Mn |
Triton International Ltd Cash from Operations 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-operations&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-operations&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();