
Zhejiang Huayuan Auto Technology Co., Ltd. — Investor Relations & Filings
Zhejiang Huayuan Auto Technology Co., Ltd. specializes in the research, development, and manufacturing of high-strength automotive fasteners and precision components. The company's product portfolio includes a wide range of specialized bolts, nuts, and non-standard parts designed for critical applications in vehicle engines, chassis, and transmission systems. Utilizing advanced cold heading and precision machining technologies, the firm serves major automotive manufacturers. Huayuan Auto emphasizes technical innovation and quality management, maintaining certifications such as IATF 16949. The company is increasingly focused on providing lightweight and high-performance fastening solutions for the new energy vehicle sector, ensuring reliability and safety in demanding automotive environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京市竞天公诚律师事务所关于浙江华远汽车科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-22 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-22 | Chinese | |
| 国泰海通证券股份有限公司关于浙江华远汽车科技股份有限公司2025年度持续督导工作现场检查报告 | 2026-05-18 | Chinese | |
| 国泰海通证券股份有限公司关于浙江华远汽车科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-18 | Chinese | |
| 中汇会计师事务所(特殊普通合伙)关于浙江华远汽车科技股份有限公司2025年度内部控制审计报告 | 2026-04-27 | Chinese | |
| 浙江华远汽车科技股份有限公司章程 | 2026-04-27 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46797104 | 北京市竞天公诚律师事务所关于浙江华远汽车科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-22 | Chinese | ||
| 46797109 | 2025年年度股东会决议公告 | 2026-05-22 | Chinese | ||
| 46382031 | 国泰海通证券股份有限公司关于浙江华远汽车科技股份有限公司2025年度持续督导工作现场检查报告 | 2026-05-18 | Chinese | ||
| 46382028 | 国泰海通证券股份有限公司关于浙江华远汽车科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-18 | Chinese | ||
| 39554628 | 中汇会计师事务所(特殊普通合伙)关于浙江华远汽车科技股份有限公司2025年度内部控制审计报告 | 2026-04-27 | Chinese | ||
| 39554583 | 浙江华远汽车科技股份有限公司章程 | 2026-04-27 | Chinese | ||
| 39554567 | 2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 39554542 | 独立董事2025年度述职报告(黄品旭) | 2026-04-27 | Chinese | ||
| 39554536 | 独立董事2025年度述职报告(KEVIN XIANLIANG WU-已离任) | 2026-04-27 | Chinese | ||
| 39554520 | 2025年度内部控制评价报告 | 2026-04-27 | Chinese | ||
| 39554512 | 关于2025年度计提资产减值准备的公告 | 2026-04-27 | Chinese | ||
| 39554502 | 关于2025年年度募集资金存放、管理与使用情况专项报告 | 2026-04-27 | Chinese | ||
| 39554491 | 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 39554483 | 2025年年度审计报告 | 2026-04-27 | Chinese | ||
| 39554352 | 2025年年度报告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABRIC BERHAD
Historically manufactured security seals, divested operatio…
|
— | MY | Manufacturing |
|
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 |
Zhejiang Huayuan Auto 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/56346/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56346 | 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=56346 | 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=56346 \ -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": 56346}, 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 Zhejiang Huayuan Auto Technology Co., Ltd. (id: 56346)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.