Tc Energy Corp (TRPPF) Share-based Compensation (QoQ) (2012 - 2024)
Analysis
Tc Energy Corp (TRPPF) Share-based Compensation (QoQ) (2012 - 2024) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | -24.80% |
| Jun 30, 2024 | -1.48% |
| Mar 31, 2024 | 102.06% |
| Dec 31, 2023 | -34.35% |
| Sep 30, 2023 | 133.40% |
| Jun 30, 2023 | 30.32% |
| Mar 31, 2023 | -86.47% |
| Dec 31, 2022 | 38.86% |
| Sep 30, 2022 | -115.06% |
| Jun 30, 2022 | 17.21% |
| Mar 31, 2022 | 68.57% |
| Dec 31, 2021 | -337.18% |
| Sep 30, 2021 | 681.20% |
| Jun 30, 2021 | -79.41% |
| Mar 31, 2021 | 139.62% |
| Dec 31, 2020 | 39.60% |
| Sep 30, 2020 | -672.28% |
| Jun 30, 2020 | -67.77% |
| Mar 31, 2020 | 165.65% |
| Dec 31, 2019 | -699.90% |
API Access
Tc Energy Corp Share-based Compensation (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=share-based-compensation-qoq&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-qoq&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();