
ZHUZHOU HUARUI PRECISION CUTTING TOOLS.CO.,LTD. — Investor Relations & Filings
Zhuzhou Huarui Precision Cutting Tools Co., Ltd. specializes in the research, development, and manufacture of high-performance CNC cutting tools. The core product range includes cemented carbide inserts for turning, milling, and drilling applications, alongside specialized tool holders and precision tooling systems. The company utilizes advanced substrate formulations, chemical vapor deposition (CVD), and physical vapor deposition (PVD) coating technologies to enhance wear resistance and thermal stability. Its technical focus encompasses the optimization of groove geometries and edge preparation to improve chip control and surface finish quality. These products are engineered for high-speed and high-feed machining across sectors such as automotive, aerospace, energy, and mold manufacturing. The company emphasizes integrated production capabilities to ensure dimensional consistency and performance reliability in demanding metalworking environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 湖南启元律师事务所关于株洲华锐精密工具股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-12 | Chinese | |
| 招商证券股份有限公司关于株洲华锐精密工具股份有限公司2025年年度持续督导跟踪报告 | 2026-05-11 | Chinese | |
| 2025年度募集资金存放与实际使用情况的专项报告 | 2026-04-21 | Chinese | |
| 2025年年度报告 | 2026-04-21 | Chinese | |
| 关于续聘会计师事务所的公告 | 2026-04-21 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757630 | 湖南启元律师事务所关于株洲华锐精密工具股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | ||
| 45346636 | 2025年年度股东会会议资料 | 2026-05-12 | Chinese | ||
| 45016723 | 招商证券股份有限公司关于株洲华锐精密工具股份有限公司2025年年度持续督导跟踪报告 | 2026-05-11 | Chinese | ||
| 39291725 | 2025年度募集资金存放与实际使用情况的专项报告 | 2026-04-21 | Chinese | ||
| 39291722 | 2025年年度报告 | 2026-04-21 | Chinese | ||
| 39291718 | 关于续聘会计师事务所的公告 | 2026-04-21 | Chinese | ||
| 39291715 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-21 | Chinese | ||
| 39291713 | 2025年独立董事述职报告-刘如铁(离任) | 2026-04-21 | Chinese | ||
| 39291697 | 招商证券股份有限公司关于株洲华锐精密工具股份有限公司2025年度持续督导工作定期现场检查报告 | 2026-04-21 | Chinese | ||
| 39291686 | 关于召开2025年年度股东会通知 | 2026-04-21 | Chinese | ||
| 39291680 | 关于公司及子公司向银行申请综合授信额度、提供担保额度的公告 | 2026-04-21 | Chinese | ||
| 39291669 | 审计委员会2025年度对会计师事务所履行监督职责情况报告 | 2026-04-21 | Chinese | ||
| 39291600 | 招商证券股份有限公司关于株洲华锐精密工具股份有限公司预计2026年度日常关联交易的核查意见 | 2026-04-21 | Chinese | ||
| 39291598 | 招商证券股份有限公司关于株洲华锐精密工具股份有限公司预计2026年度日常关联交易的核查意见 | 2026-04-21 | Chinese | ||
| 39291595 | 关于聘任高级管理人员的公告 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cutlery, hand tools and general hardware
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACME UNITED CORP
Supplier of cutting, measuring, first aid, and sharpening p…
|
ACU | US | Manufacturing |
|
Advanex inc.
Manufacturer specializing in precision springs and pressed …
|
5998 | JP | Manufacturing |
|
Allegion plc
Global provider of security and access solutions for doors …
|
ALLE | US | Manufacturing |
|
Almast OJSC
Manufactures diamond tools for cutting and machining stone …
|
ALMS | AM | Manufacturing |
|
ALPHA Corporation
Manufactures locks, keys, access control systems, and locke…
|
3434 | IN | Manufacturing |
|
Amatei Incorporated
Manufactures and sells a wide range of fastening products, …
|
5952 | JP | Manufacturing |
|
Armatura S.A.
Manufacturer of valves, faucets, and fittings for various i…
|
ARM | RO | Manufacturing |
|
ASAKA INDUSTRIAL CO.,LTD.
Manufacturer of tools for agriculture and construction, plu…
|
5962 | JP | Manufacturing |
|
ASSA ABLOY
A global leader in access solutions for managing physical a…
|
ASSA | SE | Manufacturing |
|
ATOM LIVIN TECH Co.,Ltd.
Develops, manufactures, and sells interior hardware for res…
|
3426 | JP | Manufacturing |
ZHUZHOU HUARUI PRECISION CUTTING TOOLS.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/58108/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58108 | 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=58108 | 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=58108 \ -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": 58108}, 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 ZHUZHOU HUARUI PRECISION CUTTING TOOLS.CO.,LTD. (id: 58108)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.