
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 |
|---|---|---|---|
|
UNIQUEST COPORATION
A distributor of advanced semiconductor solutions for AI, I…
|
077500 | KR | Wholesale and retail trade |
|
Unitrontech Co., Ltd.
Distributor of semiconductors, displays, and software for t…
|
142210 | KR | Wholesale and retail trade |
|
Vakomtek Spolka Akcyjna
Builds and operates validator infrastructure for blockchain…
|
VKT | PL | Wholesale and retail trade |
|
Vivanco Gruppe AG
A European supplier of equipment and accessories for electr…
|
VG0K | DE | Wholesale and retail trade |
|
WAH LEE
Distributes advanced materials and technology for electroni…
|
3010 | TW | Wholesale and retail trade |
|
Weikeng
Distributor of semiconductor components and IT products pro…
|
3033 | TW | Wholesale and retail trade |
|
Willas-Array Electronics (Holdings) Limited
Distributor of active and passive electronic components and…
|
854 | HK | Wholesale and retail trade |
|
Wireless One Inc.
Wholesale distributor of wireless products and services, se…
|
— | CA | Wholesale and retail trade |
|
Wong's Kong King International (Holdings) Limited
Trading and distribution of capital equipment, materials, a…
|
532 | HK | Wholesale and retail trade |
|
WPG
Leading global semiconductor component distributor and Asia…
|
3702 | TW | 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.