Tc Energy Corp (TRPPF) Receivables (2009 - 2026)
Tc Energy (TRPPF) posted Receivables of $1.8 billion for Q2 2026, down 16.6% on a QoQ basis from $2.2 billion in Q4 2025, and down 2.38% year-over-year from $1.8 billion in Q2 2025.
Tc Energy Corp (TRPPF) Receivables (2009 - 2026) Analysis & Trends
Tc Energy has reported Receivables for 18 years, with the latest figure at $1.8 billion in Q2 2026.
- On a quarterly basis, Receivables fell 2.38% year-over-year to $1.8 billion in Q2 2026; TTM through Jun 2026 was $1.8 billion, a 2.38% decrease from a year earlier, with the FY2025 full-year figure at $2.9 billion, up 34.8% from the prior year.
- Receivables was $1.8 billion for Q2 2026 at Tc Energy, down from $2.2 billion in the prior quarter.
- The five-year high for Receivables was $3.1 billion in Q1 2024, with the low at $1.1 billion in Q4 2023.
- Average Receivables over 5 years is $2.2 billion, with a median of $2.3 billion recorded in 2023.
- The largest YoY upside for Receivables was 86.47% in 2025 against a maximum downside of 42.43% in 2025.
- Over 5 years, Receivables stood at $1.5 billion in 2022, then slipped by 25.58% to $1.1 billion in 2023, then advanced by 2.4% to $1.2 billion in 2024, then jumped by 86.47% to $2.2 billion in 2025, then dropped by 16.6% to $1.8 billion in 2026.
- The last three Receivables figures came in at $1.8 billion (Q2 2026), $2.2 billion (Q4 2025), and $1.8 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.80 Bn |
| Dec 31, 2025 | 2.16 Bn |
| Sep 30, 2025 | 1.80 Bn |
| Jun 30, 2025 | 1.84 Bn |
| Mar 31, 2025 | 1.80 Bn |
| Dec 31, 2024 | 1.16 Bn |
| Sep 30, 2024 | 2.58 Bn |
| Jun 30, 2024 | 2.94 Bn |
| Mar 31, 2024 | 3.13 Bn |
| Dec 31, 2023 | 1.13 Bn |
| Sep 30, 2023 | 2.66 Bn |
| Jun 30, 2023 | 2.33 Bn |
| Mar 31, 2023 | 2.34 Bn |
| Dec 31, 2022 | 1.52 Bn |
| Sep 30, 2022 | 2.73 Bn |
| Jun 30, 2022 | 3.00 Bn |
| Mar 31, 2022 | 2.55 Bn |
| Dec 31, 2021 | 2.26 Bn |
| Sep 30, 2021 | 2.07 Bn |
| Jun 30, 2021 | 2.22 Bn |
Tc Energy Corp Receivables 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=receivables&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();