
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 |
|---|---|---|---|
| 关于2025年度计提减值准备及核销资产的公告 | 2026-02-27 | Chinese | |
| 关于公司及控股子公司2026年度向金融机构申请综合授信借款额度及接受关联方担保的公告 | 2026-02-27 | Chinese | |
| 关于开展外汇套期保值业务的可行性分析报告 | 2026-02-27 | Chinese | |
| 2025年年度报告摘要 | 2026-02-27 | Chinese | |
| 2025年度控股股东及其他关联方占用资金情况审核报告 | 2026-02-27 | Chinese | |
| 华泰联合证券有限责任公司关于深圳市德明利技术股份有限公司2025年度保荐工作报告 | 2026-02-27 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44563648 | 关于2025年度计提减值准备及核销资产的公告 | 2026-02-27 | Chinese | ||
| 44563624 | 关于公司及控股子公司2026年度向金融机构申请综合授信借款额度及接受关联方担保的公告 | 2026-02-27 | Chinese | ||
| 44563617 | 关于开展外汇套期保值业务的可行性分析报告 | 2026-02-27 | Chinese | ||
| 44563606 | 2025年年度报告摘要 | 2026-02-27 | Chinese | ||
| 44563602 | 2025年度控股股东及其他关联方占用资金情况审核报告 | 2026-02-27 | Chinese | ||
| 44563571 | 华泰联合证券有限责任公司关于深圳市德明利技术股份有限公司2025年度保荐工作报告 | 2026-02-27 | Chinese | ||
| 44563564 | 华泰联合证券有限责任公司关于深圳市德明利技术股份有限公司2025年度内部控制评价报告的核查意见 | 2026-02-27 | Chinese | ||
| 44563553 | 深圳市德明利技术股份有限公司2025年度募集资金存放与实际使用情况的专项报告 | 2026-02-27 | Chinese | ||
| 44563540 | 2025年度对会计师事务所履职情况的评估报告及董事会审计委员会履行监督职责情况报告 | 2026-02-27 | Chinese | ||
| 44563536 | 2025年度募集资金存放与实际使用情况审核报告 | 2026-02-27 | Chinese | ||
| 44563395 | 华泰联合证券有限责任公司关于深圳市德明利技术股份有限公司及控股子公司开展外汇套期保值业务的核查意见 | 2026-02-27 | Chinese | ||
| 44563377 | 关于独立董事2025年度独立性情况的专项评估意见 | 2026-02-27 | Chinese | ||
| 44563367 | 2025年年度报告 | 2026-02-27 | Chinese | ||
| 44563361 | 2025年年度审计报告 | 2026-02-27 | Chinese | ||
| 44563355 | 华泰联合证券有限责任公司关于深圳市德明利技术股份有限公司2025年度募集资金存放和使用情况专项核查报告 | 2026-02-27 | 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.