Tc Energy Corp (TRPPF) Long-Term Deferred Tax (2009 - 2011)
Tc Energy (TRPPF) posted Long-Term Deferred Tax of $3.8 billion for Q4 2011, up 11.12% on a QoQ basis from $3.4 billion in Q3 2011, and up 11.48% year-over-year from $3.4 billion in Q4 2010.
Tc Energy Corp (TRPPF) Long-Term Deferred Tax (2009 - 2011) Analysis & Trends
Tc Energy has reported Long-Term Deferred Tax for 3 years, with the latest figure at $3.8 billion in Q4 2011.
- On a quarterly basis, Long-Term Deferred Tax rose 11.48% year-over-year to $3.8 billion in Q4 2011; TTM through Dec 2011 was $3.8 billion, a 11.48% increase from a year earlier, with the FY2011 full-year figure at $3.8 billion, up 11.48% from the prior year.
- Long-Term Deferred Tax was $3.8 billion for Q4 2011 at Tc Energy, up from $3.4 billion in the prior quarter.
- The five-year high for Long-Term Deferred Tax was $3.8 billion in Q4 2011, with the low at $2.7 billion in Q2 2009.
- Average Long-Term Deferred Tax over 3 years is $3.1 billion, with a median of $3.1 billion recorded in 2010.
- The largest YoY upside for Long-Term Deferred Tax was 18.98% in 2010 against a maximum downside of 3.63% in 2010.
- Over 3 years, Long-Term Deferred Tax stood at $2.9 billion in 2009, then advanced by 18.98% to $3.4 billion in 2010, then increased by 11.48% to $3.8 billion in 2011.
- The last three Long-Term Deferred Tax figures came in at $3.8 billion (Q4 2011), $3.4 billion (Q3 2011), and $3.4 billion (Q2 2011), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2011 | 3.79 Bn |
| Sep 30, 2011 | 3.41 Bn |
| Jun 30, 2011 | 3.36 Bn |
| Mar 31, 2011 | 3.29 Bn |
| Dec 31, 2010 | 3.40 Bn |
| Sep 30, 2010 | 3.14 Bn |
| Jun 30, 2010 | 3.01 Bn |
| Mar 31, 2010 | 2.80 Bn |
| Dec 31, 2009 | 2.86 Bn |
| Sep 30, 2009 | 2.78 Bn |
| Jun 30, 2009 | 2.68 Bn |
| Mar 31, 2009 | 2.70 Bn |
Tc Energy Corp Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();