Triton International (TRTN-PA) Share-based Compensation (2015 - 2026)
Triton International (TRTN-PA) posted Share-based Compensation of $3.2 million for Q2 2026, up 1285.19% on a QoQ basis from -$270000.0 in Q1 2026, and up 52.38% year-over-year from $2.1 million in Q2 2025.
Triton International (TRTN-PA) Share-based Compensation (2015 - 2026) Analysis & Trends
Triton International has reported Share-based Compensation for 12 years, with the latest figure at $3.2 million in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 52.38% year-over-year to $3.2 million in Q2 2026; TTM through Jun 2026 was $5.9 million, a 20.0% decrease from a year earlier, with the FY2025 full-year figure at $1.2 million, down 51.01% from the prior year.
- Share-based Compensation was $3.2 million for Q2 2026 at Triton International, up from -$270000.0 in the prior quarter.
- The five-year high for Share-based Compensation was $21.1 million in Q4 2022, with the low at -$10.1 million in Q1 2022.
- Average Share-based Compensation over 5 years is $2.2 million, with a median of $2.1 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Share-based Compensation soared 895.67% in 2024, then slumped 243.07% in 2025.
- Over 5 years, Share-based Compensation stood at $21.1 million in 2022, then slumped by 97.82% to $462000.0 in 2023, then jumped by 895.67% to $4.6 million in 2024, then sank by 81.93% to $831000.0 in 2025, then surged by 285.08% to $3.2 million in 2026.
- The last three Share-based Compensation figures came in at $3.2 million (Q2 2026), -$270000.0 (Q1 2026), and $831000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | -91.00 Mn |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | 86.01 Mn |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | 12.40 Mn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | 9.00 Mn |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | 34.00 Mn |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | 13.80 Mn |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | 41.00 Mn |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | 68.00 Mn |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | 22.00 Mn |
| 10 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 3.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.20 Mn |
| Mar 31, 2026 | -270,000.00 |
| Dec 31, 2025 | 831,000.00 |
| Sep 30, 2025 | 2.10 Mn |
| Jun 30, 2025 | 2.10 Mn |
| Mar 31, 2025 | -774,000.00 |
| Dec 31, 2024 | 4.60 Mn |
| Sep 30, 2024 | 1.40 Mn |
| Jun 30, 2024 | 900,000.00 |
| Mar 31, 2024 | 541,000.00 |
| Dec 31, 2023 | 462,000.00 |
| Sep 30, 2023 | 2.50 Mn |
| Jun 30, 2023 | 2.60 Mn |
| Mar 31, 2023 | 2.21 Mn |
| Dec 31, 2022 | 21.15 Mn |
| Sep 30, 2022 | 3.20 Mn |
| Jun 30, 2022 | 3.70 Mn |
| Mar 31, 2022 | -10.06 Mn |
| Dec 31, 2021 | -9.27 Mn |
| Sep 30, 2021 | 2.20 Mn |
Triton International Share-based Compensation 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=share-based-compensation&ticker=TRTN-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "TRTN-PA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=TRTN-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();