Tc Energy Corp (TRPPF) Payout Ratio (2009 - 2026)
Tc Energy (TRPPF) posted Payout Ratio of 0.38 for Q2 2026, up 27.32% on a QoQ basis from 0.53 in Q4 2025, and down 283.35% year-over-year from 0.21 in Q2 2025.
Tc Energy Corp (TRPPF) Payout Ratio (2009 - 2026) Analysis & Trends
Tc Energy has reported Payout Ratio for 18 years, with the latest figure at 0.38 in Q2 2026.
- On a quarterly basis, Payout Ratio fell 283.35% year-over-year to 0.38 in Q2 2026; TTM through Jun 2026 was 0.32, a 94.96% decrease from a year earlier, with the FY2025 full-year figure at 0.27, down 66.26% from the prior year.
- Payout Ratio was 0.38 for Q2 2026 at Tc Energy, up from 0.53 in the prior quarter.
- The five-year high for Payout Ratio was 0.06 in Q3 2023, with the low at 0.53 in Q4 2025.
- Average Payout Ratio over 5 years is 0.13, with a median of 0.09 recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Payout Ratio soared 569.59% in 2023, then tumbled 1370.84% in 2024.
- Over 5 years, Payout Ratio stood at 0.01 in 2022, then slumped by 855.28% to 0.06 in 2023, then tumbled by 54.26% to 0.09 in 2024, then plunged by 493.34% to 0.53 in 2025, then increased by 27.32% to 0.38 in 2026.
- The last three Payout Ratio figures came in at 0.38 (Q2 2026), 0.53 (Q4 2025), and 0.18 (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.38 |
| Dec 31, 2025 | -0.53 |
| Sep 30, 2025 | -0.18 |
| Jun 30, 2025 | -0.10 |
| Mar 31, 2025 | -0.22 |
| Dec 31, 2024 | -0.09 |
| Sep 30, 2024 | -0.21 |
| Jun 30, 2024 | -0.09 |
| Mar 31, 2024 | -0.24 |
| Dec 31, 2023 | -0.06 |
| Sep 30, 2023 | 0.06 |
| Jun 30, 2023 | -0.06 |
| Mar 31, 2023 | -0.02 |
| Dec 31, 2022 | 0.01 |
| Sep 30, 2022 | -0.01 |
| Jun 30, 2022 | -0.01 |
| Mar 31, 2022 | -0.03 |
| Dec 31, 2021 | -0.01 |
| Sep 30, 2021 | -0.01 |
| Jun 30, 2021 | -0.01 |
Tc Energy Corp Payout Ratio 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=payout-ratio&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-ratio", "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=payout-ratio&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();