Triton International Ltd (TRTN-PB) Debt Ratio (2015 - 2026)
Triton International (TRTN-PB) posted Debt Ratio of 0.65 for Q2 2026, down 0.73% on a QoQ basis from 0.66 in Q1 2026, and down 2.65% year-over-year from 0.67 in Q2 2025.
Triton International Ltd (TRTN-PB) Debt Ratio (2015 - 2026) Analysis & Trends
Triton International has reported Debt Ratio for 12 years, with the latest figure at 0.65 in Q2 2026.
- On a quarterly basis, Debt Ratio fell 2.65% year-over-year to 0.65 in Q2 2026; TTM through Jun 2026 was 0.65, a 2.65% decrease from a year earlier, with the FY2025 full-year figure at 0.67, down 2.32% from the prior year.
- Debt Ratio was 0.65 for Q2 2026 at Triton International, down from 0.66 in the prior quarter.
- The five-year high for Debt Ratio was 0.7 in Q1 2022, with the low at 0.65 in Q2 2023.
- Average Debt Ratio over 5 years is 0.67, with a median of 0.67 recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Debt Ratio gained 5.61% in 2022, then declined 4.57% in 2023.
- Over 5 years, Debt Ratio stood at 0.67 in 2022, then retreated by 0.26% to 0.67 in 2023, then grew by 3.0% to 0.68 in 2024, then fell by 2.32% to 0.67 in 2025, then decreased by 2.39% to 0.65 in 2026.
- The last three Debt Ratio figures came in at 0.65 (Q2 2026), 0.66 (Q1 2026), and 0.67 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.65 |
| Mar 31, 2026 | 0.66 |
| Dec 31, 2025 | 0.67 |
| Sep 30, 2025 | 0.67 |
| Jun 30, 2025 | 0.67 |
| Mar 31, 2025 | 0.66 |
| Dec 31, 2024 | 0.68 |
| Sep 30, 2024 | 0.66 |
| Jun 30, 2024 | 0.66 |
| Mar 31, 2024 | 0.67 |
| Dec 31, 2023 | 0.67 |
| Sep 30, 2023 | 0.68 |
| Jun 30, 2023 | 0.65 |
| Mar 31, 2023 | 0.66 |
| Dec 31, 2022 | 0.67 |
| Sep 30, 2022 | 0.67 |
| Jun 30, 2022 | 0.67 |
| Mar 31, 2022 | 0.70 |
| Dec 31, 2021 | 0.68 |
| Sep 30, 2021 | 0.68 |
Triton International Ltd Debt Ratio 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=debt-ratio&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();