
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-02-27 | Chinese | |
| 2025年度独立董事述职报告(杨汝岱) | 2026-02-27 | Chinese | |
| 关于使用自有资金支付募投项目所需资金并以募集资金等额置换的公告 | 2026-02-27 | Chinese | |
| 关于公司及子公司开展外汇套期保值业务的公告 | 2026-02-27 | Chinese | |
| 关于公司2026年度担保额度预计的公告 | 2026-02-27 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-02-27 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44563340 | 华泰联合证券有限责任公司关于深圳市德明利技术股份有限公司使用自有资金支付募投项目所需资金并以募集资金等额置换的核查意见 | 2026-02-27 | Chinese | ||
| 44563331 | 2025年度独立董事述职报告(杨汝岱) | 2026-02-27 | Chinese | ||
| 44563318 | 关于使用自有资金支付募投项目所需资金并以募集资金等额置换的公告 | 2026-02-27 | Chinese | ||
| 44563308 | 关于公司及子公司开展外汇套期保值业务的公告 | 2026-02-27 | Chinese | ||
| 44563300 | 关于公司2026年度担保额度预计的公告 | 2026-02-27 | Chinese | ||
| 44563283 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-02-27 | Chinese | ||
| 44563270 | 2025年度内部控制审计报告 | 2026-02-27 | Chinese | ||
| 44563248 | 2025年度内部控制评价报告 | 2026-02-27 | Chinese | ||
| 44563239 | 董事和高级管理人员薪酬管理制度(2026年2月) | 2026-02-27 | Chinese | ||
| 44563231 | 华泰联合证券有限责任公司关于深圳市德明利技术股份有限公司及控股子公司2026年度向金融机构申请综合授信借款额度及接受关联方担保的核查意见 | 2026-02-27 | Chinese | ||
| 44563221 | 关于召开2025年年度股东会的通知 | 2026-02-27 | Chinese | ||
| 44563212 | 第二届董事会第三十八次会议决议公告 | 2026-02-27 | Chinese | ||
| 44563206 | 关于公司2025年度利润分配预案的公告 | 2026-02-27 | Chinese | ||
| 44563204 | 关于公司2025年向特定对象发行股票的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-02-03 | Chinese | ||
| 44563201 | 广东信达律师事务所关于深圳市德明利技术股份有限公司2025年度向特定对象发行股票的补充法律意见书(一) | 2026-02-03 | 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.