Tc Energy Corp (TRPPF) Capital Expenditures (2009 - 2026)
Tc Energy (TRPPF) posted Capital Expenditures of -$773.5 million for Q2 2026, up 19.86% on a QoQ basis from -$965.2 million in Q4 2025, and up 3.35% year-over-year from -$748.4 million in Q2 2025.
Tc Energy Corp (TRPPF) Capital Expenditures (2009 - 2026) Analysis & Trends
Tc Energy has reported Capital Expenditures for 18 years, with the latest figure at -$773.5 million in Q2 2026.
- On a quarterly basis, Capital Expenditures rose 3.35% year-over-year to -$773.5 million in Q2 2026; TTM through Jun 2026 was -$3.5 billion, a 20.64% increase from a year earlier, with the FY2025 full-year figure at $3.8 billion, up 181.87% from the prior year.
- Capital Expenditures was -$773.5 million for Q2 2026 at Tc Energy, up from -$965.2 million in the prior quarter.
- The five-year high for Capital Expenditures was -$773.5 million in Q2 2026, with the low at -$1.5 billion in Q4 2022.
- Average Capital Expenditures over 5 years is -$1.2 billion, with a median of -$1.2 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Capital Expenditures sank 51.65% in 2023, then soared 35.13% in 2024.
- Over 5 years, Capital Expenditures stood at -$1.5 billion in 2022, then rose by 0.68% to -$1.5 billion in 2023, then grew by 22.49% to -$1.2 billion in 2024, then gained by 17.78% to -$965.2 million in 2025, then climbed by 19.86% to -$773.5 million in 2026.
- The last three Capital Expenditures figures came in at -$773.5 million (Q2 2026), -$965.2 million (Q4 2025), and -$911.9 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -773.53 Mn |
| Dec 31, 2025 | -965.20 Mn |
| Sep 30, 2025 | -911.93 Mn |
| Jun 30, 2025 | -800.38 Mn |
| Mar 31, 2025 | -1.09 Bn |
| Dec 31, 2024 | -1.17 Bn |
| Sep 30, 2024 | -1.29 Bn |
| Jun 30, 2024 | -974.61 Mn |
| Mar 31, 2024 | -1.17 Bn |
| Dec 31, 2023 | -1.51 Bn |
| Sep 30, 2023 | -1.52 Bn |
| Jun 30, 2023 | -1.50 Bn |
| Mar 31, 2023 | -1.39 Bn |
| Dec 31, 2022 | -1.52 Bn |
| Sep 30, 2022 | -1.41 Bn |
| Jun 30, 2022 | -990.62 Mn |
| Mar 31, 2022 | -1.19 Bn |
| Dec 31, 2021 | -1.28 Bn |
| Sep 30, 2021 | -1.15 Bn |
| Jun 30, 2021 | -987.62 Mn |
Tc Energy Corp Capital Expenditures 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=capital-expenditures&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();