
Zhejiang Sling Intelligent Drive Group Co., Ltd. — Investor Relations & Filings
Zhejiang Sling Intelligent Drive Group Co., Ltd. is a technology-driven enterprise specializing in the research, development, and manufacturing of intelligent drive systems. The company focuses on providing integrated solutions for electric vehicles and industrial equipment, particularly in the material handling and logistics sectors. Its core product portfolio includes high-performance electric drive axles, AC/DC motors, motor controllers, and intelligent steering systems. These components are widely utilized in electric forklifts, automated guided vehicles (AGVs), and various mobile robotic platforms. By leveraging advanced power electronics and mechanical engineering, the group delivers high-efficiency, low-noise, and precision-controlled drive units. The company emphasizes innovation in mechatronics to support the transition toward automation and electrification in industrial applications, serving a global clientele of equipment manufacturers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-12 | Chinese | |
| 北京金杜(杭州)律师事务所关于浙江斯菱智能驱动集团股份有限公司2025年年度股东会之法律意见书 | 2026-05-12 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2026-04-21 | Chinese | |
| 2025年年度报告 | 2026-04-21 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理和部分闲置自有资金进行委托理财暨关联交易的公告 | 2026-04-21 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46788455 | 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | ||
| 45231847 | 2025年年度股东会决议公告 | 2026-05-12 | Chinese | ||
| 45231820 | 北京金杜(杭州)律师事务所关于浙江斯菱智能驱动集团股份有限公司2025年年度股东会之法律意见书 | 2026-05-12 | Chinese | ||
| 39751783 | 2025年度非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2026-04-21 | Chinese | ||
| 39751763 | 2025年年度报告 | 2026-04-21 | Chinese | ||
| 39751762 | 关于使用部分闲置募集资金进行现金管理和部分闲置自有资金进行委托理财暨关联交易的公告 | 2026-04-21 | Chinese | ||
| 39751753 | 2025年度独立董事述职报告(胡旭东) | 2026-04-21 | Chinese | ||
| 39751746 | 关于公司及子公司开展外汇套期保值业务的可行性分析报告 | 2026-04-21 | Chinese | ||
| 39751745 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-21 | Chinese | ||
| 39751742 | 2025年年度审计报告 | 2026-04-21 | Chinese | ||
| 39751738 | 财通证券股份有限公司关于浙江斯菱智能驱动集团股份有限公司部分募投项目延期、新增实施主体、实施地点及开立募集资金专户的核查意见 | 2026-02-09 | Chinese | ||
| 39751737 | 关于部分募投项目延期、新增实施主体、实施地点及开立募集资金专户的公告 | 2026-02-09 | Chinese | ||
| 39751727 | 第四届董事会第十五次会议决议公告 | 2026-02-09 | Chinese | ||
| 39751726 | 关于对外投资进展暨参股公司完成工商变更登记的公告 | 2026-02-04 | Chinese | ||
| 39751723 | 财通证券股份有限公司关于浙江斯菱智能驱动集团股份有限公司2025年度持续督导培训情况报告 | 2026-01-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of electric motors, generators, transformers and electricity distribution and control apparatus
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aartech Solonics Limited
Engineering firm providing energy storage, bus transfer sys…
|
AARTECH | IN | Manufacturing |
|
ABB India Limited
Technology leader in electrification and automation for a s…
|
ABB | IN | Manufacturing |
|
ABB Ltd
A technology company specializing in electrification and au…
|
ABBN | CH | Manufacturing |
|
ACCORD TRANSFORMER & SWITCHGEAR LIMITED
Designs and manufactures energy-efficient transformers and …
|
544710 | IN | Manufacturing |
|
Ads-Tec Energy Public Ltd Co
Develops battery-buffered platform solutions for ultra-fast…
|
ADSE | US | Manufacturing |
|
ADVAIT ENERGY TRANSITIONS LIMITED
Provides power transmission components, renewable energy, a…
|
ADVAIT | IN | Manufacturing |
|
ADVENT TECHNOLOGIES HOLDINGS, INC.
Develops and manufactures complete fuel cell systems and th…
|
ADN | US | Manufacturing |
|
AEC
Provider of heavy electrical equipment, power electronics, …
|
1514 | TW | Manufacturing |
|
AFC ENERGY PLC
Develops hydrogen power generation technologies for off-gri…
|
AFC | GB | Manufacturing |
|
AHA Co.,Ltd
A technology company operating in EdTech, Healthcare, and E…
|
102950 | KR | Manufacturing |
Zhejiang Sling Intelligent Drive 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/56351/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56351 | 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=56351 | 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=56351 \ -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": 56351}, 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 Sling Intelligent Drive Group Co., Ltd. (id: 56351)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.