Tc Energy Corp (TRPPF) Dividends Paid - Common (QoQ) (2009 - 2025)
Analysis
Tc Energy Corp (TRPPF) Dividends Paid - Common (QoQ) (2009 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -357.87% |
| Sep 30, 2025 | -34.65% |
| Jun 30, 2025 | 60.93% |
| Mar 31, 2025 | -149.05% |
| Dec 31, 2024 | 72.28% |
| Sep 30, 2024 | -266.02% |
| Jun 30, 2024 | 71.11% |
| Mar 31, 2024 | -240.38% |
| Dec 31, 2023 | -651.97% |
| Sep 30, 2023 | 26.52% |
| Jun 30, 2023 | 28.11% |
| Mar 31, 2023 | -91.68% |
| Dec 31, 2022 | -5.69% |
| Sep 30, 2022 | 24.80% |
| Jun 30, 2022 | -29.15% |
| Mar 31, 2022 | -42.16% |
| Dec 31, 2021 | 12.62% |
| Sep 30, 2021 | 2.35% |
| Jun 30, 2021 | 83.85% |
| Mar 31, 2021 | 2.72% |
API Access
Tc Energy Corp Dividends Paid - Common (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=dividends-paid-common-qoq&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-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=dividends-paid-common-qoq&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();