Tc Energy Corp (TRPPF) Share-based Compensation Growth (1y) (2012 - 2025)
Analysis
Tc Energy Corp (TRPPF) Share-based Compensation Growth (1y) (2012 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -66.96% |
| Mar 31, 2025 | -53.05% |
| Sep 30, 2024 | -1.73% |
| Jun 30, 2024 | 143.65% |
| Mar 31, 2024 | 130.87% |
| Dec 31, 2023 | 128.49% |
| Sep 30, 2023 | 126.53% |
| Jun 30, 2023 | -70.85% |
| Mar 31, 2023 | -103.01% |
| Dec 31, 2022 | 65.79% |
| Sep 30, 2022 | -232.71% |
| Jun 30, 2022 | -582.06% |
| Mar 31, 2022 | -219.91% |
| Dec 31, 2021 | -51.16% |
| Sep 30, 2021 | 138.50% |
| Jun 30, 2021 | -71.80% |
| Mar 31, 2021 | -55.86% |
| Dec 31, 2020 | 26.87% |
| Sep 30, 2020 | -826.36% |
| Jun 30, 2020 | 111.70% |
API Access
Tc Energy Corp Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();