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 |
|---|---|---|---|
| 关于首次公开发行网下配售限售股上市流通的公告 | 2026-04-24 | Chinese | |
| 关于注销部分募集资金专户的公告 | 2026-01-13 | Chinese | |
| 关于使用暂时闲置募集资金进行现金管理的进展公告 | 2025-12-22 | Chinese | |
| 国泰海通证券股份有限公司关于大明电子股份有限公司使用募集资金置换预先投入募投项目自筹资金的核查意见 | 2025-12-19 | Chinese | |
| 国泰海通证券股份有限公司关于大明电子股份有限公司使用暂时闲置募集资金进行现金管理的核查意见 | 2025-12-19 | Chinese | |
| 第二届董事会第六次会议决议公告 | 2025-12-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
2 filings
| |||||
| 39591897 | 关于首次公开发行网下配售限售股上市流通的公告 | 2026-04-24 | Chinese | ||
| 39591887 | 关于注销部分募集资金专户的公告 | 2026-01-13 | Chinese | ||
|
2025
13 filings
| |||||
| 39591879 | 关于使用暂时闲置募集资金进行现金管理的进展公告 | 2025-12-22 | Chinese | ||
| 39591871 | 国泰海通证券股份有限公司关于大明电子股份有限公司使用募集资金置换预先投入募投项目自筹资金的核查意见 | 2025-12-19 | Chinese | ||
| 39591862 | 国泰海通证券股份有限公司关于大明电子股份有限公司使用暂时闲置募集资金进行现金管理的核查意见 | 2025-12-19 | Chinese | ||
| 39591856 | 第二届董事会第六次会议决议公告 | 2025-12-19 | Chinese | ||
| 39591849 | 关于使用募集资金置换预先投入募投项目的自筹资金的公告 | 2025-12-19 | Chinese | ||
| 39591841 | 以自筹资金预先投入募集资金投资项目鉴证报告 | 2025-12-19 | Chinese | ||
| 39591777 | 关于使用暂时闲置募集资金进行现金管理的公告 | 2025-12-19 | Chinese | ||
| 39591769 | 国浩律师(上海)事务所关于大明电子股份有限公司2025年第四次临时股东会的法律意见书 | 2025-12-18 | Chinese | ||
| 39591754 | 2025年第四次临时股东会决议公告 | 2025-12-18 | Chinese | ||
| 39591746 | 2025年第四次临时股东会会议材料 | 2025-12-08 | Chinese | ||
| 39591738 | 关于开设超募资金现金管理产品专用结算账户的公告 | 2025-12-08 | Chinese | ||
| 39591731 | 关于全资子公司开设募集资金专项账户并签订募集资金专户存储四方监管协议的公告 | 2025-12-08 | Chinese | ||
| 39591722 | 603376大明电子:关于使用募集资金向全资子公司增资及借款以实施募投项目的公告 | 2025-12-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AC S.A.
Manufacturer of autogas systems (LPG/CNG) for petrol and di…
|
ACG | PL | Manufacturing |
|
ActBlue Co., Ltd.
Develops engine exhaust after-treatment systems to meet glo…
|
300816 | CN | Manufacturing |
|
ADD Industry (Zhejiang) Co., Ltd
Manufacturer of automotive suspension components, including…
|
603089 | CN | Manufacturing |
|
Adient plc
Global designer and manufacturer of automotive seating syst…
|
ADNT | IE | Manufacturing |
|
AD Plastik d.d.
Develops and produces plastic components for the automotive…
|
ADPL | HR | Manufacturing |
|
ADRAD HOLDINGS LIMITED
Designs and manufactures heat exchange solutions and automo…
|
AHL | AU | Manufacturing |
|
Adval Tech Holding AG
Manufactures high-volume metal and plastic components for t…
|
ADVN | CH | Manufacturing |
|
ADVANCED BRAKING TECHNOLOGY LTD
Provides sealed, fail-safe braking solutions for heavy mach…
|
ABV | AU | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
|
AISIN CORPORATION
Global supplier of automotive components and energy, lifest…
|
7259 | JP | 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.