
WUXI CHIPOWN MICRO-ELECTRONICS CO.,LTD — Investor Relations & Filings
Wuxi Chipown Micro-electronics Co., Ltd. specializes in the design and development of high-performance analog and mixed-signal integrated circuits, with a primary focus on power management solutions. The company's product portfolio includes a wide range of AC-DC converters, DC-DC regulators, power management units, gate drivers, and smart power ICs. These components are engineered to provide high efficiency, low power consumption, and robust protection features for various applications. Chipown serves diverse markets, including consumer electronics, household appliances, industrial automation, and automotive systems. By leveraging advanced semiconductor technologies, the company provides integrated solutions for power conversion and battery management, supporting the development of energy-efficient electronic devices. Its technical expertise encompasses high-voltage BCD processes and innovative circuit architectures.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 高级管理人员减持股份计划公告 | 2026-05-26 | Chinese | |
| 第五届董事会第二十五次会议决议公告 | 2026-05-18 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-05-18 | Chinese | |
| 关于召开2026年第一次临时股东会的通知 | 2026-05-18 | Chinese | |
| 关于调整2025年度利润分配现金分红总额的公告 | 2026-05-18 | Chinese | |
| 关于变更公司注册资本、修订《公司章程》并办理工商变更登记的公告 | 2026-05-18 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47077713 | 高级管理人员减持股份计划公告 | 2026-05-26 | Chinese | ||
| 46513757 | 第五届董事会第二十五次会议决议公告 | 2026-05-18 | Chinese | ||
| 46513377 | 董事、高级管理人员薪酬管理制度 | 2026-05-18 | Chinese | ||
| 46513347 | 关于召开2026年第一次临时股东会的通知 | 2026-05-18 | Chinese | ||
| 46513346 | 关于调整2025年度利润分配现金分红总额的公告 | 2026-05-18 | Chinese | ||
| 46513087 | 关于变更公司注册资本、修订《公司章程》并办理工商变更登记的公告 | 2026-05-18 | Chinese | ||
| 46512983 | 关于拟申请统一注册债务融资工具的公告 | 2026-05-18 | Chinese | ||
| 45347254 | 2024年限制性股票激励计划首次授予部分第二个归属期第一批归属结果公告 | 2026-05-12 | Chinese | ||
| 44280093 | 关于持股5%以上股东权益变动触及1%整数倍的提示性公告 | 2026-05-06 | Chinese | ||
| 44277855 | 2024年限制性股票激励计划首次授予部分第二个归属期及预留授予部分第一个归属期第一批归属结果暨股份上市的公告 | 2026-05-06 | Chinese | ||
| 34821176 | 2024年限制性股票激励计划首次授予部分第二个归属期及预留授予部分第一个归属期符合归属条件的公告 | 2026-04-17 | Chinese | ||
| 34821170 | 德恒上海律师事务所关于公司2024年限制性股票激励计划授予价格调整、首次授予部分第二个归属期及预留授予部分第一个归属期符合归属条件、作废部分已授予但尚未归属的限制性股票相关事宜的法律意见 | 2026-04-17 | Chinese | ||
| 34821130 | 关于召开2026年第一季度业绩说明会的公告 | 2026-04-17 | Chinese | ||
| 39675283 | 2025年年度股东会会议资料 | 2026-04-07 | Chinese | ||
| 39675279 | 国泰海通证券股份有限公司关于无锡芯朋微电子股份有限公司2025年度持续督导跟踪报告 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
APEC
Designs and manufactures power semiconductor components lik…
|
8261 | TW | Manufacturing |
|
Apex
Produces multi-layer PCBs for consumer, computing, and auto…
|
4927 | TW | Manufacturing |
|
AP Memory
Fabless semiconductor firm specializing in customized memor…
|
6531 | TW | Manufacturing |
|
APT Electronics Co., Ltd.
Integrates advanced LED technology into intelligent vision …
|
2551 | HK | Manufacturing |
|
Arizon RFID
Global designer and manufacturer of high-performance RFID i…
|
6863 | TW | Manufacturing |
|
Artificial Electronics Intelligent Material Limited
Develops advanced functional and intelligent materials for …
|
526443 | IN | Manufacturing |
|
Arxis, Inc.
Manufactures proprietary electronic and mechanical componen…
|
— | US | Manufacturing |
|
ASEH
Global provider of semiconductor packaging, testing, and ma…
|
3711 | TW | Manufacturing |
|
ASE Technology Holding Co., Ltd.
Provider of semiconductor manufacturing services specializi…
|
ASX | TW | Manufacturing |
|
Asmedia
Designs and develops high-speed interface ICs for computing…
|
5269 | TW | Manufacturing |
WUXI CHIPOWN MICRO-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/58451/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58451 | 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=58451 | 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=58451 \ -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": 58451}, 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 WUXI CHIPOWN MICRO-ELECTRONICS CO.,LTD (id: 58451)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.