Tc Energy Corp (TRPPF) Non-Current Deffered Revenue (2011 - 2012)
Tc Energy (TRPPF) posted Non-Current Deffered Revenue of $1.1 billion for Q3 2012, up 2.39% on a QoQ basis from $1.0 billion in Q2 2012.
Tc Energy Corp (TRPPF) Non-Current Deffered Revenue (2011 - 2012) Analysis & Trends
Tc Energy has reported Non-Current Deffered Revenue for 2 years, with the latest figure at $1.1 billion in Q3 2012.
- On a quarterly basis, Non-Current Deffered Revenue changed N/A year-over-year to $1.1 billion in Q3 2012; TTM through Sep 2012 was $1.1 billion, a N/A change from a year earlier, with the FY2011 full-year figure at $1.3 billion, changed N/A from the prior year.
- Non-Current Deffered Revenue was $1.1 billion for Q3 2012 at Tc Energy, up from $1.0 billion in the prior quarter.
- The five-year high for Non-Current Deffered Revenue was $1.3 billion in Q4 2011, with the low at $1.0 billion in Q1 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2012 | 1.07 Bn |
| Jun 30, 2012 | 1.04 Bn |
| Mar 31, 2012 | 1.02 Bn |
| Dec 31, 2011 | 1.30 Bn |
Tc Energy Corp Non-Current Deffered Revenue 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=non-current-deffered-revenue&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deffered-revenue", "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=non-current-deffered-revenue&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();