CHANGHUA HOLDING GROUP CO., LTD. — Investor Relations & Filings
About CHANGHUA HOLDING GROUP CO., LTD.
Changhua Holding Group Co., Ltd. specializes in the research, development, manufacturing, and distribution of high-strength fasteners and specialized automotive components. The company’s product portfolio includes a wide range of bolts, nuts, rivets, and precision welding parts designed for critical vehicle systems such as engines, chassis, and body structures. It serves as a key supplier to major automotive original equipment manufacturers (OEMs), providing integrated solutions that emphasize durability, safety, and performance. Changhua Holding Group focuses on technological innovation, utilizing advanced manufacturing processes to produce lightweight and high-performance components that meet evolving industry standards. Its operations encompass the entire value chain, from material selection and cold heading to heat treatment and surface finishing, ensuring consistent quality across its diverse product lines.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 东吴证券股份有限公司关于长华控股集团股份有限公司募投项目延期的核查意见 | 2026-03-20 | Chinese | |
| 长华集团关于回购股份集中竞价减持结果暨股份变动公告 | 2026-01-29 | Chinese | |
| 长华集团关于为全资子公司提供担保的进展公告 | 2026-01-28 | Chinese | |
| 长华集团关于集中竞价减持已回购股份进展公告 | 2026-01-05 | Chinese | |
| 长华集团关于全资子公司通过高新技术企业重新认定的公告 | 2025-12-29 | Chinese | |
| 长华集团关于收到客户项目定点通知书的公告 | 2025-12-01 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 39210377 | 东吴证券股份有限公司关于长华控股集团股份有限公司募投项目延期的核查意见 | 2026-03-20 | Chinese | ||
| 39210361 | 长华集团关于回购股份集中竞价减持结果暨股份变动公告 | 2026-01-29 | Chinese | ||
| 39210355 | 长华集团关于为全资子公司提供担保的进展公告 | 2026-01-28 | Chinese | ||
| 39210345 | 长华集团关于集中竞价减持已回购股份进展公告 | 2026-01-05 | Chinese | ||
|
2025
11 filings
| |||||
| 39210340 | 长华集团关于全资子公司通过高新技术企业重新认定的公告 | 2025-12-29 | Chinese | ||
| 39210332 | 长华集团关于收到客户项目定点通知书的公告 | 2025-12-01 | Chinese | ||
| 39210328 | 长华集团关于集中竞价减持已回购股份进展公告 | 2025-12-01 | Chinese | ||
| 39210320 | 长华集团关于2025年第三季度业绩说明会召开情况的公告 | 2025-11-07 | Chinese | ||
| 39210313 | 长华集团关于集中竞价减持已回购股份进展公告 | 2025-11-03 | Chinese | ||
| 39210307 | 长华集团关于集中竞价减持已回购股份进展公告 | 2025-10-29 | Chinese | ||
| 39210301 | 长华集团关于召开2025年第三季度业绩说明会的公告 | 2025-10-27 | Chinese | ||
| 39210297 | 长华集团2025年第三季度报告 | 2025-10-27 | Chinese | ||
| 39210295 | 长华集团关于完成工商变更登记并换发营业执照的公告 | 2025-10-16 | Chinese | ||
| 39210286 | 上海锦天城(杭州)律师事务所关于长华控股集团股份有限公司实施回购注销部分限制性股票相关事项的法律意见书 | 2025-09-29 | Chinese | ||
| 39210239 | 长华集团关于2022年限制性股票激励计划部分限制性股票回购注销实施公告 | 2025-09-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AEROFLEX ENTERPRISES LIMITED
Manufactures stainless steel flexible hoses and assemblies …
|
AEROENTER | IN | Manufacturing |
|
Aeroflex Industries Limited
Manufactures metallic flexible hoses and assemblies for hig…
|
AEROFLEX | IN | Manufacturing |
|
Aeroflex Neu Limited
Engineers and manufactures flexible flow solutions for extr…
|
AERONEU | IN | Manufacturing |
|
AHRESTY CORPORATION
Manufacturer of aluminum die-cast products and alloy ingots…
|
5852 | JP | Manufacturing |
|
AIA Engineering Ltd.
Manufactures high-chromium wear-resistant parts for mining,…
|
AIAENG | IN | Manufacturing |
|
AISHIDA CO.,LTD.
Manufacturer of cookware, small appliances, and industrial …
|
002403 | CN | Manufacturing |
|
Alumexx N.V.
Manufactures and supplies aluminum equipment for working at…
|
ALX | NL | Manufacturing |
|
AMERICAN REBEL HOLDINGS INC
Designs and manufactures personal security products and saf…
|
AREB | US | Manufacturing |
|
Anchor Lamina Inc.
International supplier of premium die sets, components, and…
|
— | CA | Manufacturing |
|
Apsis Aerocom Limited
Manufactures and distributes high-precision fasteners and e…
|
APSISAERO | IN | Manufacturing |
CHANGHUA HOLDING GROUP 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/57956/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57956 | 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=57956 | 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=57956 \ -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": 57956}, 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 CHANGHUA HOLDING GROUP CO., LTD. (id: 57956)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.