
SKYWORTH DIGITAL CO.,LTD. — Investor Relations & Filings
SKYWORTH DIGITAL CO.,LTD. specializes in the research, development, and manufacturing of digital home solutions and smart terminal devices. The company provides a comprehensive portfolio of products including digital television set-top boxes, broadband access equipment, and Internet of Things (IoT) solutions. Its core offerings encompass IPTV/OTT boxes, satellite and cable receivers, and advanced network hardware such as PON gateways and Wi-Fi 6 routers. Additionally, the firm develops virtual reality (VR) and augmented reality (AR) hardware alongside smart home ecosystem integration services. Serving a global clientele of telecommunications and cable operators, the company focuses on delivering high-performance connectivity and multimedia experiences. Through continuous innovation in software and hardware integration, it supports the digital transformation of home entertainment and network infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 对外担保管理制度(2025年10月) | 2025-10-24 | Chinese | |
| 股东会议事规则(2025年10月) | 2025-10-24 | Chinese | |
| 公司章程修订对照表 | 2025-10-24 | Chinese | |
| 第十二届董事会第十一次会议决议公告 | 2025-10-24 | Chinese | |
| 2025年三季度报告 | 2025-10-24 | Chinese | |
| 关于出售子公司股权及放弃同比例增资权暨关联交易的公告 | 2025-10-24 | Chinese |
Browse filings by year
27 years- 2026 42 filings
- 2025 140 filings
- 2024 101 filings
- 2023 141 filings
- 2022 164 filings
- 2021 120 filings
- 2020 111 filings
- 2019 171 filings
- 2018 160 filings
- 2017 127 filings
- 2016 163 filings
- 2015 96 filings
- 2014 133 filings
- 2013 94 filings
- 2012 60 filings
- 2011 71 filings
- 2010 46 filings
- 2009 32 filings
- 2008 39 filings
- 2007 49 filings
- 2006 61 filings
- 2005 27 filings
- 2004 28 filings
- 2003 45 filings
- 2002 23 filings
- 2001 9 filings
- 1998 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43849917 | 对外担保管理制度(2025年10月) | 2025-10-24 | Chinese | ||
| 43849882 | 股东会议事规则(2025年10月) | 2025-10-24 | Chinese | ||
| 43849837 | 公司章程修订对照表 | 2025-10-24 | Chinese | ||
| 43849787 | 第十二届董事会第十一次会议决议公告 | 2025-10-24 | Chinese | ||
| 43849754 | 2025年三季度报告 | 2025-10-24 | Chinese | ||
| 43849741 | 关于出售子公司股权及放弃同比例增资权暨关联交易的公告 | 2025-10-24 | Chinese | ||
| 43849710 | 信息披露管理制度(2025年10月) | 2025-10-24 | Chinese | ||
| 43849668 | 薪酬与考核委员会工作细则(2025年10月) | 2025-10-24 | Chinese | ||
| 43849629 | 提名委员会工作细则(2025年10月) | 2025-10-24 | Chinese | ||
| 43849592 | 环境、社会及治理(ESG)委员会工作细则(2025年10月) | 2025-10-24 | Chinese | ||
| 43849554 | 内幕信息知情人登记管理制度(2025年10月) | 2025-10-24 | Chinese | ||
| 43849507 | 总经理工作细则(2025年10月) | 2025-10-24 | Chinese | ||
| 43849466 | 年报信息披露重大差错责任追究制度(2025年10月) | 2025-10-24 | Chinese | ||
| 43849416 | 累积投票制实施细则(2025年10月) | 2025-10-24 | Chinese | ||
| 43849377 | 董事会议事规则(2025年10月) | 2025-10-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3onedata Co., Ltd.
Specializes in industrial communication solutions and netwo…
|
688618 | CN | Manufacturing |
|
AboCom
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
ACCTON
Provider of networking and computing infrastructure for hig…
|
2345 | TW | Manufacturing |
|
Ace Technologies Corp.
Designs and manufactures RF solutions for mobile, defense, …
|
088800 | KR | Manufacturing |
|
ADC India Communications Limited
Provides copper and fiber optic connectivity for telecom an…
|
523411 | IN | Manufacturing |
|
Aditya Infotech Limited
Distributes and manufactures electronic security and survei…
|
CPPLUS | IN | Manufacturing |
|
ADTRAN Holdings, Inc.
Global provider of open, disaggregated networking and commu…
|
ADTN | US | Manufacturing |
|
AIPHONE CO.,LTD
Manufacturer of communication and security systems speciali…
|
6718 | JP | Manufacturing |
|
Air Link Communication Limited
Technology company manufacturing, distributing, and retaili…
|
AIRLINK | PK | Manufacturing |
|
ALOYS Inc.
Develops and supplies Android-based OTT and 4k UHD satellit…
|
297570 | KR | Manufacturing |
SKYWORTH DIGITAL 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/53832/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53832 | 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=53832 | 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=53832 \ -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": 53832}, 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 SKYWORTH DIGITAL CO.,LTD. (id: 53832)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.