Chunghwa Telecom (CHT) Long-Term Debt Repayments (2009 - 2026)
Chunghwa Telecom (CHT) posted Long-Term Debt Repayments of -$1.5 million for Q2 2016, up 49.63% on a QoQ basis from -$3.1 million in Q1 2016, and up 4.53% year-over-year from -$1.5 million in Q3 2015.
Chunghwa Telecom (CHT) Long-Term Debt Repayments (2009 - 2026) Analysis & Trends
Chunghwa Telecom has reported Long-Term Debt Repayments for 8 years, with the latest figure at -$1.5 million in Q2 2016.
- On a quarterly basis, Long-Term Debt Repayments rose 4.53% year-over-year to -$1.5 million in Q2 2016; TTM through Dec 2016 was -$4.6 million, a 50.79% increase from a year earlier, with the FY2016 full-year figure at -$4.7 million, up 24.22% from the prior year.
- Long-Term Debt Repayments was -$1.5 million for Q2 2016 at Chunghwa Telecom, up from -$3.1 million in the prior quarter.
- The five-year high for Long-Term Debt Repayments was $12800.1 in Q4 2013, with the low at -$10.5 million in Q1 2013.
- Average Long-Term Debt Repayments over 5 years is -$2.5 million, with a median of -$1.6 million recorded in 2015.
- The sharpest annual moves came in 2013 and 2014: Long-Term Debt Repayments jumped 101.48% in 2013, then sank 42445.73% in 2014.
- Over 5 years, Long-Term Debt Repayments stood at -$866150.3 in 2012, then jumped by 101.48% to $12800.1 in 2013, then sank by 42445.73% to -$5.4 million in 2014, then declined by 8.35% to -$5.9 million in 2015, then surged by 73.69% to -$1.5 million in 2016.
- The last three Long-Term Debt Repayments figures came in at -$1.5 million (Q2 2016), -$3.1 million (Q1 2016), and -$5.9 million (Q4 2015), per Business Quant data.
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 | -28.97 Mn |
| Mar 31, 2026 | -36.82 Mn |
| Dec 31, 2025 | 150.50 Mn |
| Sep 30, 2025 | -223.57 Mn |
| Jun 30, 2025 | -29.62 Mn |
| Mar 31, 2025 | -36.64 Mn |
| Dec 31, 2024 | -31.61 Mn |
| Sep 30, 2024 | -30.48 Mn |
| Jun 30, 2024 | -27.42 Mn |
| Mar 31, 2024 | -33.63 Mn |
| Dec 31, 2023 | -29.79 Mn |
| Sep 30, 2023 | -26.97 Mn |
| Jun 30, 2023 | -32.39 Mn |
| Mar 31, 2023 | -35.93 Mn |
| Dec 31, 2022 | -25.03 Mn |
| Sep 30, 2022 | -34.98 Mn |
| Jun 30, 2022 | -29.81 Mn |
| Mar 31, 2022 | -37.84 Mn |
| Dec 31, 2021 | -134,197.58 Bn |
| Sep 30, 2021 | -33.57 Mn |
Chunghwa Telecom 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=CHT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "ticker": "CHT", "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=CHT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();