Tc Energy Corp (TRPPF) Interest Coverage Ratio (2009 - 2026)
Tc Energy (TRPPF) posted Interest Coverage Ratio of 2.69 for Q2 2026, down 10.01% on a QoQ basis from 2.99 in Q4 2025, and little changed year-over-year from 2.7 in Q2 2025.
Tc Energy Corp (TRPPF) Interest Coverage Ratio (2009 - 2026) Analysis & Trends
Tc Energy has reported Interest Coverage Ratio for 18 years, with the latest figure at 2.69 in Q2 2026.
- On a quarterly basis, Interest Coverage Ratio changed 0.49% year-over-year to 2.69 in Q2 2026; TTM through Jun 2026 was 2.77, a 7.65% decrease from a year earlier, with the FY2025 full-year figure at 0.31, down 83.23% from the prior year.
- Interest Coverage Ratio was 2.69 for Q2 2026 at Tc Energy, down from 2.99 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 3.37 in Q3 2024, with the low at 0.97 in Q4 2022.
- Average Interest Coverage Ratio over 5 years is 2.42, with a median of 2.7 recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Interest Coverage Ratio plunged 128.86% in 2022, then jumped 414.97% in 2023.
- Over 5 years, Interest Coverage Ratio stood at 0.97 in 2022, then surged by 414.97% to 3.05 in 2023, then grew by 5.53% to 3.21 in 2024, then decreased by 6.93% to 2.99 in 2025, then decreased by 10.01% to 2.69 in 2026.
- The last three Interest Coverage Ratio figures came in at 2.69 (Q2 2026), 2.99 (Q4 2025), and 2.69 (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.69 |
| Dec 31, 2025 | 2.99 |
| Sep 30, 2025 | 2.69 |
| Jun 30, 2025 | 2.70 |
| Mar 31, 2025 | 2.78 |
| Dec 31, 2024 | 3.21 |
| Sep 30, 2024 | 3.37 |
| Jun 30, 2024 | 2.45 |
| Mar 31, 2024 | 2.83 |
| Dec 31, 2023 | 3.05 |
| Sep 30, 2023 | 0.95 |
| Jun 30, 2023 | 1.68 |
| Mar 31, 2023 | 3.22 |
| Dec 31, 2022 | -0.97 |
| Sep 30, 2022 | 2.49 |
| Jun 30, 2022 | 2.74 |
| Mar 31, 2022 | 2.25 |
| Dec 31, 2021 | 3.35 |
| Sep 30, 2021 | 2.60 |
| Jun 30, 2021 | 3.00 |
Tc Energy Corp Interest Coverage 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=interest-coverage-ratio&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();