
top MSO — Investor Relations & Filings
Taiwan Optical Platform Co., Ltd. (TOP) provides a comprehensive suite of telecommunications and media services, primarily serving regional markets in Taichung, Nantou, Changhua, and Yunlin. The company’s core operations include the provision of cable television, high-speed fiber-optic broadband, and satellite TV services, alongside circuit and channel leasing. As an integrated service provider, TOP focuses on the convergence of media and technology, delivering smart solutions for sectors such as manufacturing, transportation, and healthcare. Its infrastructure supports a wide range of digital content delivery and connectivity services for both residential and commercial clients. The company continues to expand its portfolio through innovative integrated solutions and smart city initiatives, leveraging its extensive network to facilitate digital transformation across its service areas.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 115年5月20日內部人設質解質 | 2026-05-21 | Chinese | |
| 代重要子公司得濬股份有限公司公告 115年股東常會重要決議事項 | 2026-05-20 | Chinese | |
| 代重要子公司台灣佳光電訊股份有限公司公告董事會選任董事長 | 2026-05-20 | Chinese | |
| 代重要子公司台灣佳光電訊股份有限公司公告股東會 通過解除董事競業禁止之限制 | 2026-05-20 | Chinese | |
| 代重要子公司台灣佳光電訊股份有限公司公告 董事、監察人任期屆滿全面改選 | 2026-05-20 | Chinese | |
| 代重要子公司台灣佳光電訊股份有限公司公告 115年股東常會重要決議事項 | 2026-05-20 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46710327 | 115年5月20日內部人設質解質 | 2026-05-21 | Chinese | ||
| 46585323 | 代重要子公司得濬股份有限公司公告 115年股東常會重要決議事項 | 2026-05-20 | Chinese | ||
| 46585344 | 代重要子公司台灣佳光電訊股份有限公司公告董事會選任董事長 | 2026-05-20 | Chinese | ||
| 46585349 | 代重要子公司台灣佳光電訊股份有限公司公告股東會 通過解除董事競業禁止之限制 | 2026-05-20 | Chinese | ||
| 46585350 | 代重要子公司台灣佳光電訊股份有限公司公告 董事、監察人任期屆滿全面改選 | 2026-05-20 | Chinese | ||
| 46585352 | 代重要子公司台灣佳光電訊股份有限公司公告 115年股東常會重要決議事項 | 2026-05-20 | Chinese | ||
| 46585353 | 代重要子公司大屯有線電視股份有限公司公告 115年股東常會重要決議事項 | 2026-05-20 | Chinese | ||
| 46585355 | 代重要子公司佳聯有線電視股份有限公司公告 115年股東常會重要決議事項 | 2026-05-20 | Chinese | ||
| 46373949 | 115年05月法人說明會簡報 — 646420260514E002.pdf | 2026-05-14 | English | ||
| 46373948 | 115年05月法人說明會簡報 — 646420260514M002.pdf | 2026-05-14 | Chinese | ||
| 46373947 | 115年05月法人說明會簡報 | 2026-05-14 | Chinese | ||
| 46368406 | 115年第1季財務報告書 — 202601_6464_AI1.pdf | 2026-05-14 | Chinese | ||
| 46367005 | 本公司受邀參加台新證券舉辦之線上法人說明會 | 2026-05-13 | Chinese | ||
| 46366758 | 115年第1季權益變動表 | 2026-05-13 | Chinese | ||
| 46366454 | 115年第1季現金流量表 | 2026-05-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Telefonica Deutschland Holding AG
An integrated telecommunications provider of mobile and fix…
|
O2D | DE | Telecommunications, computer pr… |
|
Telefonica S.A.
A multinational telecommunications company offering telepho…
|
TEF | ES | Telecommunications, computer pr… |
|
Teléfonos de México, S.A.B. de C.V.
Provides fixed-line telephony, broadband internet, and clou…
|
TELMEX | MX | Telecommunications, computer pr… |
|
Telekom Austria AG
A provider of digital services and communications solutions…
|
TKA | AT | Telecommunications, computer pr… |
|
TELEKOM MALAYSIA BERHAD
Leading integrated telecommunications and national connecti…
|
— | MY | Telecommunications, computer pr… |
|
Telekom Slovenije
Provider of ICT services and solutions, operating a high-qu…
|
TLSG | SI | Telecommunications, computer pr… |
|
Telekom Srpske a.d. Banja Luka
Provides mobile and fixed-line telephony, internet, and dig…
|
— | BA | Telecommunications, computer pr… |
|
TELEMASTERS HOLDINGS LIMITED
Technology investment holding company providing digital con…
|
TLM | ZA | Telecommunications, computer pr… |
|
Telenet Group Holding NV
Provider of media, telecommunications, and entertainment se…
|
TNET | BE | Telecommunications, computer pr… |
|
Telenor ASA
International telecom company providing mobile, fixed, and …
|
TEL | NO | Telecommunications, computer pr… |
top MSO 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/52569/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52569 | 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=52569 | 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=52569 \ -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": 52569}, 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 top MSO (id: 52569)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.