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 |
|---|---|---|---|
|
BH Telecom d.d. Sarajevo
Telecommunications operator offering mobile, fixed, interne…
|
BHTS | BA | Telecommunications, computer pr… |
|
BIGBLU BROADBAND PLC
Provider of satellite and wireless broadband for unserved/u…
|
BBB | GB | Telecommunications, computer pr… |
|
Bredband2 i Skandinavien AB
A network operator providing fiber broadband, data communic…
|
BRE2 | SE | Telecommunications, computer pr… |
|
BRISANET SERVIÇOS DE TELECOMUNICAÇÕES S.A.
Independent provider of fiber broadband, 5G, and digital se…
|
— | BR | Telecommunications, computer pr… |
|
BROAD ENTERPRISE CO.,LTD.
Provides internet infrastructure and IoT solutions for prop…
|
4415 | JP | Telecommunications, computer pr… |
|
Bruncor Inc.
Telecommunications holding company that owned and controlle…
|
BRR | CA | Telecommunications, computer pr… |
|
BT Group PLC
A provider of telecommunications, network, and managed IT s…
|
BT | GB | Telecommunications, computer pr… |
|
Cable One, Inc.
Broadband provider serving residential and business custome…
|
CABO | US | Telecommunications, computer pr… |
|
Carso Global Telecom, S.A.B. de C.V.
Holding company providing fixed-line, wireless, and data co…
|
TELECOM | MX | Telecommunications, computer pr… |
|
CELL C HOLDINGS LIMITED
A mobile telecommunications and technology company providin…
|
CCDE | ZA | 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.