Tc Energy Corp (TRPPF) Accounts Payables (2009 - 2021)
Tc Energy (TRPPF) posted Accounts Payables of $184.1 million for Q4 2021, up 120.14% on a QoQ basis from $83.6 million in Q4 2020, and up 120.14% year-over-year from $83.6 million in Q4 2020.
Tc Energy Corp (TRPPF) Accounts Payables (2009 - 2021) Analysis & Trends
Tc Energy has reported Accounts Payables for 8 years, with the latest figure at $184.1 million in Q4 2021.
- On a quarterly basis, Accounts Payables rose 120.14% year-over-year to $184.1 million in Q4 2021; TTM through Dec 2021 was $184.1 million, a 120.14% increase from a year earlier, with the FY2021 full-year figure at $185.1 million, up 127.52% from the prior year.
- Accounts Payables was $184.1 million for Q4 2021 at Tc Energy, up from $83.6 million in the prior quarter.
- The five-year high for Accounts Payables was $184.1 million in Q4 2021, with the low at $66.7 million in Q4 2018.
- Average Accounts Payables over 4 years is $110.5 million, with a median of $95.7 million recorded in 2017.
- The sharpest annual moves came in 2018 and 2021: Accounts Payables plunged 38.18% in 2018, then soared 120.14% in 2021.
- Over 4 years, Accounts Payables stood at $107.8 million in 2017, then slumped by 38.18% to $66.7 million in 2018, then increased by 25.41% to $83.6 million in 2020, then jumped by 120.14% to $184.1 million in 2021.
- The last three Accounts Payables figures came in at $184.1 million (Q4 2021), $83.6 million (Q4 2020), and $66.7 million (Q4 2018), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 184.05 Mn |
| Dec 31, 2020 | 83.61 Mn |
| Dec 31, 2018 | 66.67 Mn |
| Dec 31, 2017 | 107.84 Mn |
| Dec 31, 2012 | 931.49 Mn |
| Sep 30, 2012 | 1.88 Bn |
| Jun 30, 2012 | 1.98 Bn |
| Mar 31, 2012 | 2.14 Bn |
| Dec 31, 2011 | 680.01 Mn |
| Sep 30, 2011 | 2.23 Bn |
| Jun 30, 2011 | 1.88 Bn |
| Mar 31, 2011 | 1.96 Bn |
| Dec 31, 2010 | 2.27 Bn |
| Sep 30, 2010 | 2.16 Bn |
| Jun 30, 2010 | 2.10 Bn |
| Mar 31, 2010 | 2.61 Bn |
| Dec 31, 2009 | 2.20 Bn |
| Sep 30, 2009 | 2.35 Bn |
| Jun 30, 2009 | 2.30 Bn |
| Mar 31, 2009 | 2.06 Bn |
Tc Energy Corp Accounts Payables 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=accounts-payables&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-payables", "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=accounts-payables&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();