DAMING ELECTRONICS CO.,LTD. — Investor Relations & Filings
About DAMING ELECTRONICS CO.,LTD.
DAMING ELECTRONICS CO.,LTD. specializes in the design, development, and manufacture of automotive electronic components and control systems. The company's primary product portfolio includes a wide range of vehicle switches, such as power window switches, steering column switches, ignition switches, and headlight switches. Additionally, it produces various sensors and electronic control modules. Serving both original equipment manufacturers (OEMs) and the global aftermarket, the company focuses on integrating advanced manufacturing technologies with rigorous quality management systems. Its operations emphasize research and development to meet evolving technical standards in vehicle electronics, ensuring reliability and performance across diverse automotive platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-06 | Chinese | |
| 董事会关于2025年度独立董事独立性评估的专项意见 | 2026-04-27 | Chinese | |
| 国泰海通证券股份有限公司关于大明电子股份有限公司2026年度日常关联交易预计的核查意见 | 2026-04-27 | Chinese | |
| 第二届董事会第七次会议决议公告 | 2026-04-27 | Chinese | |
| 2026年第一季度报告 | 2026-04-27 | Chinese | |
| 大明电子股份有限公司非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44280215 | 关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-06 | Chinese | ||
| 39592096 | 董事会关于2025年度独立董事独立性评估的专项意见 | 2026-04-27 | Chinese | ||
| 39592091 | 国泰海通证券股份有限公司关于大明电子股份有限公司2026年度日常关联交易预计的核查意见 | 2026-04-27 | Chinese | ||
| 39592076 | 第二届董事会第七次会议决议公告 | 2026-04-27 | Chinese | ||
| 39592071 | 2026年第一季度报告 | 2026-04-27 | Chinese | ||
| 39592060 | 大明电子股份有限公司非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-27 | Chinese | ||
| 39592056 | 国泰海通证券股份有限公司关于大明电子股份有限公司2025年度持续督导年度报告书 | 2026-04-27 | Chinese | ||
| 39592047 | 2025年年度报告 | 2026-04-27 | Chinese | ||
| 39592043 | 国泰海通证券股份有限公司关于大明电子股份有限公司2025年度持续督导工作现场检查报告 | 2026-04-27 | Chinese | ||
| 39592029 | 2025年度独立董事述职报告(张军) | 2026-04-27 | Chinese | ||
| 39592014 | 2025年度内部控制评价报告 | 2026-04-27 | Chinese | ||
| 39592003 | 2025年度独立董事述职报告(邹蓉) | 2026-04-27 | Chinese | ||
| 39591993 | 关于董事、高级管理人员2025年度薪酬确认及2026年度薪酬方案的公告 | 2026-04-27 | Chinese | ||
| 39591982 | 关于2026年度申请综合授信额度及为子公司提供担保的公告 | 2026-04-27 | Chinese | ||
| 39591974 | 大明电子股份有限公司2025年年度审计报告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Wuxi Zhenhua Auto Parts Co., Ltd.
Develops and manufactures automotive stamping parts, precis…
|
605319 | CN | Manufacturing |
|
Xiamen Sunrise Group Co.,Ltd.
Produces steel and aluminum wheels for commercial, passenge…
|
002593 | CN | Manufacturing |
|
Xiangyang Changyuandonggu Industry Co.,Ltd.
Specializes in precision engine components for heavy-duty t…
|
603950 | CN | Manufacturing |
|
Xinchen China Power Holdings Limited
Specialized manufacturer of automotive engines, parts, and …
|
1148 | KY | Manufacturing |
|
Xingmin Intelligent Transportation Systems (Group) Co., Ltd.
Manufactures steel wheels and provides telematics and V2X s…
|
002355 | CN | Manufacturing |
|
Xuchang Yuandong Drive Shaft CO.,Ltd.
Designs and manufactures drive shaft assemblies and steerin…
|
002406 | CN | Manufacturing |
|
XUELONG GROUP CO., LTD
Manufactures automotive cooling components and fan clutches…
|
603949 | CN | Manufacturing |
|
Yantai Ishikawa Sealing Technology Co.,Ltd.
Produces sealing products and thermal insulation for engine…
|
301020 | CN | Manufacturing |
|
YANTAI YATONG PRECISION MECHANICAL CORPORATION
Designs and manufactures automotive components and speciali…
|
603190 | CN | Manufacturing |
|
Yapp Automotive Systems Co.,Ltd.
Develops and manufactures plastic fuel tanks and systems fo…
|
603013 | CN | Manufacturing |
DAMING 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/57638/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57638 | 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=57638 | 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=57638 \ -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": 57638}, 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 DAMING ELECTRONICS CO.,LTD. (id: 57638)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.