Tc Energy Corp (TRPPF) Assets Average (2011 - 2020)
Tc Energy (TRPPF) posted Assets Average of $76.7 billion for Q4 2020, up 2.35% on a QoQ basis from $74.9 billion in Q3 2020, and up 1.79% year-over-year from $75.3 billion in Q1 2020.
Tc Energy Corp (TRPPF) Assets Average (2011 - 2020) Analysis & Trends
Tc Energy has reported Assets Average for 4 years, with the latest figure at $76.7 billion in Q4 2020.
- On a quarterly basis, Assets Average rose 1.79% year-over-year to $76.7 billion in Q4 2020; TTM through Dec 2020 was $76.7 billion, a 1.79% increase from a year earlier, with the FY2025 full-year figure at $85.7 billion, down 4.29% from the prior year.
- Assets Average was $76.7 billion for Q4 2020 at Tc Energy, up from $74.9 billion in the prior quarter.
- The five-year high for Assets Average was $77.8 billion in Q1 2020, with the low at $56.1 billion in Q1 2016.
- Average Assets Average over 3 years is $73.2 billion, with a median of $75.3 billion recorded in 2019.
- The largest YoY upside for Assets Average was 1.79% in 2020 against a maximum downside of 0.55% in 2020.
- Over 3 years, Assets Average stood at $56.1 billion in 2016, then surged by 34.27% to $75.3 billion in 2019, then grew by 1.79% to $76.7 billion in 2020.
- The last three Assets Average figures came in at $76.7 billion (Q4 2020), $74.9 billion (Q3 2020), and $76.9 billion (Q2 2020), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 76.69 Bn |
| Sep 30, 2020 | 74.93 Bn |
| Jun 30, 2020 | 76.92 Bn |
| Mar 31, 2020 | 77.81 Bn |
| Dec 31, 2019 | 75.34 Bn |
| Sep 30, 2019 | 74.52 Bn |
| Mar 31, 2016 | 56.11 Bn |
| Dec 31, 2011 | 47.00 Bn |
| Sep 30, 2011 | 46.82 Bn |
Tc Energy Corp Assets Average 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=assets-average&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();