Zhejiang Jindao Technology Co., Ltd. — Investor Relations & Filings
Zhejiang Jindao Technology Co., Ltd. specializes in the research, development, manufacturing, and sales of transmission systems for industrial vehicles. The company's primary product portfolio includes forklift transmissions, torque converters, and specialized gearboxes designed for material handling equipment. It focuses on providing high-performance transmission solutions that enhance the efficiency and reliability of internal combustion and electric forklifts. Jindao Technology emphasizes technological innovation and quality control, maintaining a robust R&D infrastructure to develop advanced transmission components. Its products are widely integrated into the machinery of leading domestic and international forklift manufacturers, supporting diverse applications in logistics, warehousing, and industrial manufacturing. The company is recognized for its technical expertise in mechanical power transmission and its commitment to precision engineering.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于对外投资设立香港子公司的公告 | 2026-04-22 | Chinese | |
| 北京君泽君(杭州)律师事务所关于浙江金道科技股份有限公司2025年年度股东会的法律意见书 | 2026-04-21 | Chinese | |
| 2025年年度股东会决议公告 | 2026-04-21 | Chinese | |
| 国泰海通证券股份有限公司关于浙江金道科技股份有限公司首次公开发行股票并在创业板上市持续督导保荐总结报告书 | 2026-04-07 | Chinese | |
| 关于2025年度公司董事和高级管理人员薪酬确认及2026年度董事和高级管理人员薪酬方案的公告 | 2026-03-30 | Chinese | |
| 董事会审计委员会2025年度履职情况报告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39383619 | 关于对外投资设立香港子公司的公告 | 2026-04-22 | Chinese | ||
| 39383617 | 北京君泽君(杭州)律师事务所关于浙江金道科技股份有限公司2025年年度股东会的法律意见书 | 2026-04-21 | Chinese | ||
| 39383608 | 2025年年度股东会决议公告 | 2026-04-21 | Chinese | ||
| 39383605 | 国泰海通证券股份有限公司关于浙江金道科技股份有限公司首次公开发行股票并在创业板上市持续督导保荐总结报告书 | 2026-04-07 | Chinese | ||
| 39383598 | 关于2025年度公司董事和高级管理人员薪酬确认及2026年度董事和高级管理人员薪酬方案的公告 | 2026-03-30 | Chinese | ||
| 39383594 | 董事会审计委员会2025年度履职情况报告 | 2026-03-30 | Chinese | ||
| 39383587 | 国泰海通证券股份有限公司关于浙江金道科技股份有限公司2025年度持续督导培训情况报告 | 2026-03-30 | Chinese | ||
| 39383586 | 国泰海通证券股份有限公司关于浙江金道科技股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-03-30 | Chinese | ||
| 39383582 | 2025年内部控制审计报告 | 2026-03-30 | Chinese | ||
| 39383576 | 关于变更公司注册资本、修订《公司章程》并授权办理工商变更登记的公告 | 2026-03-30 | Chinese | ||
| 39383569 | 浙江金道科技股份有限公司关于召开2025年年度股东会的通知 | 2026-03-30 | Chinese | ||
| 39383565 | 2025年年度报告披露提示性公告 | 2026-03-30 | Chinese | ||
| 39383563 | 2025年度独立董事述职报告(徐维栋) | 2026-03-30 | Chinese | ||
| 39383561 | 2025年度独立董事述职报告(郑磊) | 2026-03-30 | Chinese | ||
| 39383558 | 关于2025年员工持股计划第一个解锁期解锁条件成就的公告 | 2026-03-30 | 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 |
Zhejiang Jindao 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/56198/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56198 | 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=56198 | 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=56198 \ -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": 56198}, 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 Jindao Technology Co., Ltd. (id: 56198)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.