Tc Energy Corp (TRPPF) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Tc Energy Corp (TRPPF) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 46.10% |
| Dec 31, 2025 | -78.99% |
| Sep 30, 2025 | -52.96% |
| Jun 30, 2025 | -43.26% |
| Mar 31, 2025 | -42.30% |
| Dec 31, 2024 | -78.78% |
| Sep 30, 2024 | 89.41% |
| Jun 30, 2024 | 122.71% |
| Mar 31, 2024 | -16.82% |
| Dec 31, 2023 | 491.48% |
| Sep 30, 2023 | -11.27% |
| Jun 30, 2023 | -31.15% |
| Mar 31, 2023 | 236.27% |
| Dec 31, 2022 | -14.45% |
| Sep 30, 2022 | -27.03% |
| Jun 30, 2022 | -49.79% |
| Mar 31, 2022 | -52.50% |
| Dec 31, 2021 | -54.51% |
| Sep 30, 2021 | 153.73% |
| Jun 30, 2021 | 61.35% |
API Access
Tc Energy Corp Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();