Tc Energy Corp (TRPPF) Treasury Shares (2015 - 2016)
Tc Energy (TRPPF) posted Treasury Shares of -$10.5 million for Q4 2016, up 25.03% on a QoQ basis from -$14.0 million in Q1 2016, and up 95.24% year-over-year from -$5.4 million in Q1 2016.
Tc Energy Corp (TRPPF) Treasury Shares (2015 - 2016) Analysis & Trends
Tc Energy has reported Treasury Shares for 2 years, with the latest figure at -$10.5 million in Q4 2016.
- On a quarterly basis, Treasury Shares rose 95.24% year-over-year to -$10.5 million in Q4 2016; TTM through Dec 2016 was -$10.5 million, a 95.24% increase from a year earlier, with the FY2016 full-year figure at -$10.6 million, up 95.41% from the prior year.
- Treasury Shares was -$10.5 million for Q4 2016 at Tc Energy, up from -$14.0 million in the prior quarter.
- The five-year high for Treasury Shares was -$10.5 million in Q4 2016, with the low at -$220.3 million in Q4 2015.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | -10.50 Mn |
| Dec 31, 2016 | -10.50 Mn |
| Mar 31, 2016 | -14.00 Mn |
| Mar 31, 2016 | -14.00 Mn |
| Dec 31, 2015 | -220.31 Mn |
| Dec 31, 2015 | -220.31 Mn |
Tc Energy Corp Treasury Shares 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=treasury-shares&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();