Tc Energy Corp (TRPPF) Change in Taxes (2009 - 2011)
Tc Energy (TRPPF) posted Change in Taxes of -$152.0 million for Q3 2011, down 484.62% on a QoQ basis from -$26.0 million in Q3 2010, and down 484.62% year-over-year from $39.5 million in Q3 2010.
Tc Energy Corp (TRPPF) Change in Taxes (2009 - 2011) Analysis & Trends
Tc Energy has reported Change in Taxes for 3 years, with the latest figure at -$152.0 million in Q3 2011.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2011 | -152.00 Mn |
| Sep 30, 2010 | -26.00 Mn |
| Jun 30, 2010 | 39.00 Mn |
| Sep 30, 2009 | -63.00 Mn |
| Jun 30, 2009 | 56.00 Mn |
| Mar 31, 2009 | 57.00 Mn |
Tc Energy Corp Change in Taxes 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=change-in-taxes&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();