Tc Energy Corp (TRPPF) Acquisitions (2009 - 2023)
Tc Energy (TRPPF) posted Acquisitions of -$3.7 million for Q4 2023, up 96.99% on a QoQ basis from -$122.1 million in Q2 2023.
Analysis
Tc Energy Corp (TRPPF) Acquisitions (2009 - 2023) Analysis & Trends
Tc Energy has reported Acquisitions for 8 years, with the latest figure at -$3.7 million in Q4 2023.
- On a quarterly basis, Acquisitions changed N/A year-over-year to -$3.7 million in Q4 2023; TTM through Dec 2023 was -$227.8 million, a N/A change from a year earlier, with the FY2023 full-year figure at -$227.5 million, changed N/A from the prior year.
- Acquisitions was -$3.7 million for Q4 2023 at Tc Energy, up from -$122.1 million in the prior quarter.
- The five-year high for Acquisitions was -$3.7 million in Q4 2023, with the low at -$122.1 million in Q2 2023.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -3.67 Mn |
| Jun 30, 2023 | -122.09 Mn |
| Mar 31, 2023 | -102.08 Mn |
| Dec 31, 2020 | -67.50 Mn |
| Sep 30, 2016 | -9.67 Bn |
| Jun 30, 2016 | -3.10 Mn |
| Mar 31, 2016 | -724.91 Mn |
| Dec 31, 2015 | -176.84 Mn |
| Dec 31, 2014 | 60.00 Mn |
| Sep 30, 2014 | -166.45 Mn |
| Dec 31, 2013 | 62.00 Mn |
| Sep 30, 2013 | -95.30 Mn |
| Jun 30, 2013 | -53.78 Mn |
| Dec 31, 2012 | -214.00 Mn |
| Dec 31, 2009 | 902.00 Mn |
| Sep 30, 2009 | -653.00 Mn |
| Jun 30, 2009 | -115.00 Mn |
| Mar 31, 2009 | -134.00 Mn |
API Access
Tc Energy Corp Acquisitions 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=acquisitions&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();