Jiangsu Guomao Reducer Co.,Ltd. — Investor Relations & Filings
About Jiangsu Guomao Reducer Co.,Ltd.
Jiangsu Guomao Reducer Co., Ltd. specializes in the design and manufacture of power transmission equipment, focusing on high-precision gear reducers and motors. The product range includes helical, bevel, planetary, and cycloidal pinwheel reducers, as well as specialized transmission units for heavy-duty applications. These components are utilized in sectors such as metallurgy, mining, construction, and environmental protection. The company emphasizes research and development, utilizing advanced CNC machining and automated production lines to ensure high performance and durability. By offering a broad spectrum of standardized and bespoke transmission solutions, the company supports complex industrial processes and mechanical automation requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国茂股份关于使用部分闲置自有资金进行委托理财的公告 | 2026-04-27 | Chinese | |
| 国茂股份关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-27 | Chinese | |
| 国茂股份2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-27 | Chinese | |
| 国茂股份2025年度审计报告及财务报表 | 2026-04-27 | Chinese | |
| 国茂股份关于会计政策变更的公告 | 2026-04-27 | Chinese | |
| 国茂股份2025年年度报告摘要 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38888884 | 国茂股份关于使用部分闲置自有资金进行委托理财的公告 | 2026-04-27 | Chinese | ||
| 38888878 | 国茂股份关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-27 | Chinese | ||
| 38888869 | 国茂股份2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-27 | Chinese | ||
| 38888768 | 国茂股份2025年度审计报告及财务报表 | 2026-04-27 | Chinese | ||
| 38887684 | 国茂股份关于会计政策变更的公告 | 2026-04-27 | Chinese | ||
| 38887674 | 国茂股份2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 38887673 | 国茂股份董事会对独立董事独立性自查情况的专项报告 | 2026-04-27 | Chinese | ||
| 38887664 | 国茂股份2026年第一次临时股东会决议公告 | 2026-04-13 | Chinese | ||
| 38887660 | 国浩律师(北京)事务所关于江苏国茂减速机股份有限公司2026年第一次临时股东会的法律意见书 | 2026-04-13 | Chinese | ||
| 38887659 | 国茂股份关于公司2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-04-13 | Chinese | ||
| 38887655 | 江苏国茂减速机股份有限公司关于审计机构签字注册会计师变更的公告 | 2026-04-10 | Chinese | ||
| 38887652 | 国茂股份关于更换持续督导保荐代表人的公告? | 2026-04-09 | Chinese | ||
| 38887651 | 国茂股份董事会薪酬与考核委员会关于公司2026年限制性股票激励计划首次授予激励对象名单的核查意见及公示情况说明的公告 | 2026-04-07 | Chinese | ||
| 38887647 | 国茂股份2026年第一次临时股东会会议资料 | 2026-04-02 | Chinese | ||
| 38887645 | 国茂股份董事会薪酬与考核委员会关于公司2026年限制性股票激励计划相关事项的核查意见 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bearings, gears, gearing and driving elements
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Harsha Engineers International Limited
Manufactures precision bearing cages, specialized component…
|
HARSHA | IN | Manufacturing |
|
HEFEI CONVER HOLDING CO.,LTD.
Produces high-precision transmission equipment and industri…
|
603409 | CN | Manufacturing |
|
HEPHAIST CO.,LTD.
Manufacturer of high-precision linear motion equipment and …
|
6433 | JP | Manufacturing |
|
hGears AG
Global manufacturer of high-precision gears, components, an…
|
HGEA | DE | Manufacturing |
|
HINDUSTAN HARDY LIMITED
Manufacturer of driveline components, propeller shafts, and…
|
505893 | IN | Manufacturing |
|
HIWIN Technologies Corp.
Global manufacturer of high-precision motion control compon…
|
2049 | TW | Manufacturing |
|
Hunan SUND Technological Corporation
Manufactures high-performance sliding bearings for critical…
|
301548 | CN | Manufacturing |
|
I-ROBOTICS,Co.,Ltd.
Manufactures high-precision robotic components and polyethy…
|
066430 | KR | Manufacturing |
|
Jiangsu NanFang Precision Co.,Ltd.
Manufactures precision bearings and components for automoti…
|
002553 | CN | Manufacturing |
|
Jiangxi Huawu Brake Co., Ltd.
Specializes in industrial braking systems and control equip…
|
300095 | CN | Manufacturing |
Jiangsu Guomao Reducer 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/57898/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57898 | 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=57898 | 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=57898 \ -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": 57898}, 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 Jiangsu Guomao Reducer Co.,Ltd. (id: 57898)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.