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 |
|---|---|---|---|
|
Great Wall Terroir Holdings Limited
Investment holding company providing telecommunication and …
|
524 | HK | Telecommunications, computer pr… |
|
Grupo Iusacell, S.A.B. de C.V.
Provides wireless communication and cellular services for c…
|
CEL | MX | Telecommunications, computer pr… |
|
GRUPO TELEVISA, S.A.B.
A telecommunications corporation with a cable business and …
|
TLEVISA | MX | Telecommunications, computer pr… |
|
GST Telecommunications, Inc.
Historical provider of phone and Internet transmission serv…
|
— | CA | Telecommunications, computer pr… |
|
GT Group Telecom
Facilities-based broadband provider delivering high-speed d…
|
— | CA | Telecommunications, computer pr… |
|
GTL Infrastructure Limited
Independent provider of shared telecom towers and passive i…
|
GTLINFRA | IN | Telecommunications, computer pr… |
|
GTPL Hathway Limited
Provides digital cable television, high-speed broadband, an…
|
GTPL | IN | Telecommunications, computer pr… |
|
Guest-Tek Interactive Entertainment Ltd.
Global leader providing interactive broadband and Triple Pl…
|
GTK | CA | Telecommunications, computer pr… |
|
Guizhou BC&TV Information Network CO.,LTD
Operates radio and TV networks, providing digital media, br…
|
600996 | CN | Telecommunications, computer pr… |
|
Hathway Bhawani Cabletel & Datacom
Delivers digital cable television and high-speed broadband …
|
509073 | IN | 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.