Tc Energy Corp (TRPPF) Retained Earnings (2009 - 2026)
Tc Energy (TRPPF) posted Retained Earnings of -$4.2 billion for Q2 2026, little changed on a QoQ basis from -$4.2 billion in Q4 2025, and down 2.52% year-over-year from -$4.4 billion in Q2 2025.
Tc Energy Corp (TRPPF) Retained Earnings (2009 - 2026) Analysis & Trends
Tc Energy has reported Retained Earnings for 18 years, with the latest figure at -$4.2 billion in Q2 2026.
- On a quarterly basis, Retained Earnings fell 2.52% year-over-year to -$4.2 billion in Q2 2026; TTM through Jun 2026 was -$4.2 billion, a 2.52% decrease from a year earlier, with the FY2025 full-year figure at -$4.2 billion, down 10.78% from the prior year.
- Retained Earnings was -$4.2 billion for Q2 2026 at Tc Energy, roughly flat from -$4.2 billion in the prior quarter.
- The five-year high for Retained Earnings was $2.6 billion in Q1 2022, with the low at -$4.4 billion in Q3 2025.
- Average Retained Earnings over 5 years is -$1.3 billion, with a median of -$2.1 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Retained Earnings gained 5.72% in 2022, then tumbled 685.76% in 2024.
- Over 5 years, Retained Earnings stood at $531.9 million in 2022, then slumped by 513.88% to -$2.2 billion in 2023, then sank by 70.43% to -$3.8 billion in 2024, then dropped by 13.25% to -$4.2 billion in 2025, then grew by 0.02% to -$4.2 billion in 2026.
- The last three Retained Earnings figures came in at -$4.2 billion (Q2 2026), -$4.2 billion (Q4 2025), and -$4.4 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.25 Bn |
| Dec 31, 2025 | -4.25 Bn |
| Sep 30, 2025 | -4.38 Bn |
| Jun 30, 2025 | -4.14 Bn |
| Mar 31, 2025 | -3.59 Bn |
| Dec 31, 2024 | -3.75 Bn |
| Sep 30, 2024 | -1.74 Bn |
| Jun 30, 2024 | -2.08 Bn |
| Mar 31, 2024 | -2.06 Bn |
| Dec 31, 2023 | -2.20 Bn |
| Sep 30, 2023 | 543.04 Mn |
| Jun 30, 2023 | 354.36 Mn |
| Mar 31, 2023 | 874.32 Mn |
| Dec 31, 2022 | 531.90 Mn |
| Sep 30, 2022 | 2.44 Bn |
| Jun 30, 2022 | 2.55 Bn |
| Mar 31, 2022 | 2.57 Bn |
| Dec 31, 2021 | 2.99 Bn |
| Sep 30, 2021 | 2.80 Bn |
| Jun 30, 2021 | 2.93 Bn |
Tc Energy Corp Retained Earnings 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=retained-earnings&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();