Tc Energy Corp (TRPPF) Change in Acquisitions & Divestments (2020 - 2022)
Tc Energy (TRPPF) posted Change in Acquisitions & Divestments of -$128.7 million for Q1 2022, down 126.99% on a QoQ basis from $476.8 million in Q4 2021.
Tc Energy Corp (TRPPF) Change in Acquisitions & Divestments (2020 - 2022) Analysis & Trends
Tc Energy has reported Change in Acquisitions & Divestments for 3 years, with the latest figure at -$128.7 million in Q1 2022.
- On a quarterly basis, Change in Acquisitions & Divestments changed N/A year-over-year to -$128.7 million in Q1 2022; TTM through Mar 2022 was -$323.4 million, a N/A change from a year earlier, with the FY2021 full-year figure at -$190.7 million, changed N/A from the prior year.
- Change in Acquisitions & Divestments was -$128.7 million for Q1 2022 at Tc Energy, down from $476.8 million in the prior quarter.
- The five-year high for Change in Acquisitions & Divestments was $476.8 million in Q4 2021, with the low at -$492.5 million in Q3 2021.
- Average Change in Acquisitions & Divestments over 3 years is -$53.2 million, with a median of -$153.8 million recorded in 2022.
- The largest YoY upside for Change in Acquisitions & Divestments was 148.64% in 2021 against a maximum downside of 162.54% in 2021.
- Over 3 years, Change in Acquisitions & Divestments stood at $191.8 million in 2020, then jumped by 148.64% to $476.8 million in 2021, then slumped by 126.99% to -$128.7 million in 2022.
- The last three Change in Acquisitions & Divestments figures came in at -$128.7 million (Q1 2022), $476.8 million (Q4 2021), and -$492.5 million (Q3 2021), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | -128.68 Mn |
| Dec 31, 2021 | 476.79 Mn |
| Sep 30, 2021 | -492.53 Mn |
| Jun 30, 2021 | -178.98 Mn |
| Dec 31, 2020 | 191.76 Mn |
| Sep 30, 2020 | -187.61 Mn |
Tc Energy Corp Change in Acquisitions & Divestments 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-acquisitions-and-divestments&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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-acquisitions-and-divestments&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();