
Zhejiang TongLi Transmission Technology Co., Ltd. — Investor Relations & Filings
Zhejiang TongLi Transmission Technology Co., Ltd. specializes in the research, development, and manufacturing of high-precision power transmission equipment. The product portfolio includes a comprehensive range of gear reducers, such as helical, bevel, planetary, and worm gear units, alongside specialized industrial gearboxes. These components are designed for demanding applications in sectors such as metallurgy, mining, construction, and material handling. The company focuses on modular design principles and advanced manufacturing techniques to deliver drive solutions characterized by high torque density, operational reliability, and energy efficiency. By maintaining rigorous quality management systems, the company provides mechanical transmission components that adhere to international technical standards for diverse global industrial requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会决议公告 | 2026-05-25 | Chinese | |
| 上海市广发律师事务所关于浙江通力传动科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-25 | Chinese | |
| 国投证券股份有限公司关于浙江通力传动科技股份有限公司首次公开发行股票并在创业板上市持续督导保荐总结报告书 | 2026-05-11 | Chinese | |
| 国投证券股份有限公司关于浙江通力传动科技股份有限公司2025年度跟踪报告 | 2026-05-11 | Chinese | |
| 2025年年度报告摘要 | 2026-04-24 | Chinese | |
| 国投证券股份有限公司关于浙江通力传动科技股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-24 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47010229 | 2025年年度股东会决议公告 | 2026-05-25 | Chinese | ||
| 47010225 | 上海市广发律师事务所关于浙江通力传动科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-25 | Chinese | ||
| 44923605 | 国投证券股份有限公司关于浙江通力传动科技股份有限公司首次公开发行股票并在创业板上市持续督导保荐总结报告书 | 2026-05-11 | Chinese | ||
| 44923604 | 国投证券股份有限公司关于浙江通力传动科技股份有限公司2025年度跟踪报告 | 2026-05-11 | Chinese | ||
| 39553992 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 39553990 | 国投证券股份有限公司关于浙江通力传动科技股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-24 | Chinese | ||
| 39553984 | 2025年度独立董事述职报告(常小东) | 2026-04-24 | Chinese | ||
| 39553983 | 关于公司2025年度利润分配预案的公告 | 2026-04-24 | Chinese | ||
| 39553982 | 关于董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-24 | Chinese | ||
| 39553981 | 关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 39553977 | 2026年一季度报告 | 2026-04-24 | Chinese | ||
| 39553976 | 关于浙江通力传动科技股份有限公司非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-24 | Chinese | ||
| 39553975 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-24 | Chinese | ||
| 39553973 | 2025年年度报告 | 2026-04-24 | Chinese | ||
| 39553971 | 关于部分募集资金专户完成销户的公告 | 2026-04-20 | 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 |
Zhejiang TongLi Transmission Technology 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/56177/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56177 | 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=56177 | 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=56177 \ -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": 56177}, 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 Zhejiang TongLi Transmission Technology Co., Ltd. (id: 56177)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.