Tc Energy Corp (TRPPF) Revenue (2009 - 2026)
Tc Energy (TRPPF) posted Revenue of $2.9 billion for Q2 2026, down 4.29% on a QoQ basis from $3.0 billion in Q4 2025, and up 5.87% year-over-year from $2.7 billion in Q2 2025.
Tc Energy Corp (TRPPF) Revenue (2009 - 2026) Analysis & Trends
Tc Energy has reported Revenue for 18 years, with the latest figure at $2.9 billion in Q2 2026.
- On a quarterly basis, Revenue rose 5.87% year-over-year to $2.9 billion in Q2 2026; TTM through Jun 2026 was $11.2 billion, a 4.29% increase from a year earlier, with the FY2025 full-year figure at $10.9 billion, up 8.44% from the prior year.
- Revenue was $2.9 billion for Q2 2026 at Tc Energy, down from $3.0 billion in the prior quarter.
- The five-year high for Revenue was $3.1 billion in Q1 2024, with the low at $1.0 billion in Q4 2022.
- Average Revenue over 5 years is $2.7 billion, with a median of $2.9 billion recorded in 2026.
- The sharpest annual moves came in 2022 and 2023: Revenue sank 64.43% in 2022, then surged 207.61% in 2023.
- Over 5 years, Revenue stood at $1.0 billion in 2022, then soared by 207.61% to $3.1 billion in 2023, then decreased by 17.71% to $2.6 billion in 2024, then rose by 16.72% to $3.0 billion in 2025, then decreased by 4.29% to $2.9 billion in 2026.
- The last three Revenue figures came in at $2.9 billion (Q2 2026), $3.0 billion (Q4 2025), and $2.7 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.86 Bn |
| Dec 31, 2025 | 2.99 Bn |
| Sep 30, 2025 | 2.69 Bn |
| Jun 30, 2025 | 2.70 Bn |
| Mar 31, 2025 | 2.52 Bn |
| Dec 31, 2024 | 2.56 Bn |
| Sep 30, 2024 | 2.99 Bn |
| Jun 30, 2024 | 2.99 Bn |
| Mar 31, 2024 | 3.15 Bn |
| Dec 31, 2023 | 3.11 Bn |
| Dec 31, 2022 | 1.01 Bn |
| Sep 30, 2022 | 2.91 Bn |
| Jun 30, 2022 | 2.85 Bn |
| Mar 31, 2022 | 2.76 Bn |
| Dec 31, 2021 | 2.84 Bn |
| Sep 30, 2021 | 2.57 Bn |
| Jun 30, 2021 | 2.59 Bn |
| Mar 31, 2021 | 2.67 Bn |
| Dec 31, 2020 | 2.53 Bn |
| Sep 30, 2020 | 2.40 Bn |
Tc Energy Corp Revenue 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=revenue&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();