
Sumavision Technologies Co.,Ltd — Investor Relations & Filings
Sumavision Technologies Co., Ltd. specializes in the development and provision of video delivery solutions and digital broadcasting infrastructure. The company offers a comprehensive portfolio of products including high-definition encoders, decoders, multiplexers, and modulators designed for cable, satellite, and terrestrial television networks. Its core technology focuses on video compression, conditional access systems (CAS), and end-to-end IPTV and OTT platforms. Sumavision provides hardware and software solutions for 4K/8K ultra-high-definition video processing, low-latency transmission, and broadband network optimization. Serving global broadcasters, telecommunications operators, and enterprise clients, the company emphasizes research and development in video processing standards and secure content distribution to ensure high-quality media delivery across diverse network environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2017年第一季度业绩预告 | 2017-04-07 | Chinese | |
| 关于2015年股票期权激励计划预留股票期权第一个行权期采用自主行权模式的公告 | 2017-03-13 | Chinese | |
| 关于部分已授予股票期权注销完成的公告 | 2017-03-09 | Chinese | |
| 关于2015年股票期权激励计划预留股票期权第一个行权期可行权的公告 | 2017-03-02 | Chinese | |
| 关于对2015年股票期权激励计划预留股票期权的激励对象名单及股票期权数量进行调整(注销部分股票期权)的公告 | 2017-03-02 | Chinese | |
| 独立董事关于相关事项的独立意见 | 2017-03-02 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2017
15 filings
| |||||
| 35645962 | 2017年第一季度业绩预告 | 2017-04-07 | Chinese | ||
| 35645954 | 关于2015年股票期权激励计划预留股票期权第一个行权期采用自主行权模式的公告 | 2017-03-13 | Chinese | ||
| 35645940 | 关于部分已授予股票期权注销完成的公告 | 2017-03-09 | Chinese | ||
| 35645928 | 关于2015年股票期权激励计划预留股票期权第一个行权期可行权的公告 | 2017-03-02 | Chinese | ||
| 35645913 | 关于对2015年股票期权激励计划预留股票期权的激励对象名单及股票期权数量进行调整(注销部分股票期权)的公告 | 2017-03-02 | Chinese | ||
| 35645888 | 独立董事关于相关事项的独立意见 | 2017-03-02 | Chinese | ||
| 35645876 | 北京汉智律师事务所关于公司2015年股票期权激励计划调整及可行权相关事项之法律意见书 | 2017-03-02 | Chinese | ||
| 35645861 | 第四届监事会关于预留股票期权第一个行权期有关事项的核查意见 | 2017-03-02 | Chinese | ||
| 35645849 | 第四届监事会第三次会议决议公告 | 2017-03-02 | Chinese | ||
| 35645840 | 第四届董事会薪酬与考核委员会对激励对象名单的核实意见 | 2017-03-02 | Chinese | ||
| 35645831 | 第四届董事会第三次会议决议公告 | 2017-03-02 | Chinese | ||
| 35645823 | 2016年度业绩快报 | 2017-02-27 | Chinese | ||
| 35645815 | 独立董事关于为全资子公司鼎点视讯向银行申请综合授信额度提供担保的独立意见 | 2017-02-10 | Chinese | ||
| 35645802 | 第四届监事会第二次会议决议公告 | 2017-02-10 | Chinese | ||
| 35645790 | 第四届董事会第二次会议决议公告 | 2017-02-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1&1 AG
A telecommunications provider offering mobile and broadband…
|
1U1 | DE | Telecommunications, computer pr… |
|
360networks Inc.
Major North American provider of high-capacity fiber optic …
|
TSIX | CA | Telecommunications, computer pr… |
|
4iG Nyilvánosan Működő Részvénytársaság
Provider of integrated telecommunications, IT, and space te…
|
4IG | HU | Telecommunications, computer pr… |
|
5G NETWORKS LIMITED.
Provides high-speed connectivity, fiber networks, and manag…
|
5GN | AU | Telecommunications, computer pr… |
|
AAC Clyde Space
Offers end-to-end small satellite solutions and space-based…
|
AAC | SE | Telecommunications, computer pr… |
|
Aastra Technologies Limited
Global provider of enterprise communication systems, specia…
|
AAH | CA | Telecommunications, computer pr… |
|
Accrete Inc.
Cloud-based messaging provider specializing in A2P SMS and …
|
4395 | JP | Telecommunications, computer pr… |
|
ACTELIS NETWORKS INC
Provider of cyber-hardened networking solutions for IoT ove…
|
ASNS | US | Telecommunications, computer pr… |
|
Adamant Holding Inc.
Global telecommunications carrier expanding into renewable …
|
UCCPF | CA | Telecommunications, computer pr… |
|
AdvanteXCEL.com Communications Corp.
Defaulting reporting issuer, cease-traded due to regulatory…
|
APTV | CA | Telecommunications, computer pr… |
Sumavision Technologies 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/55099/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55099 | 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=55099 | 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=55099 \ -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": 55099}, 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 Sumavision Technologies Co.,Ltd (id: 55099)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.