Chunghwa Telecom Co., Ltd. — Investor Relations & Filings
Chunghwa Telecom Co., Ltd. is a major provider of integrated communication and digital services. The company delivers a comprehensive portfolio including fixed-line, mobile, and broadband connectivity. Key offerings encompass 5G and 4G mobile networks, high-speed fiber-optic internet, and Multimedia on Demand (MOD) IPTV platforms. Its operations extend into advanced Information and Communication Technology (ICT) solutions, providing cloud computing, cybersecurity, and smart life applications for consumer, enterprise, and government sectors. Leveraging extensive infrastructure and international submarine cables, the company focuses on high-quality data transmission and integrated digital ecosystems. It is recognized for its early adoption of global sustainability reporting standards and its role in advancing digital transformation through diverse ICT and networking hardware solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 115年04月內部人持股異動(事後) | 2026-05-05 | Chinese | |
| 115年04月董事會成員及持股 | 2026-05-05 | Chinese | |
| 代子公司中華數位文創管理顧問(股)公司公告向中華電信(股)公司 取得使用權資產 | 2026-04-30 | Chinese | |
| 115年年報及股東會資料 — 2026_2412_20260529FE2.pdf | 2026-04-28 | English | |
| 115年年報及股東會資料 — 2026_2412_20260529F13.pdf | 2026-04-28 | Chinese | |
| 115年年報及股東會資料 — 2026_2412_20260529F02.pdf | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41459598 | 115年04月內部人持股異動(事後) | 2026-05-05 | Chinese | ||
| 41457239 | 115年04月董事會成員及持股 | 2026-05-05 | Chinese | ||
| 39870088 | 代子公司中華數位文創管理顧問(股)公司公告向中華電信(股)公司 取得使用權資產 | 2026-04-30 | Chinese | ||
| 37825763 | 115年年報及股東會資料 — 2026_2412_20260529FE2.pdf | 2026-04-28 | English | ||
| 37825730 | 115年年報及股東會資料 — 2026_2412_20260529F13.pdf | 2026-04-28 | Chinese | ||
| 37825696 | 115年年報及股東會資料 — 2026_2412_20260529F02.pdf | 2026-04-28 | Chinese | ||
| 37825652 | 115年年報及股東會資料 — 2026_2412_20260529FE1.pdf | 2026-04-28 | English | ||
| 37825631 | 115年年報及股東會資料 — 2026_2412_20260529F01.pdf | 2026-04-28 | Chinese | ||
| 37825479 | 115年年報及股東會資料 — 2025_2412_20260529FE8.pdf | 2026-04-28 | English | ||
| 37825404 | 115年年報及股東會資料 — 2025_2412_20260529F19.pdf | 2026-04-28 | Chinese | ||
| 34571891 | 公告本公司114年度合併財務報告因適用T-IFRSs及IFRSs 兩地會計原則不一致之差異 | 2026-04-15 | Chinese | ||
| 34561037 | 115年04月法人說明會簡報 — 241220260415E001.pdf | 2026-04-15 | English | ||
| 34560773 | 115年04月法人說明會簡報 — 241220260415M001.pdf | 2026-04-15 | Chinese | ||
| 34560558 | 115年04月法人說明會簡報 | 2026-04-15 | Chinese | ||
| 34561061 | 本公司將參加國票證券舉辦之投資人會議 | 2026-04-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Convergenze
A multi-utility company providing telecom, energy, and e-mo…
|
CVG | IT | Telecommunications, computer pr… |
|
Craig Wireless Systems Ltd
Wireless spectrum asset holder specializing in high-speed w…
|
CWGh | CA | Telecommunications, computer pr… |
|
Crexendo, Inc.
A cloud communications provider of AI-powered UCaaS and CCa…
|
CXDO | US | Telecommunications, computer pr… |
|
Crnogorski Telekom a.d. Podgorica
A telecommunications operator offering fixed/mobile, intern…
|
TECG | ME | Telecommunications, computer pr… |
|
CROWN CASTLE INC.
A REIT that owns, operates, and leases cell towers and a fi…
|
CCI | US | Telecommunications, computer pr… |
|
CYANCONNODE HOLDINGS PLC
Develops narrowband RF mesh networks for smart city and IoT…
|
CYAN | GB | Telecommunications, computer pr… |
|
Dafeng TV Ltd.
Provides integrated cable TV, fiber-optic broadband, and te…
|
6184 | TW | Telecommunications, computer pr… |
|
DASAN Networks, Inc.
Global provider of network equipment and end-to-end communi…
|
039560 | KR | Telecommunications, computer pr… |
|
DEN Networks Limited
Provider of digital cable television and high-speed fiber-o…
|
DEN | IN | Telecommunications, computer pr… |
|
DESKTOP S.A
Fiber optic operator providing high-speed broadband and tri…
|
— | BR | Telecommunications, computer pr… |
Chunghwa Telecom Co., Ltd. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/52063/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52063 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=52063 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=52063 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 52063}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for Chunghwa Telecom Co., Ltd. (id: 52063)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.