Tc Energy Corp (TRPPF) Construction in Progress (2012 - 2026)
Tc Energy (TRPPF) posted Construction in Progress of -$6.5 million for Q2 2026, down 111.2% on a QoQ basis from $58.1 million in Q4 2025, and up 9.85% year-over-year from -$5.9 million in Q2 2025.
Tc Energy Corp (TRPPF) Construction in Progress (2012 - 2026) Analysis & Trends
Tc Energy has reported Construction in Progress for 15 years, with the latest figure at -$6.5 million in Q2 2026.
- On a quarterly basis, Construction in Progress rose 9.85% year-over-year to -$6.5 million in Q2 2026; TTM through Jun 2026 was -$6.5 million, a 9.85% increase from a year earlier, with the FY2025 full-year figure at $58.0 million, down 51.6% from the prior year.
- Construction in Progress was -$6.5 million for Q2 2026 at Tc Energy, down from $58.1 million in the prior quarter.
- The five-year high for Construction in Progress was $117.4 million in Q4 2024, with the low at -$104.3 million in Q4 2023.
- Average Construction in Progress over 5 years is -$19.9 million, with a median of -$17.3 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Construction in Progress sank 462.17% in 2023, then soared 212.55% in 2024.
- Over 5 years, Construction in Progress stood at -$36.1 million in 2022, then plunged by 188.94% to -$104.3 million in 2023, then jumped by 212.55% to $117.4 million in 2024, then plunged by 50.52% to $58.1 million in 2025, then slumped by 111.2% to -$6.5 million in 2026.
- The last three Construction in Progress figures came in at -$6.5 million (Q2 2026), $58.1 million (Q4 2025), and -$8.7 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.51 Mn |
| Dec 31, 2025 | 58.08 Mn |
| Sep 30, 2025 | -8.72 Mn |
| Jun 30, 2025 | -7.22 Mn |
| Mar 31, 2025 | -2.79 Mn |
| Dec 31, 2024 | 117.40 Mn |
| Sep 30, 2024 | -30.06 Mn |
| Jun 30, 2024 | -24.13 Mn |
| Mar 31, 2024 | -14.84 Mn |
| Dec 31, 2023 | -104.30 Mn |
| Sep 30, 2023 | -91.00 Mn |
| Jun 30, 2023 | -77.42 Mn |
| Mar 31, 2023 | -57.70 Mn |
| Dec 31, 2022 | -36.10 Mn |
| Sep 30, 2022 | -25.30 Mn |
| Jun 30, 2022 | -17.26 Mn |
| Mar 31, 2022 | -10.26 Mn |
| Dec 31, 2021 | 33.32 Mn |
| Dec 31, 2020 | -93.58 Mn |
| Sep 30, 2020 | -91.55 Mn |
Tc Energy Corp Construction in Progress 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=construction-in-progress&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();