
Shenzhen Techwinsemi Technology Co., Ltd. — Investor Relations & Filings
Shenzhen Techwinsemi Technology Co., Ltd. operates as a specialized distributor of electronic components and a provider of comprehensive technical solutions. The company focuses on the procurement and supply of semiconductors, integrated circuits, and memory modules, including DRAM, NAND Flash, and MCP. Its product portfolio extends to power management devices, microcontrollers, and sensors tailored for applications in consumer electronics, industrial control, automotive electronics, and the Internet of Things (IoT). Techwinsemi provides value-added services such as technical design-in support, supply chain management, and inventory buffering. The organization leverages strategic partnerships with global semiconductor manufacturers to deliver reliable component sourcing and logistics solutions to its international client base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于为全资子公司提供担保的进展公告 | 2026-05-25 | Chinese | |
| 关于举行德明利2025年度暨2026年第一季度业绩说明会的公告 | 2026-05-07 | Chinese | |
| 关于2025年股票期权激励计划部分股票期权注销完成的公告 | 2026-04-14 | Chinese | |
| 关于注销2025年股票期权激励计划部分股票期权及调整行权价格的公告 | 2026-04-07 | Chinese | |
| 第二届董事会第四十一次会议决议公告 | 2026-04-07 | Chinese | |
| 广东信达律师事务所关于德明利调整2023年限制性股票激励计划回购价格的法律意见书 | 2026-04-07 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47040971 | 关于为全资子公司提供担保的进展公告 | 2026-05-25 | Chinese | ||
| 44268492 | 关于举行德明利2025年度暨2026年第一季度业绩说明会的公告 | 2026-05-07 | Chinese | ||
| 34849693 | 关于2025年股票期权激励计划部分股票期权注销完成的公告 | 2026-04-14 | Chinese | ||
| 44563912 | 关于注销2025年股票期权激励计划部分股票期权及调整行权价格的公告 | 2026-04-07 | Chinese | ||
| 44563911 | 第二届董事会第四十一次会议决议公告 | 2026-04-07 | Chinese | ||
| 44563908 | 广东信达律师事务所关于德明利调整2023年限制性股票激励计划回购价格的法律意见书 | 2026-04-07 | Chinese | ||
| 44563907 | 关于调整2026年股票期权激励计划行权价格的公告 | 2026-04-07 | Chinese | ||
| 44563905 | 关于调整2024年限制性股票激励计划回购价格的公告 | 2026-04-07 | Chinese | ||
| 44563901 | 广东信达律师事务所关于德明利2026年股票期权激励计划调整及首次授予事项的法律意见书 | 2026-04-07 | Chinese | ||
| 44563899 | 董事会薪酬与考核委员会关于2026年股票期权激励计划首次授予激励对象名单的核查意见 | 2026-04-07 | Chinese | ||
| 44563892 | 董事会薪酬与考核委员会关于注销2025年股票期权激励计划部分股票期权的核查意见 | 2026-04-07 | Chinese | ||
| 44563874 | 关于调整2023年限制性股票激励计划回购价格的公告 | 2026-04-07 | Chinese | ||
| 44563869 | 关于向2026年股票期权激励计划首次授予的激励对象授予股票期权的公告 | 2026-04-07 | Chinese | ||
| 44563865 | 德明利2026年第一季度业绩预告 | 2026-03-31 | Chinese | ||
| 44563862 | 广东信达律师事务所关于深圳市德明利技术股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of electronic and telecommunications equipment and parts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACO GROUP BERHAD
Distributor of electrical products and accessories for indu…
|
— | MY | Wholesale and retail trade |
|
AGIS Tbk
Engaged in general and electronic trading, consumer electro…
|
TMPI | ID | Wholesale and retail trade |
|
Alcadon Group AB
Developer and distributor of products for network infrastru…
|
ALCA | SE | Wholesale and retail trade |
|
ALLIED TECNOLOGIA S.A.
Multichannel distributor and retailer of consumer electroni…
|
— | BR | Wholesale and retail trade |
|
ALLTEK
Communication component distributor and solution provider f…
|
3209 | TW | Wholesale and retail trade |
|
AMBERTECH LIMITED
Distributor of professional audio, video, and broadcast equ…
|
AMO | AU | Wholesale and retail trade |
|
ANSTEK
Distributor of electronic components and provider of integr…
|
3528 | TW | Wholesale and retail trade |
|
Apex Ace Holding Limited
Distribution and supply of electronic components, digital s…
|
6036 | HK | Wholesale and retail trade |
|
ARROW ELECTRONICS, INC.
Global provider of electronic components and enterprise com…
|
ARW | US | Wholesale and retail trade |
|
ATRenew Inc.
A technology-driven platform for pre-owned consumer electro…
|
RERE | US | Wholesale and retail trade |
Shenzhen Techwinsemi Technology 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/54015/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54015 | 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=54015 | 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=54015 \ -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": 54015}, 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 Techwinsemi Technology Co., Ltd. (id: 54015)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.