Tc Energy Corp (TRPPF) Current Taxes (2015 - 2023)
Tc Energy (TRPPF) posted Current Taxes of -$100.6 million for Q4 2023, down 292.19% on a QoQ basis from $52.4 million in Q4 2021.
Analysis
Tc Energy Corp (TRPPF) Current Taxes (2015 - 2023) Analysis & Trends
Tc Energy has reported Current Taxes for 7 years, with the latest figure at -$100.6 million in Q4 2023.
- On a quarterly basis, Current Taxes changed N/A year-over-year to -$100.6 million in Q4 2023; TTM through Dec 2023 was -$100.6 million, a N/A change from a year earlier, with the FY2023 full-year figure at -$101.5 million, changed N/A from the prior year.
- Current Taxes was -$100.6 million for Q4 2023 at Tc Energy, down from $52.4 million in the prior quarter.
- The five-year high for Current Taxes was $52.4 million in Q4 2021, with the low at -$100.6 million in Q4 2023.
- Average Current Taxes over 3 years is -$749302.0, with a median of $46.0 million recorded in 2020.
- The largest YoY upside for Current Taxes was 13.77% in 2021 against a maximum downside of 13.77% in 2021.
- Over 3 years, Current Taxes stood at $46.0 million in 2020, then increased by 13.77% to $52.4 million in 2021, then sank by 292.19% to -$100.6 million in 2023.
- The last three Current Taxes figures came in at -$100.6 million (Q4 2023), $52.4 million (Q4 2021), and $46.0 million (Q4 2020), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -100.63 Mn |
| Dec 31, 2021 | 52.36 Mn |
| Dec 31, 2020 | 46.02 Mn |
| Dec 31, 2018 | 32.58 Mn |
| Dec 31, 2017 | 26.76 Mn |
| Sep 30, 2016 | 1.81 Bn |
| Dec 31, 2015 | 233.04 Mn |
API Access
Tc Energy Corp Current Taxes 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=current-taxes&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();