Tc Energy Corp (TRPPF) Gains from Investment Securities (2011 - 2026)
Tc Energy (TRPPF) posted Gains from Investment Securities of $384.6 million for Q2 2026, up 2.16% on a QoQ basis from $376.5 million in Q4 2025, and up 28.1% year-over-year from $300.2 million in Q2 2025.
Tc Energy Corp (TRPPF) Gains from Investment Securities (2011 - 2026) Analysis & Trends
Tc Energy has reported Gains from Investment Securities for 16 years, with the latest figure at $384.6 million in Q2 2026.
- On a quarterly basis, Gains from Investment Securities rose 28.1% year-over-year to $384.6 million in Q2 2026; TTM through Jun 2026 was $1.3 billion, a 26.05% increase from a year earlier, with the FY2025 full-year figure at $1.2 billion, down 5.46% from the prior year.
- Gains from Investment Securities was $384.6 million for Q2 2026 at Tc Energy, up from $376.5 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $404.5 million in Q1 2024, with the low at $163.1 million in Q2 2022.
- Average Gains from Investment Securities over 5 years is $263.7 million, with a median of $240.2 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Gains from Investment Securities jumped 79.27% in 2024, then plunged 42.1% in 2025.
- Over 5 years, Gains from Investment Securities stood at $232.8 million in 2022, then rose by 3.18% to $240.2 million in 2023, then decreased by 1.05% to $237.7 million in 2024, then jumped by 58.41% to $376.5 million in 2025, then gained by 2.16% to $384.6 million in 2026.
- The last three Gains from Investment Securities figures came in at $384.6 million (Q2 2026), $376.5 million (Q4 2025), and $246.3 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 384.60 Mn |
| Dec 31, 2025 | 376.47 Mn |
| Sep 30, 2025 | 246.33 Mn |
| Jun 30, 2025 | 300.23 Mn |
| Mar 31, 2025 | 234.16 Mn |
| Dec 31, 2024 | 237.66 Mn |
| Sep 30, 2024 | 265.37 Mn |
| Jun 30, 2024 | 318.78 Mn |
| Mar 31, 2024 | 404.45 Mn |
| Dec 31, 2023 | 240.19 Mn |
| Sep 30, 2023 | 245.41 Mn |
| Jun 30, 2023 | 218.12 Mn |
| Mar 31, 2023 | 225.61 Mn |
| Dec 31, 2022 | 232.80 Mn |
| Sep 30, 2022 | 204.72 Mn |
| Jun 30, 2022 | 163.14 Mn |
| Mar 31, 2022 | 184.74 Mn |
| Dec 31, 2021 | 186.43 Mn |
| Sep 30, 2021 | 189.07 Mn |
| Jun 30, 2021 | 174.91 Mn |
Tc Energy Corp Gains from Investment Securities 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=gains-from-investment-securities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();