Taiwan Mobile Co., Ltd. — Investor Relations & Filings
Taiwan Mobile Co., Ltd. is a leading provider of integrated telecommunications and digital services. The company operates under a "TIME" diversification strategy, encompassing Telecom, Internet, Media & Entertainment, and E-commerce. As a major network operator, it provides high-speed 5G and 4G connectivity, fixed-line services, and broadband solutions to consumer and enterprise markets. Beyond core telecommunications, the company integrates digital lifestyle services, including the momo e-commerce platform, digital content streaming, and smart home solutions. Its service portfolio bridges technology and daily life through unique value propositions such as momo coin rewards and integrated entertainment packages. Taiwan Mobile focuses on digital transformation and sustainable operations, positioning itself as a technology-driven group that enables a connected and intelligent future for its users.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 說明工商時報相關報導 | 2026-04-30 | Chinese | |
| 115年年報及股東會資料 — 2026_3045_20260529FE5.pdf | 2026-04-28 | English | |
| 115年年報及股東會資料 — 2026_3045_20260529FE2.pdf | 2026-04-28 | Chinese | |
| 115年年報及股東會資料 — 2026_3045_20260529FE1.pdf | 2026-04-28 | English | |
| 115年年報及股東會資料 — 2026_3045_20260529F13.pdf | 2026-04-28 | Chinese | |
| 115年年報及股東會資料 — 2026_3045_20260529F02.pdf | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39981489 | 說明工商時報相關報導 | 2026-04-30 | Chinese | ||
| 37932913 | 115年年報及股東會資料 — 2026_3045_20260529FE5.pdf | 2026-04-28 | English | ||
| 37932877 | 115年年報及股東會資料 — 2026_3045_20260529FE2.pdf | 2026-04-28 | Chinese | ||
| 37932776 | 115年年報及股東會資料 — 2026_3045_20260529FE1.pdf | 2026-04-28 | English | ||
| 37932754 | 115年年報及股東會資料 — 2026_3045_20260529F13.pdf | 2026-04-28 | Chinese | ||
| 37932700 | 115年年報及股東會資料 — 2026_3045_20260529F02.pdf | 2026-04-28 | Chinese | ||
| 37932614 | 115年年報及股東會資料 — 2026_3045_20260529F01.pdf | 2026-04-28 | Chinese | ||
| 34646562 | 代子公司台灣固網公告向美商威德新有限公司台灣分公司取得一筆使用權資產 (補充公告簽訂增補契約) | 2026-04-16 | Chinese | ||
| 34646563 | 董事會決議召集115年股東常會公告(召開方式:視訊輔助股東會) (補充公告召集事由) | 2026-04-16 | Chinese | ||
| 34568590 | 代重要子公司-大富媒體科技(股)公司公告現金股利配發 基準日 | 2026-04-15 | Chinese | ||
| 34568591 | 代重要子公司-大富媒體科技(股)公司公告董事(代行股東 會職權)重要決議事項 | 2026-04-15 | Chinese | ||
| 33996439 | 公告本公司115年3月份營運成績 | 2026-04-10 | Chinese | ||
| 33991889 | 115年3月背書保證與資金貸與 | 2026-04-10 | Chinese | ||
| 33989126 | 115年3月營業收入 | 2026-04-10 | Chinese | ||
| 33872972 | 115年03月內部人持股異動(事後) | 2026-04-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADVA Optical Networking SE
Develops, manufactures, and sells open optical and Ethernet…
|
ADV | DE | Telecommunications, computer pr… |
|
ADYA INC.
Strategic holding company acquiring telecom and tech firms,…
|
ADYA | CA | Telecommunications, computer pr… |
|
Airtel Africa PLC
Provider of telecommunications and mobile money services ac…
|
AAF | GB | Telecommunications, computer pr… |
|
Aiton Caldwell Spolka Akcyjna
Provider of proprietary VoIP telephony and IP-PBX telecommu…
|
AIT | PL | Telecommunications, computer pr… |
|
AKIBA Holdings Co., Ltd.
Develops computer hardware like memory and storage, and pro…
|
6840 | JP | Telecommunications, computer pr… |
|
ALARES INTERNET PARTICIPAÇÕES S/A
Provides fiber-optic connectivity and digital services for …
|
— | BR | Telecommunications, computer pr… |
|
ALCATEL LUCENT TELETAŞ TELEKOMÜNİKASYON A.Ş.
Produces and sells telecommunication equipment and end-to-e…
|
ALCTL | TR | Telecommunications, computer pr… |
|
ALLIED TELESIS HOLDINGS K.K.
Develops and sells networking products and provides network…
|
6835 | JP | Telecommunications, computer pr… |
|
Altice USA, Inc.
A telecommunications and media company providing connectivi…
|
ATUS | US | Telecommunications, computer pr… |
|
AMERICA MOVIL SAB DE CV/
An integrated telecommunications provider of mobile, fixed-…
|
AMX | MX | Telecommunications, computer pr… |
Taiwan Mobile 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/52277/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52277 | 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=52277 | 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=52277 \ -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": 52277}, 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 Taiwan Mobile Co., Ltd. (id: 52277)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.