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 |
|---|---|---|---|
| 关于“豪24转债”转股数量累计达到转股前公司已发行股份总额10%暨股份变动公告 | 2025-09-30 | Chinese | |
| 关于实施“豪24转债”赎回暨摘牌的第六次提示性公告 | 2025-09-29 | Chinese | |
| 关于实施“豪24转债”赎回暨摘牌的第五次提示性公告 | 2025-09-26 | Chinese | |
| 关于实施“豪24转债”赎回暨摘牌的第四次提示性公告 | 2025-09-25 | Chinese | |
| 关于实施“豪24转债”赎回暨摘牌的第三次提示性公告 | 2025-09-24 | Chinese | |
| 关于实施“豪24转债”赎回暨摘牌的第二次提示性公告 | 2025-09-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36935733 | 关于“豪24转债”转股数量累计达到转股前公司已发行股份总额10%暨股份变动公告 | 2025-09-30 | Chinese | ||
| 36935722 | 关于实施“豪24转债”赎回暨摘牌的第六次提示性公告 | 2025-09-29 | Chinese | ||
| 36935713 | 关于实施“豪24转债”赎回暨摘牌的第五次提示性公告 | 2025-09-26 | Chinese | ||
| 36935706 | 关于实施“豪24转债”赎回暨摘牌的第四次提示性公告 | 2025-09-25 | Chinese | ||
| 36935698 | 关于实施“豪24转债”赎回暨摘牌的第三次提示性公告 | 2025-09-24 | Chinese | ||
| 36935691 | 关于实施“豪24转债”赎回暨摘牌的第二次提示性公告 | 2025-09-23 | Chinese | ||
| 36935682 | 关于实施“豪24转债”赎回暨摘牌的第一次提示性公告 | 2025-09-22 | Chinese | ||
| 36935671 | 关于实施“豪24转债”赎回暨摘牌的公告 | 2025-09-21 | Chinese | ||
| 36935663 | 关于为全资子公司提供担保的进展公告 | 2025-09-18 | Chinese | ||
| 36935656 | 关于2025年度向银行申请授信额度的进展公告 | 2025-09-18 | Chinese | ||
| 36935645 | 招商证券股份有限公司关于成都豪能科技股份有限公司提前赎回“豪24转债”的核查意见 | 2025-09-12 | Chinese | ||
| 36935638 | 关于参加四川辖区2025年投资者网上集体接待日及半年度业绩说明会召开情况的公告 | 2025-09-12 | Chinese | ||
| 36935621 | 关于提前赎回“豪24转债”的公告 | 2025-09-12 | Chinese | ||
| 36935618 | 关于“豪24转债”预计满足赎回条件的提示性公告 | 2025-09-05 | Chinese | ||
| 36935610 | 关于参加四川辖区2025年投资者网上集体接待日及半年度报告业绩说明会的公告 | 2025-09-04 | 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.