Tc Energy Corp (TRPPF) Dividends Paid - Common (2009 - 2026)
Tc Energy (TRPPF) posted Dividends Paid - Common of -$272.5 million for Q2 2026, up 26.2% on a QoQ basis from -$369.3 million in Q4 2025, and down 354.98% year-over-year from $106.9 million in Q2 2025.
Tc Energy Corp (TRPPF) Dividends Paid - Common (2009 - 2026) Analysis & Trends
Tc Energy has reported Dividends Paid - Common for 18 years, with the latest figure at -$272.5 million in Q2 2026.
- On a quarterly basis, Dividends Paid - Common fell 354.98% year-over-year to -$272.5 million in Q2 2026; TTM through Jun 2026 was -$782.4 million, a 57.46% decrease from a year earlier, with the FY2025 full-year figure at -$664.9 million, down 20.57% from the prior year.
- Dividends Paid - Common was -$272.5 million for Q2 2026 at Tc Energy, up from -$369.3 million in the prior quarter.
- The five-year high for Dividends Paid - Common was -$7.7 million in Q3 2022, with the low at -$369.3 million in Q4 2025.
- Average Dividends Paid - Common over 5 years is -$95.3 million, with a median of -$60.7 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Dividends Paid - Common soared 80.41% in 2022, then sank 2606.99% in 2024.
- Over 5 years, Dividends Paid - Common stood at -$8.1 million in 2022, then tumbled by 661.39% to -$61.7 million in 2023, then climbed by 0.22% to -$61.6 million in 2024, then sank by 499.87% to -$369.3 million in 2025, then advanced by 26.2% to -$272.5 million in 2026.
- The last three Dividends Paid - Common figures came in at -$272.5 million (Q2 2026), -$369.3 million (Q4 2025), and -$80.7 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -272.54 Mn |
| Dec 31, 2025 | -369.30 Mn |
| Sep 30, 2025 | -80.66 Mn |
| Jun 30, 2025 | -59.90 Mn |
| Mar 31, 2025 | -153.32 Mn |
| Dec 31, 2024 | -61.56 Mn |
| Sep 30, 2024 | -222.12 Mn |
| Jun 30, 2024 | -60.68 Mn |
| Mar 31, 2024 | -210.02 Mn |
| Dec 31, 2023 | -61.70 Mn |
| Sep 30, 2023 | -8.21 Mn |
| Jun 30, 2023 | -11.17 Mn |
| Mar 31, 2023 | -15.53 Mn |
| Dec 31, 2022 | -8.10 Mn |
| Sep 30, 2022 | -7.67 Mn |
| Jun 30, 2022 | -10.20 Mn |
| Mar 31, 2022 | -7.89 Mn |
| Dec 31, 2021 | -5.55 Mn |
| Sep 30, 2021 | -6.36 Mn |
| Jun 30, 2021 | -6.51 Mn |
Tc Energy Corp Dividends Paid - Common 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&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();