Tc Energy Corp (TRPPF) Asset Utilization Ratio (2011 - 2020)
Tc Energy (TRPPF) posted Asset Utilization Ratio of 0.13 for Q4 2020, down 0.73% on a QoQ basis from 0.13 in Q3 2020, and down 6.91% year-over-year from 0.14 in Q1 2020.
Tc Energy Corp (TRPPF) Asset Utilization Ratio (2011 - 2020) Analysis & Trends
Tc Energy has reported Asset Utilization Ratio for 4 years, with the latest figure at 0.13 in Q4 2020.
- On a quarterly basis, Asset Utilization Ratio fell 6.91% year-over-year to 0.13 in Q4 2020; TTM through Dec 2020 was 0.13, a 6.91% decrease from a year earlier, with the FY2025 full-year figure at 0.13, up 13.3% from the prior year.
- Asset Utilization Ratio was 0.13 for Q4 2020 at Tc Energy, down from 0.13 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.17 in Q1 2016, with the low at 0.13 in Q4 2020.
- Average Asset Utilization Ratio over 3 years is 0.14, with a median of 0.13 recorded in 2020.
- The largest YoY upside for Asset Utilization Ratio was 6.91% in 2020 against a maximum downside of 9.32% in 2020.
- Over 3 years, Asset Utilization Ratio stood at 0.17 in 2016, then slipped by 19.55% to 0.14 in 2019, then decreased by 6.91% to 0.13 in 2020.
- The last three Asset Utilization Ratio figures came in at 0.13 (Q4 2020), 0.13 (Q3 2020), and 0.13 (Q2 2020), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 0.13 |
| Sep 30, 2020 | 0.13 |
| Jun 30, 2020 | 0.13 |
| Dec 31, 2019 | 0.14 |
| Sep 30, 2019 | 0.14 |
| Mar 31, 2016 | 0.17 |
| Dec 31, 2011 | 0.19 |
| Sep 30, 2011 | 0.19 |
Tc Energy Corp Asset Utilization 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=asset-utilization-ratio&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-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=asset-utilization-ratio&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();