Triton International Ltd (TRTN-PB) Interest Coverage Ratio (2015 - 2026)
Triton International (TRTN-PB) posted Interest Coverage Ratio of 2.77 for Q2 2026, down 1.77% on a QoQ basis from 2.82 in Q1 2026, and down 17.61% year-over-year from 3.36 in Q2 2025.
Triton International Ltd (TRTN-PB) Interest Coverage Ratio (2015 - 2026) Analysis & Trends
Triton International has reported Interest Coverage Ratio for 12 years, with the latest figure at 2.77 in Q2 2026.
- On a quarterly basis, Interest Coverage Ratio fell 17.61% year-over-year to 2.77 in Q2 2026; TTM through Jun 2026 was 2.84, a 16.71% decrease from a year earlier, with the FY2025 full-year figure at 3.1, down 2.45% from the prior year.
- Interest Coverage Ratio was 2.77 for Q2 2026 at Triton International, down from 2.82 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 4.94 in Q2 2022, with the low at 2.35 in Q3 2023.
- Average Interest Coverage Ratio over 5 years is 3.45, with a median of 3.34 recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Interest Coverage Ratio sank 49.05% in 2023, then surged 47.55% in 2024.
- Over 5 years, Interest Coverage Ratio stood at 4.17 in 2022, then decreased by 28.35% to 2.99 in 2023, then increased by 15.98% to 3.47 in 2024, then retreated by 17.0% to 2.88 in 2025, then declined by 3.75% to 2.77 in 2026.
- The last three Interest Coverage Ratio figures came in at 2.77 (Q2 2026), 2.82 (Q1 2026), and 2.88 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.77 |
| Mar 31, 2026 | 2.82 |
| Dec 31, 2025 | 2.88 |
| Sep 30, 2025 | 2.88 |
| Jun 30, 2025 | 3.36 |
| Mar 31, 2025 | 3.33 |
| Dec 31, 2024 | 3.47 |
| Sep 30, 2024 | 3.46 |
| Jun 30, 2024 | 2.48 |
| Mar 31, 2024 | 3.25 |
| Dec 31, 2023 | 2.99 |
| Sep 30, 2023 | 2.35 |
| Jun 30, 2023 | 3.72 |
| Mar 31, 2023 | 3.77 |
| Dec 31, 2022 | 4.17 |
| Sep 30, 2022 | 4.61 |
| Jun 30, 2022 | 4.94 |
| Mar 31, 2022 | 4.81 |
| Dec 31, 2021 | 4.87 |
| Sep 30, 2021 | 4.47 |
Triton International Ltd Interest Coverage 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=interest-coverage-ratio&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();