Tc Energy Corp (TRPPF) Intangibles (2009 - 2024)
Tc Energy (TRPPF) posted Intangibles of $9.5 million for Q3 2024, down 6.9% on a QoQ basis from $10.2 million in Q2 2024.
Analysis
Tc Energy Corp (TRPPF) Intangibles (2009 - 2024) Analysis & Trends
Tc Energy has reported Intangibles for 13 years, with the latest figure at $9.5 million in Q3 2024.
- On a quarterly basis, Intangibles changed N/A year-over-year to $9.5 million in Q3 2024; TTM through Sep 2024 was $9.5 million, a N/A change from a year earlier, with the FY2019 full-year figure at $1.6 billion, up 12.27% from the prior year.
- Intangibles was $9.5 million for Q3 2024 at Tc Energy, down from $10.2 million in the prior quarter.
- The five-year high for Intangibles was $751.1 million in Q1 2020, with the low at $9.5 million in Q3 2024.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | 9.53 Mn |
| Jun 30, 2024 | 10.24 Mn |
| Sep 30, 2020 | 698.64 Mn |
| Jun 30, 2020 | 648.36 Mn |
| Mar 31, 2020 | 751.12 Mn |
| Dec 31, 2019 | 1.64 Bn |
| Sep 30, 2019 | 1.64 Bn |
| Jun 30, 2019 | 1.56 Bn |
| Mar 31, 2019 | 1.40 Bn |
| Dec 31, 2018 | 1.46 Bn |
| Sep 30, 2018 | 1.48 Bn |
| Jun 30, 2018 | 1.36 Bn |
| Mar 31, 2018 | 1.36 Bn |
| Dec 31, 2017 | 1.17 Bn |
| Sep 30, 2017 | 2.56 Bn |
| Jun 30, 2017 | 2.60 Bn |
| Mar 31, 2017 | 2.38 Bn |
| Dec 31, 2016 | 2.27 Bn |
| Sep 30, 2016 | 2.70 Bn |
| Jul 1, 2016 | 175.00 Mn |
API Access
Tc Energy Corp Intangibles 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=intangibles&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();