Tc Energy Corp (TRPPF) Other Operating Expenses (2014 - 2024)
Tc Energy (TRPPF) posted Other Operating Expenses of $419.3 million for Q3 2024, up 1094.78% on a QoQ basis from $35.1 million in Q2 2024.
Tc Energy Corp (TRPPF) Other Operating Expenses (2014 - 2024) Analysis & Trends
Tc Energy has reported Other Operating Expenses for 8 years, with the latest figure at $419.3 million in Q3 2024.
- On a quarterly basis, Other Operating Expenses changed N/A year-over-year to $419.3 million in Q3 2024; TTM through Dec 2025 was -$0.0, a 100.0% decrease from a year earlier, with the FY2024 full-year figure at $452.8 million, changed N/A from the prior year.
- Other Operating Expenses was $419.3 million for Q3 2024 at Tc Energy, up from $35.1 million in the prior quarter.
- The five-year high for Other Operating Expenses was $419.3 million in Q3 2024, with the low at -$86.5 million in Q1 2020.
- Average Other Operating Expenses over 3 years is $54.2 million, with a median of $12.1 million recorded in 2021.
- The sharpest annual moves came in 2020 and 2021: Other Operating Expenses surged 219.28% in 2020, then sank 91.48% in 2021.
- Over 3 years, Other Operating Expenses stood at -$71.3 million in 2020, then surged by 114.46% to $10.3 million in 2021, then soared by 3965.66% to $419.3 million in 2024.
- The last three Other Operating Expenses figures came in at $419.3 million (Q3 2024), $35.1 million (Q2 2024), and $10.3 million (Q4 2021), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | 419.31 Mn |
| Jun 30, 2024 | 35.09 Mn |
| Dec 31, 2021 | 10.31 Mn |
| Jun 30, 2021 | 13.83 Mn |
| Dec 31, 2020 | -71.34 Mn |
| Sep 30, 2020 | -49.53 Mn |
| Jun 30, 2020 | 162.27 Mn |
| Mar 31, 2020 | -86.52 Mn |
| Dec 31, 2019 | -58.33 Mn |
| Sep 30, 2019 | -84.85 Mn |
| Jun 30, 2019 | 50.82 Mn |
| Dec 31, 2017 | 111.77 Mn |
| Sep 30, 2017 | -7.18 Mn |
| Jun 30, 2017 | 370.37 Mn |
| Dec 31, 2016 | 621.50 Mn |
| Mar 31, 2016 | -2.91 Mn |
| Dec 31, 2015 | -93.67 Mn |
| Dec 31, 2014 | 7.93 Mn |
| Jun 30, 2014 | -98.99 Mn |
Tc Energy Corp Other Operating Expenses 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=other-operating-expenses&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();