Hangzhou Advance Gearbox Group Co., Ltd. — Investor Relations & Filings
About Hangzhou Advance Gearbox Group Co., Ltd.
Hangzhou Advance Gearbox Group Co., Ltd. specializes in the design and manufacture of a comprehensive range of transmission products and powder metallurgy components. The company's core portfolio includes marine gearboxes, construction machinery transmissions, wind turbine gearboxes, and automotive transmissions. Additionally, it produces agricultural machinery transmissions, industrial gearboxes, and various friction materials. Serving diverse sectors such as maritime transport, infrastructure development, and renewable energy, the group focuses on providing high-performance power transmission solutions. With a strong emphasis on research and development, the company maintains a significant presence in both domestic and international markets, offering specialized engineering for heavy-duty applications and precision-engineered components.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度报告 | 2026-04-16 | Chinese | |
| 2025年度社会责任报告 | 2026-04-16 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-16 | Chinese | |
| 关于公司董事离任的公告 | 2026-03-24 | Chinese | |
| 关于2024年限制性股票激励计划部分限制性股票回购注销实施公告 | 2026-03-24 | Chinese | |
| 浙江天册律师事务所关于杭州前进齿轮箱集团股份有限公司2024年限制性股票激励计划部分限制性股票回购注销实施的法律意见书 | 2026-03-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
12 filings
| |||||
| 35991781 | 2025年年度报告 | 2026-04-16 | Chinese | ||
| 35991779 | 2025年度社会责任报告 | 2026-04-16 | Chinese | ||
| 35991775 | 关于召开2025年年度股东会的通知 | 2026-04-16 | Chinese | ||
| 35991774 | 关于公司董事离任的公告 | 2026-03-24 | Chinese | ||
| 35991772 | 关于2024年限制性股票激励计划部分限制性股票回购注销实施公告 | 2026-03-24 | Chinese | ||
| 35991763 | 浙江天册律师事务所关于杭州前进齿轮箱集团股份有限公司2024年限制性股票激励计划部分限制性股票回购注销实施的法律意见书 | 2026-03-24 | Chinese | ||
| 35991761 | 2025年年度业绩预告的自愿性披露公告 | 2026-01-30 | Chinese | ||
| 35991756 | 《公司章程》(2026年1月修订) | 2026-01-21 | Chinese | ||
| 35991746 | 2026年第一次临时股东会决议公告 | 2026-01-21 | Chinese | ||
| 35991736 | 关于回购注销部分限制性股票减少注册资本暨通知债权人的公告 | 2026-01-21 | Chinese | ||
| 35991730 | 浙江天册律师事务所关于公司2026年第一次临时股东会的法律意见书 | 2026-01-21 | Chinese | ||
| 35991636 | 2026年第一次临时股东会会议资料 | 2026-01-14 | Chinese | ||
|
2025
3 filings
| |||||
| 35991627 | 关于减少注册资本暨修订《公司章程》的公告 | 2025-12-31 | Chinese | ||
| 35991621 | 浙江天册律师事务所关于杭州前进齿轮箱集团股份有限公司2024年限制性股票激励计划第一个解除限售期解除限售条件成就、回购价格调整及回购注销部分限制性股票的法律意见书 | 2025-12-31 | Chinese | ||
| 35991611 | 浙商证券股份有限公司关于杭州前进齿轮箱集团股份有限公司2024年限制性股票激励计划第一个解除限售期解除限售条件成就之独立财务顾问报告 | 2025-12-31 | 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 |
|
APEX DYNAMICS, INC.
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 |
Hangzhou Advance Gearbox 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/57208/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57208 | 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=57208 | 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=57208 \ -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": 57208}, 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 Hangzhou Advance Gearbox Group Co., Ltd. (id: 57208)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.