Triton International Ltd (TRTN-PB) EPS (Basic) (2015 - 2026)
Triton International (TRTN-PB) posted EPS (Basic) of $1.58 for Q2 2026, down 2.0% on a QoQ basis from $1.61 in Q1 2026, and down 21.25% year-over-year from $2.01 in Q2 2025.
Triton International Ltd (TRTN-PB) EPS (Basic) (2015 - 2026) Analysis & Trends
Triton International has reported EPS (Basic) for 12 years, with the latest figure at $1.58 in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 21.25% year-over-year to $1.58 in Q2 2026; TTM through Jun 2026 was $6.95, a 28.01% decrease from a year earlier, with the FY2025 full-year figure at $8.14, down 4.31% from the prior year.
- EPS (Basic) was $1.58 for Q2 2026 at Triton International, down from $1.61 in the prior quarter.
- The five-year high for EPS (Basic) was $2.91 in Q2 2022, with the low at $1.03 in Q3 2023.
- Average EPS (Basic) over 5 years is $2.14, with a median of $2.2 recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: EPS (Basic) jumped 256.02% in 2022, then sank 64.28% in 2023.
- Over 5 years, EPS (Basic) stood at $2.46 in 2022, then declined by 26.05% to $1.82 in 2023, then jumped by 51.86% to $2.77 in 2024, then slumped by 30.93% to $1.91 in 2025, then fell by 17.36% to $1.58 in 2026.
- The last three EPS (Basic) figures came in at $1.58 (Q2 2026), $1.61 (Q1 2026), and $1.91 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.58 |
| Mar 31, 2026 | 1.61 |
| Dec 31, 2025 | 1.91 |
| Sep 30, 2025 | 1.85 |
| Jun 30, 2025 | 2.01 |
| Mar 31, 2025 | 2.37 |
| Dec 31, 2024 | 2.77 |
| Sep 30, 2024 | 2.51 |
| Jun 30, 2024 | 1.18 |
| Mar 31, 2024 | 2.05 |
| Dec 31, 2023 | 1.82 |
| Sep 30, 2023 | 1.03 |
| Jun 30, 2023 | 2.35 |
| Mar 31, 2023 | 2.45 |
| Dec 31, 2022 | 2.46 |
| Sep 30, 2022 | 2.90 |
| Jun 30, 2022 | 2.91 |
| Mar 31, 2022 | 2.79 |
| Dec 31, 2021 | 2.66 |
| Sep 30, 2021 | 1.84 |
Triton International Ltd EPS (Basic) 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=eps-basic&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();