
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-01-14 | Chinese | |
| 第十二届董事会第五次会议决议公告 | 2025-01-01 | Chinese | |
| 关于计提资产减值准备的公告 | 2024-12-30 | Chinese | |
| 2024年第一次临时股东大会之法律意见书 | 2024-12-26 | Chinese | |
| 2024年第一次临时股东大会决议公告 | 2024-12-26 | Chinese | |
| 股票交易异常波动公告 | 2024-12-25 | 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
2 filings
| |||||
| 43846083 | 2024年第三季度权益分派实施公告 | 2025-01-14 | Chinese | ||
| 43846045 | 第十二届董事会第五次会议决议公告 | 2025-01-01 | Chinese | ||
|
2024
13 filings
| |||||
| 43846009 | 关于计提资产减值准备的公告 | 2024-12-30 | Chinese | ||
| 43845968 | 2024年第一次临时股东大会之法律意见书 | 2024-12-26 | Chinese | ||
| 43845884 | 2024年第一次临时股东大会决议公告 | 2024-12-26 | Chinese | ||
| 43845854 | 股票交易异常波动公告 | 2024-12-25 | Chinese | ||
| 43845802 | 关于召开2024年第一次临时股东大会的提示性公告 | 2024-12-23 | Chinese | ||
| 43845756 | 关于公司董事退休离任的公告 | 2024-12-16 | Chinese | ||
| 43845712 | 关于会计政策变更的公告 | 2024-11-29 | Chinese | ||
| 43845673 | 关于2025年度日常关联交易预计情况的公告 | 2024-11-29 | Chinese | ||
| 43845624 | 第十一届监事会第四次会议决议公告 | 2024-11-29 | Chinese | ||
| 43845588 | 关于2025年度关联租赁交易预计情况的公告 | 2024-11-29 | Chinese | ||
| 43845550 | 关于调整为子公司提供担保的公告 | 2024-11-29 | Chinese | ||
| 43845508 | 关于2025年度与创维集团财务有限公司开展金融业务预计的公告 | 2024-11-29 | Chinese | ||
| 43845476 | 第十二届董事会第四次会议决议公告 | 2024-11-29 | 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.