
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 |
|---|---|---|---|
|
Runjian Co., Ltd.
Provides telecom network services, ICT solutions, and digit…
|
002929 | CN | Telecommunications, computer pr… |
|
Sangoma Technologies Corp
Provider of business communications solutions including UCa…
|
SANG | US | Telecommunications, computer pr… |
|
SAPURA TELECOMMUNICATIONS BERHAD
Specializes in advanced telecommunications and IT solutions…
|
— | MY | Telecommunications, computer pr… |
|
Sarana Menara Nusantara Tbk
A digital infrastructure company operating telecommunicatio…
|
TOWR | ID | Telecommunications, computer pr… |
|
Sar Televenture Limited
Provides telecom infrastructure services, including 4G/5G t…
|
SARTELE | IN | Telecommunications, computer pr… |
|
Saudi Telecom Co.
Provides ICT services and digital infrastructure in the Mid…
|
7010 | SA | Telecommunications, computer pr… |
|
SBA COMMUNICATIONS CORP
Independent owner and operator of wireless communications i…
|
SBAC | US | Telecommunications, computer pr… |
|
SEA TV Network Limited
Provides digital cable television, broadband, and localized…
|
533268 | IN | Telecommunications, computer pr… |
|
Sejong Telecom, Inc.
An ICT company providing telecom, electrical construction, …
|
036630 | KR | Telecommunications, computer pr… |
|
SEOUL ELECTRONICS & TELECOM
Manufactures power transformers, SMPS, and ODM products lik…
|
027040 | KR | 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.