Bce (BCE) Long-Term Debt Repayments (2009 - 2026)
Bce's (BCE) quarterly Long-Term Debt Repayments came in at -$2.0 billion in Q2 2026, down 63.29% on a YoY basis from -$5.5 billion in Q2 2025, and up 0.86% quarter-over-quarter from -$2.1 billion in Q1 2026.
Bce (BCE) Long-Term Debt Repayments (2009 - 2026) Analysis & Trends
Bce (BCE) has reported Long-Term Debt Repayments for 18 consecutive years, with -$2.0 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Long-Term Debt Repayments fell 63.29% year-over-year to -$2.0 billion; the trailing twelve-month figure through Jun 2026 stood at -$7.1 billion (down 0.91% YoY), and the FY2025 full-year result was -$7.2 billion, down 206.07% from the prior year.
- Long-Term Debt Repayments improved to -$2.0 billion in Q2 2026 per BCE's latest filing, from -$2.1 billion in the prior quarter.
- Across five years, Long-Term Debt Repayments topped out at -$184.2 million in Q4 2022 and bottomed at -$2.4 billion in Q4 2024.
- Historically, Long-Term Debt Repayments has averaged -$1.0 billion across 5 years, with a median of -$718.2 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Long-Term Debt Repayments soared 88.43% in 2022, then plunged 641.01% in 2023.
- Over 5 years, Long-Term Debt Repayments stood at -$184.2 million in 2022, then slumped by 641.01% to -$1.4 billion in 2023, then sank by 73.25% to -$2.4 billion in 2024, then jumped by 68.28% to -$750.1 million in 2025, then sank by 171.02% to -$2.0 billion in 2026.
- According to Business Quant data, Long-Term Debt Repayments over the past three periods registered -$2.0 billion, -$2.1 billion, and -$750.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Repayment (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 7.08 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 1.34 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 151.00 Mn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 4.16 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | -28.97 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | - |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | 1.97 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | -2.03 Bn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.03 Bn |
| Mar 31, 2026 | -2.05 Bn |
| Dec 31, 2025 | -750.07 Mn |
| Sep 30, 2025 | -2.23 Bn |
| Jun 30, 2025 | -1.24 Bn |
| Mar 31, 2025 | -1.20 Bn |
| Dec 31, 2024 | -2.36 Bn |
| Sep 30, 2024 | -2.19 Bn |
| Jun 30, 2024 | -383.85 Mn |
| Mar 31, 2024 | -254.54 Mn |
| Dec 31, 2023 | -1.36 Bn |
| Sep 30, 2023 | -686.26 Mn |
| Jun 30, 2023 | -257.58 Mn |
| Mar 31, 2023 | -680.52 Mn |
| Dec 31, 2022 | -184.18 Mn |
| Sep 30, 2022 | -207.02 Mn |
| Jun 30, 2022 | -192.16 Mn |
| Mar 31, 2022 | -213.16 Mn |
| Dec 31, 2021 | -2.18 Bn |
| Sep 30, 2021 | -197.81 Mn |
Bce Long-Term Debt Repayments 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=long-term-debt-repayments&ticker=BCE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "ticker": "BCE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-debt-repayments&ticker=BCE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();