Tc Energy Corp (TRPPF) Dividends payables (2011 - 2026)
Tc Energy (TRPPF) posted Dividends payables of $674.5 million for Q2 2026, up 4.39% on a QoQ basis from $646.1 million in Q4 2025, and up 3.73% year-over-year from $650.3 million in Q2 2025.
Tc Energy Corp (TRPPF) Dividends payables (2011 - 2026) Analysis & Trends
Tc Energy has reported Dividends payables for 14 years, with the latest figure at $674.5 million in Q2 2026.
- On a quarterly basis, Dividends payables rose 3.73% year-over-year to $674.5 million in Q2 2026; TTM through Jun 2026 was $674.5 million, a 3.73% increase from a year earlier, with the FY2025 full-year figure at $644.9 million, up 1.02% from the prior year.
- Dividends payables was $674.5 million for Q2 2026 at Tc Energy, up from $646.1 million in the prior quarter.
- The five-year high for Dividends payables was $748.1 million in Q1 2024, with the low at $625.7 million in Q4 2024.
- Average Dividends payables over 5 years is $693.7 million, with a median of $707.4 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Dividends payables climbed 5.01% in 2024, then dropped 16.15% in 2025.
- Over 5 years, Dividends payables stood at $685.1 million in 2022, then climbed by 4.96% to $719.1 million in 2023, then decreased by 13.0% to $625.7 million in 2024, then increased by 3.27% to $646.1 million in 2025, then increased by 4.39% to $674.5 million in 2026.
- The last three Dividends payables figures came in at $674.5 million (Q2 2026), $646.1 million (Q4 2025), and $654.7 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 674.49 Mn |
| Dec 31, 2025 | 646.09 Mn |
| Sep 30, 2025 | 654.70 Mn |
| Jun 30, 2025 | 650.26 Mn |
| Mar 31, 2025 | 627.22 Mn |
| Dec 31, 2024 | 625.65 Mn |
| Sep 30, 2024 | 741.85 Mn |
| Jun 30, 2024 | 739.18 Mn |
| Mar 31, 2024 | 748.05 Mn |
| Dec 31, 2023 | 719.11 Mn |
| Sep 30, 2023 | 728.77 Mn |
| Jun 30, 2023 | 722.12 Mn |
| Mar 31, 2023 | 712.33 Mn |
| Dec 31, 2022 | 685.13 Mn |
| Sep 30, 2022 | 707.71 Mn |
| Jun 30, 2022 | 702.77 Mn |
| Mar 31, 2022 | 707.37 Mn |
| Dec 31, 2021 | 697.34 Mn |
| Sep 30, 2021 | 686.37 Mn |
| Jun 30, 2021 | 702.89 Mn |
Tc Energy Corp Dividends payables 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-payables&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-payables", "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-payables&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();