Chengdu Haoneng Technology Co., Ltd. — Investor Relations & Filings
About Chengdu Haoneng Technology Co., Ltd.
Chengdu Haoneng Technology Co., Ltd. specializes in the research, development, and manufacturing of high-precision automotive transmission components. The product portfolio primarily consists of synchronizer rings, hubs, sleeves, and clutch components designed for manual, automated manual, and dual-clutch transmissions. The company utilizes advanced manufacturing technologies, including precision forging, CNC machining, and specialized heat treatment, to produce components that meet rigorous performance standards. Serving global automotive OEMs and Tier 1 suppliers, the firm provides engineering solutions for powertrain systems, focusing on durability and operational efficiency. Its technical expertise encompasses materials science and automated production processes, enabling the delivery of complex structural parts and high-performance gear systems for various vehicle platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第六届董事会第二十次会议决议公告 | 2025-12-31 | Chinese | |
| 招商证券股份有限公司关于成都豪能科技股份有限公司关联交易相关事项的核查意见 | 2025-12-31 | Chinese | |
| 关于召开2026年第一次临时股东会的通知 | 2025-12-31 | Chinese | |
| 关于全资子公司出售与出租部分资产暨关联交易的公告 | 2025-12-31 | Chinese | |
| 招商证券股份有限公司关于成都豪能科技股份有限公司向不特定对象发行可转换公司债券2025年现场检查报告 | 2025-11-25 | Chinese | |
| 招商证券股份有限公司关于成都豪能科技股份有限公司向不特定对象发行可转换公司债券持续督导期间培训工作报告 | 2025-11-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36936547 | 第六届董事会第二十次会议决议公告 | 2025-12-31 | Chinese | ||
| 36936536 | 招商证券股份有限公司关于成都豪能科技股份有限公司关联交易相关事项的核查意见 | 2025-12-31 | Chinese | ||
| 36936513 | 关于召开2026年第一次临时股东会的通知 | 2025-12-31 | Chinese | ||
| 36936499 | 关于全资子公司出售与出租部分资产暨关联交易的公告 | 2025-12-31 | Chinese | ||
| 36936482 | 招商证券股份有限公司关于成都豪能科技股份有限公司向不特定对象发行可转换公司债券2025年现场检查报告 | 2025-11-25 | Chinese | ||
| 36936467 | 招商证券股份有限公司关于成都豪能科技股份有限公司向不特定对象发行可转换公司债券持续督导期间培训工作报告 | 2025-11-25 | Chinese | ||
| 36936455 | 广东信达律师事务所关于成都豪能科技股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-11-21 | Chinese | ||
| 36936422 | 2025年第一次临时股东大会决议公告 | 2025-11-21 | Chinese | ||
| 36936407 | 关于公司董事辞职暨选举职工董事的公告 | 2025-11-21 | Chinese | ||
| 36936394 | 关于2025年度向银行申请授信额度的进展公告 | 2025-11-19 | Chinese | ||
| 36936386 | 2025年第一次临时股东大会会议资料 | 2025-11-13 | Chinese | ||
| 36936384 | 关于为全资子公司提供担保的进展公告 | 2025-11-11 | Chinese | ||
| 36936371 | 信永中和:成都豪能科技股份有限公司截至2025年9月30日止前次募集资金使用情况鉴证报告 | 2025-11-05 | Chinese | ||
| 36936189 | 可转换公司债券持有人会议规则 | 2025-11-05 | Chinese | ||
| 36936181 | 未来三年(2026-2028年)股东分红回报规划 | 2025-11-05 | 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 |
Chengdu Haoneng Technology 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/57838/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57838 | 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=57838 | 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=57838 \ -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": 57838}, 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 Chengdu Haoneng Technology Co., Ltd. (id: 57838)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.