
Chengdu Hongming Electronics Co., Ltd. — Investor Relations & Filings
Chengdu Hongming Electronics Co., Ltd. specializes in the research, development, and manufacturing of high-precision electronic components. The company produces a comprehensive range of products, including ceramic, mica, and organic film capacitors, as well as various resistors, potentiometers, and EMI filters. Its portfolio also extends to specialized sensors and electronic modules designed for high-reliability applications. These components are extensively utilized in sectors such as aerospace, aviation, telecommunications, and industrial automation. With a focus on technological innovation and rigorous quality management, the company provides durable solutions for complex electronic systems. Its technical capabilities are supported by decades of experience in component fabrication, ensuring performance stability across diverse operating environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司变更董事、总经理、调整董事会专门委员会成员及聘任证券事务代表的公告 | 2026-05-20 | Chinese | |
| 第九届董事会第十五次会议决议公告 | 2026-05-20 | Chinese | |
| 关于2025年度利润分配的公告 | 2026-04-24 | Chinese | |
| 信永中和关于宏明电子2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-24 | Chinese | |
| 关于计提信用减值准备和资产减值准备的公告 | 2026-04-24 | Chinese | |
| 关于成都宏明电子股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2026-04-24 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46565022 | 关于公司变更董事、总经理、调整董事会专门委员会成员及聘任证券事务代表的公告 | 2026-05-20 | Chinese | ||
| 46565021 | 第九届董事会第十五次会议决议公告 | 2026-05-20 | Chinese | ||
| 44497913 | 关于2025年度利润分配的公告 | 2026-04-24 | Chinese | ||
| 44497906 | 信永中和关于宏明电子2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-24 | Chinese | ||
| 44497216 | 关于计提信用减值准备和资产减值准备的公告 | 2026-04-24 | Chinese | ||
| 44497204 | 关于成都宏明电子股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2026-04-24 | Chinese | ||
| 44497178 | 关于2026年度日常关联交易预计的公告 | 2026-04-24 | Chinese | ||
| 44497161 | 2025年度董事会工作报告 | 2026-04-24 | Chinese | ||
| 44497144 | 2025年度独立董事述职报告(张树人) | 2026-04-24 | Chinese | ||
| 44497109 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 44497096 | 关于开展应收账款保理及应收票据贴现业务的公告 | 2026-04-24 | Chinese | ||
| 44497082 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-24 | Chinese | ||
| 44497005 | 关于成都宏明电子股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-24 | Chinese | ||
| 44496984 | 第九届董事会第十三次会议决议公告 | 2026-04-24 | Chinese | ||
| 44496971 | 关于会计政策变更的公告 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BCC Fuba India Ltd.
Manufactures high-precision single-sided, double-sided, and…
|
890235 | IN | Manufacturing |
|
BCnC Co., Ltd.
A specialized manufacturer of parts and materials for semic…
|
146320 | KR | Manufacturing |
|
BeammWave AB
Specializes in digital beamforming solutions for 5G and 6G …
|
BEAMMW | SE | Manufacturing |
|
BEIJING ONMICRO ELECTRONICS CO., LTD.
Fabless designer of RF front-end components and mixed-signa…
|
688790 | CN | Manufacturing |
|
Beijing Relpow Technology Co., Ltd
Manufacturer of high-performance power modules for telecom …
|
300593 | CN | Manufacturing |
|
BEIJING YANDONG MICROELECTRONIC CO., LTD.
IDM specializing in integrated circuit design, wafer fabric…
|
688172 | CN | Manufacturing |
|
Beijing Yuanliu Hongyuan Electronic Technology Co., Ltd.
Produces high-reliability MLCCs and EMI filters for aerospa…
|
603267 | CN | Manufacturing |
|
Beken Corporation
Fabless designer of wireless communication ICs for IoT and …
|
603068 | CN | Manufacturing |
|
BEL FUSE INC /NJ
Designs and manufactures products that power, protect, and …
|
BELFA | US | Manufacturing |
|
BENCHMARK ELECTRONICS INC
Provider of design, manufacturing, and lifecycle services f…
|
BHE | US | Manufacturing |
Chengdu Hongming 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/56416/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56416 | 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=56416 | 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=56416 \ -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": 56416}, 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 Chengdu Hongming Electronics Co., Ltd. (id: 56416)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.