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 |
|---|---|---|---|
|
BC TELECOM Inc.
Historical incumbent wireline operator providing voice and …
|
BCT | CA | Telecommunications, computer pr… |
|
BEAM COMMUNICATIONS HOLDINGS LIMITED
Designs and distributes satellite communication equipment a…
|
BCC | AU | Telecommunications, computer pr… |
|
Beijing Gehua CATV Network Co., Ltd.
Operates cable TV, broadband, and data networks in the Beij…
|
600037 | CN | Telecommunications, computer pr… |
|
Bell Aliant Inc.
Provides telecom, data, video, and mobility services to Atl…
|
BA_OLD | CA | Telecommunications, computer pr… |
|
Bell Aliant Preferred Equity Inc.
A corporate entity established for preferred shares of the …
|
BA | CA | Telecommunications, computer pr… |
|
Bell Nordiq Group Inc.
Oversees regional telecom operations and services in northe…
|
— | CA | Telecommunications, computer pr… |
|
Betacom Corporation Inc.
Deploys and manages Private 5G networks offered as an end-t…
|
BCM | CA | Telecommunications, computer pr… |
|
Bezeq The Israeli Telecommunication Corporation Ltd.
A telecommunications provider of internet, telephony, cellu…
|
BEZQ | IL | Telecommunications, computer pr… |
|
Bharti Airtel Ltd.
Global provider of telecommunications and digital services …
|
BHARTIARTL | IN | Telecommunications, computer pr… |
|
Bharti Hexacom Limited
Provides mobile, fixed-line, and broadband services in Raja…
|
BHARTIHEXA | 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.