Changzhou Xiangming Intelligent Drive System Corporation — Investor Relations & Filings
Changzhou Xiangming Intelligent Drive System Corporation specializes in the research, development, production, and sale of precision micro-motors and intelligent drive systems. The company's product portfolio includes alternating current (AC) motors, brushless direct current (BLDC) motors, centrifugal fans, and axial fans. These solutions are primarily utilized in heating, ventilation, and air conditioning (HVAC) systems, telecommunications equipment, transportation infrastructure, and medical devices. The corporation focuses on providing high-efficiency, low-noise, and reliable drive components, leveraging advanced manufacturing processes and integrated control technologies to meet specific industrial requirements. Its technical expertise extends to customized motor designs and intelligent drive control systems for diverse automation applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度募集资金年度存放与使用情况专项报告的鉴证报告 | 2026-04-23 | Chinese | |
| 国联民生证券承销保荐有限公司关于常州祥明智能动力股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-23 | Chinese | |
| 国联民生证券承销保荐有限公司关于常州祥明智能动力股份有限公司首次公开发行股票并在创业板上市之持续督导保荐工作总结报告书 | 2026-04-23 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-23 | Chinese | |
| 2025年度总经理工作报告 | 2026-04-23 | Chinese | |
| 2025年度独立董事述职报告(邵乃宇) | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38872574 | 2025年度募集资金年度存放与使用情况专项报告的鉴证报告 | 2026-04-23 | Chinese | ||
| 38872569 | 国联民生证券承销保荐有限公司关于常州祥明智能动力股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-23 | Chinese | ||
| 38872557 | 国联民生证券承销保荐有限公司关于常州祥明智能动力股份有限公司首次公开发行股票并在创业板上市之持续督导保荐工作总结报告书 | 2026-04-23 | Chinese | ||
| 38872554 | 2025年度董事会工作报告 | 2026-04-23 | Chinese | ||
| 38872551 | 2025年度总经理工作报告 | 2026-04-23 | Chinese | ||
| 38872548 | 2025年度独立董事述职报告(邵乃宇) | 2026-04-23 | Chinese | ||
| 38872546 | 关于2025年度和2026年第一季度计提资产减值准备的公告 | 2026-04-23 | Chinese | ||
| 38872542 | 独立董事候选人声明与承诺--潘一欢 | 2026-04-23 | Chinese | ||
| 38872541 | 关于会计师事务所2025年度履职情况评估报告暨审计委员会履行监督职责情况的报告 | 2026-04-23 | Chinese | ||
| 38872540 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-23 | Chinese | ||
| 38872534 | 关于续聘会计师事务所的公告 | 2026-04-23 | Chinese | ||
| 38872529 | 国联民生证券承销保荐有限公司关于常州祥明智能动力股份有限公司2025年度持续督导跟踪报告 | 2026-04-23 | Chinese | ||
| 38872527 | 2025年度内部控制评价报告 | 2026-04-23 | Chinese | ||
| 38872526 | 独立董事提名人声明与承诺--黄森 | 2026-04-23 | Chinese | ||
| 38872525 | 独立董事提名人声明与承诺--邵乃宇 | 2026-04-23 | 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 |
|
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 |
|
AHOKU Electronic Company
Manufacturer of power management, surge protectors, and PDU…
|
3002 | TW | Manufacturing |
Changzhou Xiangming Intelligent Drive System Corporation 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/56159/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56159 | 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=56159 | 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=56159 \ -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": 56159}, 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 Changzhou Xiangming Intelligent Drive System Corporation (id: 56159)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.