
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 |
|---|---|---|---|
| 2024年度董事会工作报告 | 2025-03-24 | Chinese | |
| 2024年度涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2025-03-24 | Chinese | |
| 关于增补董事的公告 | 2025-03-24 | Chinese | |
| 2024年度财务决算报告 | 2025-03-24 | Chinese | |
| 关于使用闲置自有资金购买理财产品的公告 | 2025-03-24 | Chinese | |
| 关于为子公司新增担保额度预计的公告 | 2025-03-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
| |||||
| 43846926 | 2024年度董事会工作报告 | 2025-03-24 | Chinese | ||
| 43846877 | 2024年度涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2025-03-24 | Chinese | ||
| 43846836 | 关于增补董事的公告 | 2025-03-24 | Chinese | ||
| 43846790 | 2024年度财务决算报告 | 2025-03-24 | Chinese | ||
| 43846731 | 关于使用闲置自有资金购买理财产品的公告 | 2025-03-24 | Chinese | ||
| 43846682 | 关于为子公司新增担保额度预计的公告 | 2025-03-24 | Chinese | ||
| 43846642 | 2024年社会责任报告 | 2025-03-24 | Chinese | ||
| 43846482 | 董事会对独立董事独立性评估的专项意见 | 2025-03-24 | Chinese | ||
| 43846432 | 董事会决议公告 | 2025-03-24 | Chinese | ||
| 43846393 | 2024年度独立董事述职报告(彭宁) | 2025-03-24 | Chinese | ||
| 43846351 | 关于对创维集团财务有限公司的风险持续评估报告 | 2025-03-24 | Chinese | ||
| 43846299 | 环境、社会及治理(ESG)委员会工作细则 | 2025-03-24 | Chinese | ||
| 43846254 | 年度关联方资金占用专项审计报告 | 2025-03-24 | Chinese | ||
| 43846213 | 2024年年度报告摘要 | 2025-03-24 | Chinese | ||
| 43846135 | 2024年度业绩预告 | 2025-01-17 | 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.