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 |
|---|---|---|---|
| 数码视讯第六届董事会第十七次会议决议公告 | 2025-03-10 | Chinese | |
| 数码视讯关于公司控股股东及实际控制人计划减持股份的预披露公告 | 2025-02-25 | Chinese | |
| 数码视讯第六届董事会第十六次会议决议公告 | 2025-01-06 | Chinese | |
| 数码视讯关于向银行申请综合授信额度的公告 | 2025-01-06 | Chinese | |
| 数码视讯关于获得2024北京企业百强荣誉称号的公告 | 2024-12-25 | Chinese | |
| 数码视讯2024年第一次临时股东大会决议公告 | 2024-12-06 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
4 filings
| |||||
| 35654892 | 数码视讯第六届董事会第十七次会议决议公告 | 2025-03-10 | Chinese | ||
| 35654872 | 数码视讯关于公司控股股东及实际控制人计划减持股份的预披露公告 | 2025-02-25 | Chinese | ||
| 35654858 | 数码视讯第六届董事会第十六次会议决议公告 | 2025-01-06 | Chinese | ||
| 35654853 | 数码视讯关于向银行申请综合授信额度的公告 | 2025-01-06 | Chinese | ||
|
2024
11 filings
| |||||
| 35654842 | 数码视讯关于获得2024北京企业百强荣誉称号的公告 | 2024-12-25 | Chinese | ||
| 35654821 | 数码视讯2024年第一次临时股东大会决议公告 | 2024-12-06 | Chinese | ||
| 35654808 | 海润天睿律师事务所关于数码视讯2024年第一次临时股东大会的法律意见书 | 2024-12-06 | Chinese | ||
| 35654779 | 数码视讯第六届监事会第十一次会议决议公告 | 2024-11-15 | Chinese | ||
| 35654761 | 数码视讯关于聘请会计师事务所的公告 | 2024-11-15 | Chinese | ||
| 35654758 | 数码视讯关于召开公司2024年第一次临时股东大会通知的公告 | 2024-11-15 | Chinese | ||
| 35654745 | 数码视讯第六届董事会第十五次会议决议公告 | 2024-11-15 | Chinese | ||
| 35654730 | 关于“质量回报双提升”行动方案的公告 | 2024-11-05 | Chinese | ||
| 35654716 | 数码视讯定期报告披露提示性公告 | 2024-10-23 | Chinese | ||
| 35654701 | 2024年三季度报告 | 2024-10-23 | Chinese | ||
| 35654686 | 数码视讯关于获得2024年度北京民营企业百强企业荣誉称号的公告 | 2024-10-08 | 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.