Triton International Ltd (TRTN-PB) Restructuring Costs (2015 - 2024)
Triton International (TRTN-PB) posted Restructuring Costs of $240000.0 for Q4 2024, down 95.29% on a QoQ basis from $5.1 million in Q3 2024.
Triton International Ltd (TRTN-PB) Restructuring Costs (2015 - 2024) Analysis & Trends
Triton International has reported Restructuring Costs for 5 years, with the latest figure at $240000.0 in Q4 2024.
- On a quarterly basis, Restructuring Costs changed N/A year-over-year to $240000.0 in Q4 2024; TTM through Sep 2025 was $240000.0, a 99.1% decrease from a year earlier, with the FY2024 full-year figure at $27.0 million, down 65.84% from the prior year.
- Restructuring Costs was $240000.0 for Q4 2024 at Triton International, down from $5.1 million in the prior quarter.
- The five-year high for Restructuring Costs was $16.1 million in Q2 2024, with the low at $240000.0 in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 240,000.00 |
| Sep 30, 2024 | 5.10 Mn |
| Jun 30, 2024 | 16.14 Mn |
| Mar 31, 2024 | 5.51 Mn |
| Dec 31, 2018 | 116,000.00 |
| Sep 30, 2018 | 2,000.00 |
| Jun 30, 2018 | -1,000.00 |
| Mar 31, 2018 | -29,000.00 |
| Dec 31, 2017 | 5.93 Mn |
| Sep 30, 2017 | 32,000.00 |
| Jun 30, 2017 | 836,000.00 |
| Mar 31, 2017 | 2.47 Mn |
| Dec 31, 2016 | 399,000.00 |
| Sep 30, 2016 | 59.57 Mn |
| Jun 30, 2016 | 3.54 Mn |
| Mar 31, 2016 | 3.41 Mn |
| Dec 31, 2015 | 9.80 Mn |
| Sep 30, 2015 | 2.43 Mn |
Triton International Ltd Restructuring Costs 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=restructuring-costs&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();