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 |
|---|---|---|---|
| 代子公司中華數位文創管理顧問(股)公司公告向中華電信(股)公司 取得使用權資產 | 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 | |
| 115年年報及股東會資料 — 2026_2412_20260529FE1.pdf | 2026-04-28 | English | |
| 115年年報及股東會資料 — 2026_2412_20260529F01.pdf | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 33992983 | 115年3月背書保證與資金貸與 | 2026-04-10 | Chinese | ||
| 33990256 | 115年3月營業收入 | 2026-04-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Cellcom Israel Ltd.
A communications group offering cellular, internet, TV, and…
|
CEL | IL | Telecommunications, computer pr… |
|
Cellnex Telecom S.A.
An independent operator of wireless telecommunications and …
|
CLNX | ES | Telecommunications, computer pr… |
|
Central Telegraph
A telecommunications company providing internet, data, and …
|
CNTL | RU | Telecommunications, computer pr… |
|
CERAGON NETWORKS LTD
Provider of wireless transport solutions specializing in 5G…
|
CRNT | IL | Telecommunications, computer pr… |
|
CHARTER COMMUNICATIONS, INC. /MO/
A broadband connectivity and cable operator serving residen…
|
CHTR | US | Telecommunications, computer pr… |
|
China Bester Group Telecom Co.,Ltd.
Provides telecom network services, 5G infrastructure, and s…
|
603220 | CN | Telecommunications, computer pr… |
|
China Mobile International
Operates international telecom business offering connectivi…
|
941 | HK | Telecommunications, computer pr… |
|
China Satellite Communications Co.,Ltd.
Provides satellite communications, broadcasting, and integr…
|
601698 | CN | Telecommunications, computer pr… |
|
China Telecom Corp Ltd.
An operator of mobile, wireline, smart family, and industri…
|
601728 | CN | Telecommunications, computer pr… |
|
China Telecom Corporation Limited
Integrated information service provider offering wireline, …
|
728 | HK | 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.