CO.%2C%20LTD./other/ANANDA_DRIVE_TECHNIQUESSHANGHAICO._LTD.-logo.png)
ANANDA DRIVE TECHNIQUES(SHANGHAI)CO., LTD. — Investor Relations & Filings
ANANDA DRIVE TECHNIQUES(SHANGHAI)CO., LTD. specializes in the research, development, and manufacturing of advanced drive systems for electric bicycles and light electric vehicles. The company provides a comprehensive range of products, including mid-drive motors, hub motors, electronic controllers, and intelligent displays. Its solutions are designed to enhance the performance and efficiency of urban mobility platforms. Ananda focuses on integrating mechanical engineering with electronic control systems to deliver reliable and high-torque propulsion units. The company serves a global clientele of original equipment manufacturers (OEMs), offering customized drive solutions that meet various international standards for power and safety.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于调整2024年限制性股票与股票期权激励计划限制性股票授予价格及回购价格、股票期权行权价格的公告 | 2025-10-27 | Chinese | |
| 关于与关联方共同投资设立控股子公司暨关联交易的公告 | 2025-10-27 | Chinese | |
| 第四届董事会第十次会议决议公告 | 2025-10-27 | Chinese | |
| 中泰证券股份有限公司关于安乃达驱动技术(上海)股份有限公司与关联方共同投资设立控股子公司暨关联交易的核查意见 | 2025-10-27 | Chinese | |
| 关于召开2025年半年度业绩说明会的公告 | 2025-09-25 | Chinese | |
| 2025年半年度权益分派实施公告 | 2025-09-22 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40074110 | 关于调整2024年限制性股票与股票期权激励计划限制性股票授予价格及回购价格、股票期权行权价格的公告 | 2025-10-27 | Chinese | ||
| 40074102 | 关于与关联方共同投资设立控股子公司暨关联交易的公告 | 2025-10-27 | Chinese | ||
| 40074092 | 第四届董事会第十次会议决议公告 | 2025-10-27 | Chinese | ||
| 40074082 | 中泰证券股份有限公司关于安乃达驱动技术(上海)股份有限公司与关联方共同投资设立控股子公司暨关联交易的核查意见 | 2025-10-27 | Chinese | ||
| 40074065 | 关于召开2025年半年度业绩说明会的公告 | 2025-09-25 | Chinese | ||
| 40074055 | 2025年半年度权益分派实施公告 | 2025-09-22 | Chinese | ||
| 40074043 | 2025年第二次临时股东会决议公告 | 2025-09-15 | Chinese | ||
| 40074020 | 浙江天册律师事务所关于安乃达驱动技术(股份)有限公司2025年第二次临时股东会的法律意见书 | 2025-09-15 | Chinese | ||
| 40074003 | 关于选举第四届董事会职工代表董事的公告 | 2025-09-15 | Chinese | ||
| 40073995 | 2025年第二次临时股东会会议资料 | 2025-09-10 | Chinese | ||
| 40073985 | 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的进展公告 | 2025-09-08 | Chinese | ||
| 40073981 | 关于使用部分闲置募集资金进行现金管理到期赎回的公告 | 2025-09-03 | Chinese | ||
| 40073977 | 2025年半年度报告 | 2025-08-29 | Chinese | ||
| 40073974 | 关联交易管理制度 | 2025-08-29 | Chinese | ||
| 40073968 | 控股股东和实际控制人行为规范 | 2025-08-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bicycles and invalid carriages
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Atlas Cycles (Haryana) Ltd.
Manufacturer of durable, cost-effective bicycles and cyclin…
|
ATLASCYCLE | IN | Manufacturing |
|
BICICLETAS MONARK SA
Manufacturer of mountain, transport, leisure, and youth bic…
|
— | BR | Manufacturing |
|
DAHON TECH (SHENZHEN) CO., LTD.
World's largest producer of folding bicycles, e-bikes, road…
|
2543 | HK | Manufacturing |
|
EZGO Technologies Ltd.
Provider of e-bikes, e-tricycles, and related battery and c…
|
EZGO | US | Manufacturing |
|
GIANT
Global leader in the design, engineering, and production of…
|
9921 | TW | Manufacturing |
|
HL CORP (SHENZHEN)
Manufactures bicycle components, fitness equipment, and spe…
|
002105 | CN | Manufacturing |
|
JOY KIE CORPORATION LIMITED
Designs and distributes mountain, road, electric, and child…
|
300994 | CN | Manufacturing |
|
KMC
World's largest bicycle chain manufacturer specializing in …
|
5306 | TW | Manufacturing |
|
Lee Chi
Manufacturer of high-performance bicycle components, brakin…
|
1517 | TW | Manufacturing |
|
LOBO TECHNOLOGIES LTD.
Designs and manufactures electric mobility products and sma…
|
LOBO | VG | Manufacturing |
ANANDA DRIVE TECHNIQUES(SHANGHAI)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/57618/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57618 | 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=57618 | 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=57618 \ -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": 57618}, 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 ANANDA DRIVE TECHNIQUES(SHANGHAI)CO., LTD. (id: 57618)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.