
SHENZHEN COSHIP ELECTRONICS CO.,LTD. — Investor Relations & Filings
Shenzhen Coship Electronics Co., Ltd. specializes in the research, development, and manufacturing of digital video broadcasting equipment and smart home solutions. The company provides a comprehensive range of digital set-top boxes, including satellite, cable, terrestrial, and IPTV/OTT models. Beyond video broadcasting, Coship develops smart routers, mobile communication terminals, and Internet of Things (IoT) devices. Its core business focuses on delivering integrated hardware and software solutions to global telecommunications operators and retail markets. The company is recognized for its technical innovation in digital media reception and smart connectivity, offering end-to-end services from product design to mass production.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年年报的问询函相关事项的核查说明 | 2025-06-15 | Chinese | |
| 关于公司股票撤销退市风险警示及其他风险警示暨停复牌公告 | 2025-06-15 | Chinese | |
| 关于2024年年报问询函的回复的公告 | 2025-06-15 | Chinese | |
| 关于投资者诉讼事项进展情况的公告 | 2025-06-09 | Chinese | |
| 关于投资者诉讼事项进展情况的公告 | 2025-05-29 | Chinese | |
| 关于投资者诉讼事项进展情况的公告 | 2025-05-19 | Chinese |
Browse filings by year
21 years- 2026 31 filings
- 2025 127 filings
- 2024 208 filings
- 2023 170 filings
- 2022 145 filings
- 2021 194 filings
- 2020 135 filings
- 2019 82 filings
- 2018 78 filings
- 2017 100 filings
- 2016 139 filings
- 2015 187 filings
- 2014 155 filings
- 2013 176 filings
- 2012 184 filings
- 2011 135 filings
- 2010 103 filings
- 2009 121 filings
- 2008 75 filings
- 2007 94 filings
- 2006 59 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44450591 | 2024年年报的问询函相关事项的核查说明 | 2025-06-15 | Chinese | ||
| 44450579 | 关于公司股票撤销退市风险警示及其他风险警示暨停复牌公告 | 2025-06-15 | Chinese | ||
| 44450569 | 关于2024年年报问询函的回复的公告 | 2025-06-15 | Chinese | ||
| 44450558 | 关于投资者诉讼事项进展情况的公告 | 2025-06-09 | Chinese | ||
| 44450551 | 关于投资者诉讼事项进展情况的公告 | 2025-05-29 | Chinese | ||
| 44450544 | 关于投资者诉讼事项进展情况的公告 | 2025-05-19 | Chinese | ||
| 44450536 | 关于股东与其一致行动人之间协议转让股份完成过户登记的提示性公告 | 2025-05-19 | Chinese | ||
| 44450525 | 关于申请撤销公司股票退市风险警示及其他风险警示的进展公告 | 2025-05-15 | Chinese | ||
| 44450517 | 关于合计持股5%以上股东权益变动触及1%整数倍的提示性公告 | 2025-05-15 | Chinese | ||
| 44450507 | 2024年年度股东大会之法律意见书 | 2025-05-13 | Chinese | ||
| 44450475 | 2024年年度股东大会决议公告 | 2025-05-13 | Chinese | ||
| 44450465 | 股票交易异常波动公告 | 2025-05-11 | Chinese | ||
| 44450449 | 关于公司2023年股票期权激励计划部分股票期权注销完成的公告 | 2025-04-27 | Chinese | ||
| 44450441 | 关于持股5%以上股东权益变动触及1%整数倍的提示性公告 | 2025-04-27 | Chinese | ||
| 44450427 | 股票交易异常波动公告 | 2025-04-27 | 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 |
SHENZHEN COSHIP ELECTRONICS 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/54114/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54114 | 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=54114 | 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=54114 \ -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": 54114}, 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 SHENZHEN COSHIP ELECTRONICS CO.,LTD. (id: 54114)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.