Zhe Jiang Headman Machinery Co., Ltd. — Investor Relations & Filings
About Zhe Jiang Headman Machinery Co., Ltd.
Zhe Jiang Headman Machinery Co., Ltd. specializes in the design and manufacture of high-precision CNC lathes and turning centers. The company's product portfolio includes horizontal and vertical CNC lathes, slant bed turning centers, and integrated automation solutions. These machines are engineered for high rigidity, accuracy, and efficiency, catering to sectors such as automotive manufacturing, aerospace, and precision engineering. Headman focuses on research and development to provide advanced machining technology, including multi-axis capabilities and high-speed spindles. Their equipment is designed to meet the demands of complex component production and mass manufacturing environments through robust construction and sophisticated control systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度独立董事述职报告(陈楚龙) | 2026-04-27 | Chinese | |
| 浙海德曼关于续聘会计师事务所的公告 | 2026-04-27 | Chinese | |
| 浙海德曼第四届董事会第十次会议决议公告 | 2026-04-27 | Chinese | |
| 浙海德曼2025年度业绩快报公告 | 2026-02-26 | Chinese | |
| 浙海德曼2025年年度业绩预告 | 2026-01-28 | Chinese | |
| 董事会审计委员会关于公司2026年度向特定对象发行A股股票相关事项的书面审核意见 | 2026-01-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40011035 | 2025年度独立董事述职报告(陈楚龙) | 2026-04-27 | Chinese | ||
| 40011033 | 浙海德曼关于续聘会计师事务所的公告 | 2026-04-27 | Chinese | ||
| 40011030 | 浙海德曼第四届董事会第十次会议决议公告 | 2026-04-27 | Chinese | ||
| 40011028 | 浙海德曼2025年度业绩快报公告 | 2026-02-26 | Chinese | ||
| 40011016 | 浙海德曼2025年年度业绩预告 | 2026-01-28 | Chinese | ||
| 40011007 | 董事会审计委员会关于公司2026年度向特定对象发行A股股票相关事项的书面审核意见 | 2026-01-26 | Chinese | ||
| 40011002 | 浙海德曼第四届董事会第九次会议决议公告 | 2026-01-26 | Chinese | ||
| 40010990 | 浙海德曼关于2026年度向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-01-26 | Chinese | ||
| 40010983 | 浙江海德曼智能装备股份有限公司关于2026年度向特定对象发行股票募集资金使用的可行性分析报告 | 2026-01-26 | Chinese | ||
| 40010978 | 浙江海德曼智能装备股份有限公司未来三年(2026-2028年)股东分红回报规划 | 2026-01-26 | Chinese | ||
| 40010971 | 浙海德曼关于2026年度向特定对象发行股票预案披露的提示性公告 | 2026-01-26 | Chinese | ||
| 40010964 | 浙江海德曼智能装备股份有限公司关于本次募集资金投向属于科技创新领域的说明 | 2026-01-26 | Chinese | ||
| 40010957 | 浙海德曼2026年度向特定对象发行股票摊薄即期回报的风险提示及填补回报措施和相关主体承诺的公告 | 2026-01-26 | Chinese | ||
| 40010945 | 浙江海德曼智能装备股份有限公司关于2026年度向特定对象发行股票方案的论证分析报告 | 2026-01-26 | Chinese | ||
| 40010927 | 浙江海德曼智能装备股份有限公司前次募集资金使用情况鉴证报告 | 2026-01-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of metal-forming machinery and machine tools
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abpro Bio Co., Ltd.
Manufactures precision machine tools and develops antibody …
|
195990 | KR | Manufacturing |
|
Ador Welding Ltd.
Manufactures welding consumables, equipment, and industrial…
|
ADOR | IN | Manufacturing |
|
AIDA ENGINEERING,LTD.
Global manufacturer of metal forming systems and press mach…
|
6118 | JP | Manufacturing |
|
AMADA CO., LTD.
Global manufacturer of metal processing machinery for sheet…
|
6113 | JP | Manufacturing |
|
AML3D LIMITED
Provides large-scale metal additive manufacturing via propr…
|
AL3 | AU | Manufacturing |
|
AMPCO PITTSBURGH CORP
Manufactures specialty metal products and customized engine…
|
AP | US | Manufacturing |
|
Anderson Industrial Corporation
Manufactures high-precision CNC machinery, PCB equipment, a…
|
1528 | TW | Manufacturing |
|
A-ONE SEIMITSU INC.
Manufactures high-precision components and accessories for …
|
6156 | JP | Manufacturing |
|
ASAHI-SEIKI MANUFACTURING CO.,LTD.
Manufacturer of precision metal components and industrial m…
|
6111 | JP | Manufacturing |
|
AURORA LABS LIMITED
Develops high-speed 3D metal printers and industrial additi…
|
A3D | AU | Manufacturing |
Zhe Jiang Headman Machinery 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/58502/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58502 | 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=58502 | 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=58502 \ -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": 58502}, 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 Zhe Jiang Headman Machinery Co., Ltd. (id: 58502)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.