
Qinchuan Machine Tool & Tool Group Share Co., Ltd — Investor Relations & Filings
Qinchuan Machine Tool & Tool Group Share Co., Ltd. specializes in the research, development, and manufacturing of high-precision CNC machine tools and industrial components. The company is a leading provider of gear grinding machines, CNC lathes, and machining centers. Its product portfolio extends to complex cutting tools, precision gears, and specialized components for industrial robotics, including high-precision RV reducers. By integrating advanced casting, machining, and heat treatment processes, the group offers comprehensive solutions for the automotive, aerospace, and energy sectors. The company focuses on technological innovation in gear processing and precision manufacturing, maintaining a significant presence in the global high-end equipment market through its vertically integrated production capabilities and commitment to technical excellence.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会对独立董事独立性评估的专项意见 | 2025-04-14 | Chinese | |
| 关于对外提供担保的公告 | 2025-04-14 | Chinese | |
| 2024年度监事会工作报告 | 2025-04-14 | Chinese | |
| 2024年度年审会计师事务所履职情况评估报告 | 2025-04-14 | Chinese | |
| 审计委员会对2024年度年审会计师事务所履行监督职责情况报告 | 2025-04-14 | Chinese | |
| 年度募集资金使用鉴证报告 | 2025-04-14 | Chinese |
Browse filings by year
27 years- 2026 48 filings
- 2025 141 filings
- 2024 123 filings
- 2023 178 filings
- 2022 122 filings
- 2021 148 filings
- 2020 135 filings
- 2019 83 filings
- 2018 113 filings
- 2017 93 filings
- 2016 70 filings
- 2015 118 filings
- 2014 155 filings
- 2013 155 filings
- 2012 67 filings
- 2011 50 filings
- 2010 48 filings
- 2009 41 filings
- 2008 54 filings
- 2007 71 filings
- 2006 49 filings
- 2005 41 filings
- 2004 29 filings
- 2003 20 filings
- 2002 30 filings
- 2001 5 filings
- 1998 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43940200 | 董事会对独立董事独立性评估的专项意见 | 2025-04-14 | Chinese | ||
| 43940192 | 关于对外提供担保的公告 | 2025-04-14 | Chinese | ||
| 43940183 | 2024年度监事会工作报告 | 2025-04-14 | Chinese | ||
| 43940168 | 2024年度年审会计师事务所履职情况评估报告 | 2025-04-14 | Chinese | ||
| 43940166 | 审计委员会对2024年度年审会计师事务所履行监督职责情况报告 | 2025-04-14 | Chinese | ||
| 43940150 | 年度募集资金使用鉴证报告 | 2025-04-14 | Chinese | ||
| 43939496 | 中信证券股份有限公司关于秦川机床工具集团股份公司2024年度内部控制评价报告的核查意见 | 2025-04-14 | Chinese | ||
| 43939477 | 年度股东大会通知 | 2025-04-14 | Chinese | ||
| 43939460 | 董事会决议公告 | 2025-04-14 | Chinese | ||
| 43939445 | 关于2024年度计提减值准备的公告 | 2025-04-14 | Chinese | ||
| 43939436 | 2024年度独立董事述职报告(李学楠) | 2025-04-14 | Chinese | ||
| 43939426 | 年度募集资金使用情况专项说明 | 2025-04-14 | Chinese | ||
| 43939414 | 关于2024年度利润分配预案的公告 | 2025-04-14 | Chinese | ||
| 43939407 | 关于会计政策变更的公告 | 2025-04-14 | Chinese | ||
| 43939397 | 关于拟续聘会计师事务所的公告 | 2025-04-14 | 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
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 |
Qinchuan Machine Tool & Tool Group Share 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/53851/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53851 | 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=53851 | 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=53851 \ -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": 53851}, 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 Qinchuan Machine Tool & Tool Group Share Co., Ltd (id: 53851)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.