Tc Energy Corp (TRPPF) Exchange Rate Effect (2009 - 2026)
Tc Energy (TRPPF) posted Exchange Rate Effect of $13.7 million for Q2 2026, down 88.6% on a QoQ basis from $120.5 million in Q4 2025, and little changed year-over-year from $13.7 million in Q2 2025.
Tc Energy Corp (TRPPF) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Tc Energy has reported Exchange Rate Effect for 18 years, with the latest figure at $13.7 million in Q2 2026.
- On a quarterly basis, Exchange Rate Effect changed 0.17% year-over-year to $13.7 million in Q2 2026; TTM through Jun 2026 was $136.3 million, a 16.45% increase from a year earlier, with the FY2025 full-year figure at -$3.6 million, down 102.33% from the prior year.
- Exchange Rate Effect was $13.7 million for Q2 2026 at Tc Energy, down from $120.5 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $135.3 million in Q4 2024, with the low at -$63.2 million in Q4 2023.
- Average Exchange Rate Effect over 5 years is $20.2 million, with a median of $5.8 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Exchange Rate Effect plunged 512.48% in 2023, then jumped 546.91% in 2024.
- Over 5 years, Exchange Rate Effect stood at -$10.3 million in 2022, then slumped by 512.48% to -$63.2 million in 2023, then jumped by 314.18% to $135.3 million in 2024, then slipped by 10.96% to $120.5 million in 2025, then slumped by 88.6% to $13.7 million in 2026.
- The last three Exchange Rate Effect figures came in at $13.7 million (Q2 2026), $120.5 million (Q4 2025), and -$11.6 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 13.74 Mn |
| Dec 31, 2025 | 120.47 Mn |
| Sep 30, 2025 | -11.63 Mn |
| Jun 30, 2025 | 13.71 Mn |
| Mar 31, 2025 | -5.58 Mn |
| Dec 31, 2024 | 135.30 Mn |
| Sep 30, 2024 | -26.39 Mn |
| Jun 30, 2024 | 5.85 Mn |
| Mar 31, 2024 | 36.36 Mn |
| Dec 31, 2023 | -63.17 Mn |
| Sep 30, 2023 | 87.27 Mn |
| Jun 30, 2023 | -26.80 Mn |
| Mar 31, 2023 | -8.14 Mn |
| Dec 31, 2022 | -10.31 Mn |
| Sep 30, 2022 | 72.07 Mn |
| Jun 30, 2022 | 17.26 Mn |
| Mar 31, 2022 | -6.32 Mn |
| Dec 31, 2021 | 46.81 Mn |
| Sep 30, 2021 | 27.01 Mn |
| Jun 30, 2021 | -7.32 Mn |
Tc Energy Corp Exchange Rate Effect 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=exchange-rate-effect&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();