
JIANGXI SPECIAL ELECTRIC MOTOR CO.,LTD — Investor Relations & Filings
Jiangxi Special Electric Motor Co., Ltd. specializes in the research, development, manufacturing, and sale of special electric motors and lithium battery materials. The company's motor portfolio includes high-efficiency industrial motors, explosion-proof motors, elevator motors, and specialized motors for electric vehicles and wind power generation. In addition to its motor business, the company operates a comprehensive lithium industry chain, encompassing the mining and processing of lithium ores to produce high-purity lithium carbonate, which is a critical component for lithium-ion batteries. By integrating its expertise in motor technology with its lithium resource capabilities, the company serves diverse sectors such as industrial automation, renewable energy, and green transportation. Its focus remains on technological innovation and the development of energy-efficient solutions for global industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于为子公司提供担保的进展公告 | 2026-05-22 | Chinese | |
| 关于控股股东部分股权解除质押的公告 | 2026-05-20 | Chinese | |
| 关于减少注册资本及修订《公司章程》的公告 | 2026-05-20 | Chinese | |
| 关于召开2026年第二次临时股东会的通知 | 2026-05-20 | Chinese | |
| 关于变更回购股份用途并注销的公告 | 2026-05-20 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese |
Browse filings by year
20 years- 2026 34 filings
- 2025 133 filings
- 2024 95 filings
- 2023 100 filings
- 2022 171 filings
- 2021 102 filings
- 2020 131 filings
- 2019 163 filings
- 2018 154 filings
- 2017 155 filings
- 2016 155 filings
- 2015 274 filings
- 2014 153 filings
- 2013 135 filings
- 2012 89 filings
- 2011 130 filings
- 2010 89 filings
- 2009 68 filings
- 2008 67 filings
- 2007 45 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46867391 | 关于为子公司提供担保的进展公告 | 2026-05-22 | Chinese | ||
| 46702961 | 关于控股股东部分股权解除质押的公告 | 2026-05-20 | Chinese | ||
| 46702959 | 关于减少注册资本及修订《公司章程》的公告 | 2026-05-20 | Chinese | ||
| 46702958 | 关于召开2026年第二次临时股东会的通知 | 2026-05-20 | Chinese | ||
| 46702957 | 关于变更回购股份用途并注销的公告 | 2026-05-20 | Chinese | ||
| 46702949 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46702516 | 北京市汉坤律师事务所关于江西特种电机股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46701445 | 公司章程修订对照表(2026年5月) | 2026-05-20 | Chinese | ||
| 46701444 | 公司章程(2026年5月修订) | 2026-05-20 | Chinese | ||
| 46701436 | 关于变更独立董事的公告 | 2026-05-20 | Chinese | ||
| 46700538 | 第十一届董事会第六次会议决议公告 | 2026-05-20 | Chinese | ||
| 44272173 | 关于参加江西辖区上市公司2026年投资者网上集体接待日活动暨2025年度业绩说明会的公告 | 2026-05-07 | Chinese | ||
| 34887726 | 关于签署战略合作协议的公告 | 2026-04-14 | Chinese | ||
| 34840533 | 关于与关联人共同投资暨关联交易的公告 | 2026-04-14 | Chinese | ||
| 35021785 | 关于签订战略合作框架协议的公告 | 2026-04-13 | 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 |
JIANGXI SPECIAL ELECTRIC MOTOR 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/54230/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54230 | 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=54230 | 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=54230 \ -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": 54230}, 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 JIANGXI SPECIAL ELECTRIC MOTOR CO.,LTD (id: 54230)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.