
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 |
|---|---|---|---|
| 关于公司设立以来股本演变情况的说明及董事、监事、高级管理人员的确认意见 | 2010-04-13 | Chinese | |
| 内部控制鉴证报告 | 2010-04-13 | Chinese | |
| 公司章程(草案) | 2010-04-13 | Chinese | |
| 2009年第四次临时股东大会(关于首次公开发行并在创业板上市议案的决议) | 2010-04-13 | Chinese | |
| 专项审核报告(2007年-2009年) | 2010-04-13 | Chinese | |
| 北京市君泽君律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书 | 2010-04-13 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2010
15 filings
| |||||
| 35635645 | 关于公司设立以来股本演变情况的说明及董事、监事、高级管理人员的确认意见 | 2010-04-13 | Chinese | ||
| 35635621 | 内部控制鉴证报告 | 2010-04-13 | Chinese | ||
| 35635514 | 公司章程(草案) | 2010-04-13 | Chinese | ||
| 35635501 | 2009年第四次临时股东大会(关于首次公开发行并在创业板上市议案的决议) | 2010-04-13 | Chinese | ||
| 35635451 | 专项审核报告(2007年-2009年) | 2010-04-13 | Chinese | ||
| 35635339 | 北京市君泽君律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书 | 2010-04-13 | Chinese | ||
| 35635322 | 控股股东、实际控制人郑海涛对招股意向书的确认意见 | 2010-04-13 | Chinese | ||
| 35635311 | 国信证券股份有限公司关于公司首次公开发行股票并在创业板上市的发行保荐书 | 2010-04-13 | Chinese | ||
| 35635295 | 第一届第十六次董事会会议决议 | 2010-04-13 | Chinese | ||
| 35635270 | 北京市君泽君律师事务所关于公司首次公开发行股票并在创业板上市的律师工作报告 | 2010-04-13 | Chinese | ||
| 35635247 | 北京市君泽君律师事务所关于公司首次公开发行股票并在创业板上市的补充法律意见书(二) | 2010-04-13 | Chinese | ||
| 35635150 | 首次公开发行股票并在创业板上市招股意向书 | 2010-04-13 | Chinese | ||
| 35635077 | 北京市君泽君律师事务所关于公司首次公开发行股票并在创业板上市的补充法律意见书(一) | 2010-04-13 | Chinese | ||
| 35635065 | 中国证监会关于核准公司首次公开发行股票并在创业板上市的批复 | 2010-04-13 | Chinese | ||
| 35635054 | 首次公开发行股票并在创业板上市初步询价及推介公告 | 2010-04-13 | 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.