Tc Energy Corp (TRPPF) Property, Plant & Equipment (Net) (QoQ) (2009 - 2025)
Analysis
Tc Energy Corp (TRPPF) Property, Plant & Equipment (Net) (QoQ) (2009 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.56% |
| Sep 30, 2025 | 3.27% |
| Jun 30, 2025 | -7.79% |
| Mar 31, 2025 | -2.02% |
| Dec 31, 2024 | -10.09% |
| Sep 30, 2024 | 0.90% |
| Jun 30, 2024 | 0.54% |
| Mar 31, 2024 | 19.24% |
| Dec 31, 2023 | -14.95% |
| Sep 30, 2023 | 3.30% |
| Jun 30, 2023 | 1.34% |
| Mar 31, 2023 | 2.42% |
| Dec 31, 2022 | -2.75% |
| Sep 30, 2022 | 1.02% |
| Jun 30, 2022 | 2.35% |
| Mar 31, 2022 | -0.06% |
| Dec 31, 2021 | 1.16% |
| Sep 30, 2021 | 0.69% |
| Jun 30, 2021 | 1,969.53% |
| Mar 31, 2021 | -95.06% |
API Access
Tc Energy Corp Property, Plant & Equipment (Net) (QoQ) 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=property-plant-and-equipment-net-qoq&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-qoq", "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=property-plant-and-equipment-net-qoq&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();