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 |
|---|---|---|---|
| 长华集团2025年度董事会工作报告 | 2026-04-24 | Chinese | |
| 长华集团2025年度独立董事述职报告(吕久琴) | 2026-04-24 | Chinese | |
| 东吴证券股份有限公司关于长华控股集团股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-24 | Chinese | |
| 立信会计师事务所(特殊普通合伙)关于长华控股集团股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-24 | Chinese | |
| 长华集团2025年度审计报告及财务报表 | 2026-04-24 | Chinese | |
| 长华集团关于2026年度“提质增效重回报”行动方案的公告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39210655 | 长华集团2025年度董事会工作报告 | 2026-04-24 | Chinese | ||
| 39210650 | 长华集团2025年度独立董事述职报告(吕久琴) | 2026-04-24 | Chinese | ||
| 39210646 | 东吴证券股份有限公司关于长华控股集团股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-24 | Chinese | ||
| 39210641 | 立信会计师事务所(特殊普通合伙)关于长华控股集团股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-24 | Chinese | ||
| 39210613 | 长华集团2025年度审计报告及财务报表 | 2026-04-24 | Chinese | ||
| 39210532 | 长华集团关于2026年度“提质增效重回报”行动方案的公告 | 2026-04-24 | Chinese | ||
| 39210524 | 长华集团2025年度董事会审计委员会履职情况报告 | 2026-04-24 | Chinese | ||
| 39210513 | 长华集团关于会计政策变更的公告 | 2026-04-24 | Chinese | ||
| 39210507 | 长华集团关于2025年度利润分配预案的公告 | 2026-04-24 | Chinese | ||
| 39210499 | 长华集团关于使用部分暂时闲置自有资金进行现金管理的公告 | 2026-04-24 | Chinese | ||
| 39210492 | 长华集团内部控制及风险管理制度(2026年4月修订) | 2026-04-24 | Chinese | ||
| 39210482 | 长华集团2025年度内部控制审计报告 | 2026-04-24 | Chinese | ||
| 39210480 | 长华集团2025年度独立董事述职报告(黄海波) | 2026-04-24 | Chinese | ||
| 39210474 | 长华集团第三届董事会第十四次会议决议公告 | 2026-04-24 | Chinese | ||
| 39210472 | 长华集团2025年年度报告 | 2026-04-24 | 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.