Tc Energy Corp (TRPPF) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
Tc Energy Corp (TRPPF) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 52.99 Bn |
| Dec 31, 2025 | 50.95 Bn |
| Sep 30, 2025 | 51.76 Bn |
| Jun 30, 2025 | 50.12 Bn |
| Mar 31, 2025 | 54.36 Bn |
| Dec 31, 2024 | 55.48 Bn |
| Sep 30, 2024 | 61.71 Bn |
| Jun 30, 2024 | 61.16 Bn |
| Mar 31, 2024 | 60.83 Bn |
| Dec 31, 2023 | 51.01 Bn |
| Sep 30, 2023 | 59.98 Bn |
| Jun 30, 2023 | 58.07 Bn |
| Mar 31, 2023 | 57.30 Bn |
| Dec 31, 2022 | 55.95 Bn |
| Sep 30, 2022 | 57.53 Bn |
| Jun 30, 2022 | 56.95 Bn |
| Mar 31, 2022 | 55.64 Bn |
| Dec 31, 2021 | 55.68 Bn |
| Sep 30, 2021 | 55.04 Bn |
| Jun 30, 2021 | 54.66 Bn |
API Access
Tc Energy Corp Property, Plant & Equipment (Net) 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&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();