
SINOMACH PRECISION INDUSTRY Group Co., Ltd. — Investor Relations & Filings
SINOMACH PRECISION INDUSTRY Group Co., Ltd. focuses on the research, development, and production of high-performance precision bearings, superhard materials, and advanced abrasive tools. The organization integrates the capabilities of specialized research institutes to provide technical solutions for complex engineering challenges. Its core product range includes high-precision bearings designed for aerospace, machine tools, and energy applications, alongside synthetic diamonds, cubic boron nitride (CBN), and specialized grinding equipment. The company serves global markets in high-end equipment manufacturing, automotive, and electronics. By emphasizing technological innovation and material science, the group delivers precision components and processing tools essential for industrial automation and high-accuracy manufacturing processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于举行2024年半年度业绩说明会的公告 | 2024-09-03 | Chinese | |
| 第七届监事会第二十五次会议决议公告 | 2024-08-28 | Chinese | |
| 关于投资年产6.2亿克拉RVD产品产业化项目的公告 | 2024-08-28 | Chinese | |
| 董事、监事和高级管理人员所持本公司股份及其变动管理制度(2024年8月) | 2024-08-28 | Chinese | |
| 关于国机财务有限责任公司的风险持续评估报告 | 2024-08-28 | Chinese | |
| 2024年半年度报告摘要 | 2024-08-28 | Chinese |
Browse filings by year
22 years- 2026 53 filings
- 2025 135 filings
- 2024 205 filings
- 2023 138 filings
- 2022 153 filings
- 2021 138 filings
- 2020 114 filings
- 2019 122 filings
- 2018 143 filings
- 2017 215 filings
- 2016 191 filings
- 2015 87 filings
- 2014 131 filings
- 2013 84 filings
- 2012 112 filings
- 2011 66 filings
- 2010 61 filings
- 2009 75 filings
- 2008 80 filings
- 2007 67 filings
- 2006 48 filings
- 2005 44 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 44440164 | 关于举行2024年半年度业绩说明会的公告 | 2024-09-03 | Chinese | ||
| 44440155 | 第七届监事会第二十五次会议决议公告 | 2024-08-28 | Chinese | ||
| 44440140 | 关于投资年产6.2亿克拉RVD产品产业化项目的公告 | 2024-08-28 | Chinese | ||
| 44440126 | 董事、监事和高级管理人员所持本公司股份及其变动管理制度(2024年8月) | 2024-08-28 | Chinese | ||
| 44440112 | 关于国机财务有限责任公司的风险持续评估报告 | 2024-08-28 | Chinese | ||
| 44440090 | 2024年半年度报告摘要 | 2024-08-28 | Chinese | ||
| 44440079 | 第七届董事会第三十八次会议决议公告 | 2024-08-28 | Chinese | ||
| 44440074 | 国机精工董事会秘书工作细则(2024年8月) | 2024-08-28 | Chinese | ||
| 44440066 | 2024年半年度报告 | 2024-08-28 | Chinese | ||
| 44439990 | 前次募集资金使用情况专项报告 | 2024-08-28 | Chinese | ||
| 44439972 | 前次募集资金使用情况鉴证报告 | 2024-08-28 | Chinese | ||
| 44439960 | 关于调整公司第七届董事会专门委员会委员的公告 | 2024-08-28 | Chinese | ||
| 44439946 | 关于全资子公司拟出售房产的公告 | 2024-08-28 | Chinese | ||
| 44439936 | 关于召开2024年第三次临时股东大会的通知 | 2024-08-28 | Chinese | ||
| 44439925 | 2024年半年度财务报告 | 2024-08-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bearings, gears, gearing and driving elements
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acuvi AB
Develops and manufactures high-precision positioning system…
|
ACUVI | SE | Manufacturing |
|
APEXDYNA
Manufactures precision mechanical transmission components a…
|
4583 | TW | Manufacturing |
|
Austin Engineering Co. Ltd.
Designs and manufactures anti-friction bearings and custom …
|
522005 | IN | Manufacturing |
|
BERA HOLDİNG A.Ş.
A diversified holding company with operations in manufactur…
|
BERA | TR | Manufacturing |
|
Best Linking Group Holdings Ltd.
Investment holding company manufacturing slewing rings and …
|
9882 | HK | Manufacturing |
|
Bimetal Bearings Ltd
Manufactures precision engine bearings, bushings, and thrus…
|
BIMETAL | IN | Manufacturing |
|
BONSYSTEMS Co., Ltd.
Develops and manufactures advanced actuators and cycloidal …
|
496320 | KR | Manufacturing |
|
BROADWIND, INC.
Precision manufacturer of heavy fabrications and gearing fo…
|
BWEN | US | Manufacturing |
|
CARRARO INDIA LIMITED
Designs and manufactures axles and transmissions for off-hi…
|
CARRARO | IN | Manufacturing |
|
CHANGZHOU NRB CORPORATION
Manufactures precision needle roller bearings for automotiv…
|
002708 | CN | Manufacturing |
SINOMACH PRECISION INDUSTRY Group 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/54109/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54109 | 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=54109 | 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=54109 \ -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": 54109}, 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 SINOMACH PRECISION INDUSTRY Group Co., Ltd. (id: 54109)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.