
China Resources Microelectronics Limited — Investor Relations & Filings
China Resources Microelectronics Limited is a leading integrated device manufacturer (IDM) specializing in the design, development, manufacturing, and marketing of semiconductor products. The company operates a comprehensive value chain encompassing IC design, wafer fabrication, and packaging and testing services. Its core product portfolio focuses on power semiconductors, including MOSFETs, IGBTs, and Schottky diodes, alongside intelligent sensors and microcontrollers. The firm serves diverse high-growth sectors such as automotive electronics, industrial automation, consumer electronics, and renewable energy systems. By leveraging its extensive manufacturing capabilities and advanced process technologies, the company provides high-performance power management solutions and integrated circuit systems. It is recognized for its significant market share in power discrete devices and its commitment to technological innovation in analog ICs and sensor technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2026年第二次临时股东会的通知 | 2026-05-27 | Chinese | |
| 北京市嘉源律师事务所关于华润微电子有限公司2025年年度股东会的法律意见书 | 2026-05-22 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-22 | Chinese | |
| 关于公司核心技术人员退休离任的公告 | 2026-05-08 | Chinese | |
| 董事会薪酬与考核委员会关于公司2021年第二类限制性股票激励计划预留部分第二个归属期归属名单的核查意见 | 2026-03-09 | Chinese | |
| 第三届董事会第七次会议决议公告 | 2026-03-09 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 47848736 | 关于召开2026年第二次临时股东会的通知 | 2026-05-27 | Chinese | ||
| 46866780 | 北京市嘉源律师事务所关于华润微电子有限公司2025年年度股东会的法律意见书 | 2026-05-22 | Chinese | ||
| 46866774 | 2025年年度股东会决议公告 | 2026-05-22 | Chinese | ||
| 44487972 | 关于公司核心技术人员退休离任的公告 | 2026-05-08 | Chinese | ||
| 40164104 | 董事会薪酬与考核委员会关于公司2021年第二类限制性股票激励计划预留部分第二个归属期归属名单的核查意见 | 2026-03-09 | Chinese | ||
| 40164103 | 第三届董事会第七次会议决议公告 | 2026-03-09 | Chinese | ||
| 40164091 | 关于公司聘任高级管理人员的公告 | 2026-03-09 | Chinese | ||
| 40164082 | 关于公司2021年第二类限制性股票激励计划预留部分第二个归属期符合归属条件的公告 | 2026-03-09 | Chinese | ||
| 40164070 | 关于调整2021年第二类限制性股票激励计划授予价格及作废部分限制性股票的公告 | 2026-03-09 | Chinese | ||
| 40164056 | 北京市嘉源律师事务所关于华润微电子有限公司2021年第二类限制性股票激励计划授予价格调整、预留部分第二个归属期归属条件成就及部分限制性股票作废事项的法律意见书 | 2026-03-09 | Chinese | ||
| 40163963 | 2025年度业绩快报公告 | 2026-02-27 | Chinese | ||
| 40163951 | 北京市嘉源律师事务所关于华润微电子有限公司2026年第一次临时股东会的法律意见书 | 2026-01-16 | Chinese | ||
| 40163903 | 2026年第一次临时股东会决议公告 | 2026-01-16 | Chinese | ||
| 40163893 | 关于公司高级管理人员职务调整的公告 | 2026-01-16 | Chinese | ||
|
2025
1 filing
| |||||
| 40163879 | 关于公司高级管理人员辞职的公告 | 2025-12-31 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SCOPE INDUSTRIES BHD
Manufacturing electronics, oil palm plantation, real estate…
|
— | MY | Manufacturing |
|
SDI
Global manufacturer of high-precision lead frames and stati…
|
2351 | TW | Manufacturing |
|
SEEYA TECHNOLOGY CORP.
Designs and manufactures silicon-based Micro-OLED displays …
|
688781 | CN | Manufacturing |
|
SEJIN T.S CO., LTD.
Manufacturer of specialty functional films for the display …
|
067770 | KR | Manufacturing |
|
SEMCNS Co., Ltd.
Manufactures advanced ceramic components for semiconductor …
|
252990 | KR | Manufacturing |
|
SEMCO Technologies
Designs and manufactures critical components like electrost…
|
ALSEM | FR | Manufacturing |
|
Semiconductor Manufacturing International Corporation
Global provider of IC foundry and technology services for d…
|
688981 | CN | Manufacturing |
|
Semiconductor Manufacturing International Corporation
Pure-play IC foundry providing comprehensive manufacturing …
|
981 | KY | Manufacturing |
|
SemiLEDs Corp
Develops and manufactures high-brightness, metal alloy vert…
|
LEDS | US | Manufacturing |
|
SEMITEC Corporation
Manufactures high-precision temperature sensors and electro…
|
6626 | JP | Manufacturing |
China Resources Microelectronics Limited 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/58398/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58398 | 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=58398 | 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=58398 \ -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": 58398}, 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 China Resources Microelectronics Limited (id: 58398)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.