
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 |
|---|---|---|---|
|
PT Visi Telekomunikasi Infrastruktur Tbk.
Provides telecommunication infrastructure services, special…
|
GOLD | ID | Telecommunications, computer pr… |
|
PT XLSMART Telecom Sejahtera Tbk
Leading provider of telecommunication, network, and multime…
|
EXCL | ID | Telecommunications, computer pr… |
|
PUBLIC JOINT-STOCK COMPANY ROSTELECOM
An integrated provider of digital services and telecommunic…
|
RTKM | RU | Telecommunications, computer pr… |
|
Quadrant Televentures Limited
Provides voice, broadband, and enterprise data solutions vi…
|
511116 | IN | Telecommunications, computer pr… |
|
Quebecor Inc.
Diversified communications and media corporation in Telecom…
|
QBR.B | CA | Telecommunications, computer pr… |
|
QWEST CORP
Telecommunications provider of high-speed internet, voice, …
|
CTBB | US | Telecommunications, computer pr… |
|
RailTel Corporation of India Limited
ICT infrastructure provider offering fiber network, cloud, …
|
RAILTEL | IN | Telecommunications, computer pr… |
|
Rai Way
Digital infrastructure operator for media content distribut…
|
RWAY | IT | Telecommunications, computer pr… |
|
RAKUTEN GROUP, INC.
Operates a global ecosystem of internet services including …
|
1YHB | SG | Telecommunications, computer pr… |
|
REACH TEN HOLDINGS BERHAD
A telecommunications service provider specializing in integ…
|
— | MY | 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.