Tc Energy Corp (TRPPF) Restructuring Costs (2016 - 2025)
Tc Energy (TRPPF) posted Restructuring Costs of $1.4 million for Q4 2025, down 1.31% on a QoQ basis from $1.5 million in Q3 2025.
Analysis
Tc Energy Corp (TRPPF) Restructuring Costs (2016 - 2025) Analysis & Trends
Tc Energy has reported Restructuring Costs for 3 years, with the latest figure at $1.4 million in Q4 2025.
- On a quarterly basis, Restructuring Costs changed N/A year-over-year to $1.4 million in Q4 2025; TTM through Dec 2025 was $10.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at $20.8 million, up 35.32% from the prior year.
- Restructuring Costs was $1.4 million for Q4 2025 at Tc Energy, down from $1.5 million in the prior quarter.
- The five-year high for Restructuring Costs was $62.7 million in Q4 2021, with the low at -$2.2 billion in Q1 2021.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.43 Mn |
| Sep 30, 2025 | 1.45 Mn |
| Jun 30, 2025 | 2.89 Mn |
| Mar 31, 2025 | 4.18 Mn |
| Dec 31, 2021 | 62.67 Mn |
| Jun 30, 2021 | 7.32 Mn |
| Mar 31, 2021 | -2.25 Bn |
| Mar 31, 2016 | 153.72 Mn |
API Access
Tc Energy Corp 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=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "ticker": "TRPPF", "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=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();