Tc Energy Corp (TRPPF) Current Leases (2017 - 2021)
Tc Energy (TRPPF) posted Current Leases of $220.5 million for Q4 2021, down 78.57% on a QoQ basis from $1.0 billion in Q4 2020, and down 78.57% year-over-year from $1.0 billion in Q4 2020.
Tc Energy Corp (TRPPF) Current Leases (2017 - 2021) Analysis & Trends
Tc Energy has reported Current Leases for 4 years, with the latest figure at $220.5 million in Q4 2021.
- On a quarterly basis, Current Leases fell 78.57% year-over-year to $220.5 million in Q4 2021; TTM through Dec 2021 was $220.5 million, a 78.57% decrease from a year earlier, with the FY2021 full-year figure at $221.8 million, down 77.86% from the prior year.
- Current Leases was $220.5 million for Q4 2021 at Tc Energy, down from $1.0 billion in the prior quarter.
- The five-year high for Current Leases was $1.0 billion in Q4 2020, with the low at $144.7 million in Q4 2018.
- Average Current Leases over 4 years is $397.7 million, with a median of $208.3 million recorded in 2017.
- The sharpest annual moves came in 2018 and 2021: Current Leases declined 26.17% in 2018, then plunged 78.57% in 2021.
- Over 4 years, Current Leases stood at $196.0 million in 2017, then slipped by 26.17% to $144.7 million in 2018, then surged by 611.37% to $1.0 billion in 2020, then slumped by 78.57% to $220.5 million in 2021.
- The last three Current Leases figures came in at $220.5 million (Q4 2021), $1.0 billion (Q4 2020), and $144.7 million (Q4 2018), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 220.55 Mn |
| Dec 31, 2020 | 1.03 Bn |
| Dec 31, 2018 | 144.71 Mn |
| Dec 31, 2017 | 196.00 Mn |
Tc Energy Corp Current Leases 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=current-leases&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-leases", "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=current-leases&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();