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-11-04 | Chinese | |
| 大明电子首次公开发行股票并在主板上市发行结果公告 | 2025-10-29 | Chinese | |
| 大明电子首次公开发行股票并在主板上市招股说明书提示性公告 | 2025-10-29 | Chinese | |
| 大明电子首次公开发行股票并在主板上市招股说明书 | 2025-10-29 | Chinese | |
| 大明电子首次公开发行股票并在主板上市网下初步配售结果及网上中签结果公告 | 2025-10-27 | Chinese | |
| 大明电子首次公开发行股票并在主板上市网上发行申购情况及中签率公告 | 2025-10-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39591491 | 大明电子公司章程 | 2025-11-04 | Chinese | ||
| 39591302 | 大明电子首次公开发行股票并在主板上市发行结果公告 | 2025-10-29 | Chinese | ||
| 39591293 | 大明电子首次公开发行股票并在主板上市招股说明书提示性公告 | 2025-10-29 | Chinese | ||
| 39591285 | 大明电子首次公开发行股票并在主板上市招股说明书 | 2025-10-29 | Chinese | ||
| 39591184 | 大明电子首次公开发行股票并在主板上市网下初步配售结果及网上中签结果公告 | 2025-10-27 | Chinese | ||
| 39590982 | 大明电子首次公开发行股票并在主板上市网上发行申购情况及中签率公告 | 2025-10-26 | Chinese | ||
| 39590972 | 国泰海通证券股份有限公司关于大明电子股份有限公司首次公开发行股票并在主板上市参与战略配售的投资者核查的专项核查报告 | 2025-10-22 | Chinese | ||
| 39590941 | 上海金茂凯德律师事务所关于大明电子股份有限公司首次公开发行股票并在上海证券交易所主板上市参与战略配售的投资者专项核查法律意见书 | 2025-10-22 | Chinese | ||
| 39590920 | 大明电子首次公开发行股票并在主板上市投资风险特别公告 | 2025-10-22 | Chinese | ||
| 39590897 | 大明电子首次公开发行股票并在主板上市发行公告 | 2025-10-22 | Chinese | ||
| 39590835 | 大明电子首次公开发行股票并在主板上市网上路演公告 | 2025-10-21 | Chinese | ||
| 39590825 | 大明电子首次公开发行股票并在主板上市招股意向书提示性公告 | 2025-10-15 | Chinese | ||
| 39590811 | 大明电子首次公开发行股票并在主板上市招股意向书附录 | 2025-10-15 | Chinese | ||
| 39590367 | 大明电子首次公开发行股票并在主板上市招股意向书 | 2025-10-15 | Chinese | ||
| 39590279 | 大明电子首次公开发行股票并在主板上市发行安排及初步询价公告 | 2025-10-15 | 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.