CWB Automotive Electronics Co., Ltd. — Investor Relations & Filings
About CWB Automotive Electronics Co., Ltd.
CWB Automotive Electronics Co., Ltd. specializes in the research, development, and manufacturing of high-precision electronic components and systems. The company’s product portfolio includes automotive connectors, sensors, electronic control units, and high-voltage distribution systems designed for both internal combustion and new energy vehicles. Utilizing advanced manufacturing processes, the firm provides integrated solutions ranging from precision mold design and plastic injection molding to automated assembly. CWB serves a global clientele of original equipment manufacturers and Tier 1 suppliers, focusing on reliability and technical innovation in signal transmission and power distribution. Its capabilities extend to the production of complex wiring harnesses and specialized electronic modules that meet rigorous safety and performance standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 合兴汽车电子股份有限公司2025年第一次临时股东大会决议公告 | 2025-07-29 | Chinese | |
| 关于合兴汽车电子股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-07-29 | Chinese | |
| 合兴汽车电子股份有限公司第三届董事会第九次会议决议公告 | 2025-07-29 | Chinese | |
| 合兴汽车电子股份有限公司关于部分董事及高级管理人员减持股份结果公告 | 2025-07-28 | Chinese | |
| 合兴汽车电子股份有限公司2025年第一次临时股东大会会议资料 | 2025-07-21 | Chinese | |
| 合兴汽车电子股份有限公司总经理工作细则(2025年7月) | 2025-07-08 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39190676 | 合兴汽车电子股份有限公司2025年第一次临时股东大会决议公告 | 2025-07-29 | Chinese | ||
| 39190668 | 关于合兴汽车电子股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-07-29 | Chinese | ||
| 39190646 | 合兴汽车电子股份有限公司第三届董事会第九次会议决议公告 | 2025-07-29 | Chinese | ||
| 39190634 | 合兴汽车电子股份有限公司关于部分董事及高级管理人员减持股份结果公告 | 2025-07-28 | Chinese | ||
| 39190625 | 合兴汽车电子股份有限公司2025年第一次临时股东大会会议资料 | 2025-07-21 | Chinese | ||
| 39190614 | 合兴汽车电子股份有限公司总经理工作细则(2025年7月) | 2025-07-08 | Chinese | ||
| 39190603 | 合兴汽车电子股份有限公司关于董事离任的公告 | 2025-07-08 | Chinese | ||
| 39190594 | 合兴汽车电子股份有限公司第三届董事会第八次会议决议公告 | 2025-07-08 | Chinese | ||
| 39190584 | 合兴汽车电子股份有限公司信息披露暂缓与豁免业务内部管理制度(2025年7月) | 2025-07-08 | Chinese | ||
| 39190573 | 合兴汽车电子股份有限公司独立董事工作制度(2025年7月) | 2025-07-08 | Chinese | ||
| 39190568 | 合兴汽车电子股份有限公司关于召开2025年第一次临时股东大会的通知 | 2025-07-08 | Chinese | ||
| 39190556 | 合兴汽车电子股份有限公司信息披露制度(2025年7月) | 2025-07-08 | Chinese | ||
| 39190546 | 合兴汽车电子股份有限公司董事会议事规则(2025年7月) | 2025-07-08 | Chinese | ||
| 39190540 | 合兴汽车电子股份有限公司章程(2025年7月修订) | 2025-07-08 | Chinese | ||
| 39190530 | 合兴汽车电子股份有限公司内部控制制度(2025年7月) | 2025-07-08 | 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 |
CWB Automotive 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/57949/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57949 | 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=57949 | 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=57949 \ -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": 57949}, 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 CWB Automotive Electronics Co., Ltd. (id: 57949)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.