
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 |
|---|---|---|---|
|
SES FDR
Global satellite operator providing video and data connecti…
|
SESGL | LU | Telecommunications, computer pr… |
|
SES SA
Provides global content connectivity solutions using a powe…
|
— | AR | Telecommunications, computer pr… |
|
Shaanxi Broadcast & Tv Network Intermediary(Group) Co.,Ltd.
Provides cable TV, broadband, data transmission, and smart …
|
600831 | CN | Telecommunications, computer pr… |
|
Shanghai Broadband Technology Co.,Ltd
Develops broadband access, optical communication, and netwo…
|
600608 | CN | Telecommunications, computer pr… |
|
SHAW COMMUNICATIONS INC.
Major Canadian telecommunications provider concentrated in …
|
SJR.B | CA | Telecommunications, computer pr… |
|
SHENANDOAH TELECOMMUNICATIONS CO/VA/
A regional provider of broadband, video, and voice services…
|
SHEN | US | Telecommunications, computer pr… |
|
SHENZHEN TOPWAY VIDEO COMMUNICATION CO., LTD.
Operates cable TV networks, broadband internet, and smart c…
|
002238 | CN | Telecommunications, computer pr… |
|
Shift Networks Inc.
Provides enterprise-grade, highly reliable hosted VoIP solu…
|
3697 | CA | Telecommunications, computer pr… |
|
Sidus Systems Inc.
Integrated space and defense solutions utilizing AI softwar…
|
SIDU | CA | Telecommunications, computer pr… |
|
Silkwave Inc
Developing a GEO-LEO-5G satellite platform for mobile multi…
|
471 | HK | 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.