
Nanjing Kangni Mechanical & Electrical Co.,Ltd — Investor Relations & Filings
Nanjing Kangni Mechanical & Electrical Co., Ltd. specializes in the research, development, and manufacturing of rail transit equipment. The company is a primary provider of automated door systems for rail vehicles, including high-speed trains, subways, and light rail systems. Its core product portfolio features internal and external door systems, platform screen doors, and precision electrical connectors. Additionally, the company has expanded into the automotive sector, providing components for new energy vehicles such as charging interfaces and high-voltage distribution units. Kangni serves a global network of vehicle manufacturers and transit operators, emphasizing mechatronic integration and safety-critical engineering. The firm focuses on technological innovation and maintains international quality certifications to support urban transportation infrastructure and mobility solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 南京康尼机电股份有限公司2025年年度股东会会议材料 | 2026-05-21 | Chinese | |
| 南京康尼机电股份有限公司2026年限制性股票激励计划(草案)摘要公告 | 2026-05-11 | Chinese | |
| 南京康尼机电股份有限公司2026年限制性股票激励计划首次授予激励对象名单 | 2026-05-11 | Chinese | |
| 康尼机电关于2025年年度股东会增加临时提案的公告 | 2026-05-11 | Chinese | |
| 康尼机电六届董事会第十二次会议决议公告 | 2026-05-11 | Chinese | |
| 北京市嘉源律师事务所关于南京康尼机电股份有限公司2026年限制性股票激励计划的法律意见书 | 2026-05-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 46757474 | 南京康尼机电股份有限公司2025年年度股东会会议材料 | 2026-05-21 | Chinese | ||
| 45016972 | 南京康尼机电股份有限公司2026年限制性股票激励计划(草案)摘要公告 | 2026-05-11 | Chinese | ||
| 45016969 | 南京康尼机电股份有限公司2026年限制性股票激励计划首次授予激励对象名单 | 2026-05-11 | Chinese | ||
| 45016916 | 康尼机电关于2025年年度股东会增加临时提案的公告 | 2026-05-11 | Chinese | ||
| 45016300 | 康尼机电六届董事会第十二次会议决议公告 | 2026-05-11 | Chinese | ||
| 45016298 | 北京市嘉源律师事务所关于南京康尼机电股份有限公司2026年限制性股票激励计划的法律意见书 | 2026-05-11 | Chinese | ||
| 36887177 | 康尼机电关于重大资产重组限售股份上市公告 | 2026-02-04 | Chinese | ||
| 36887167 | 康尼机电关于变更签字注册会计师的公告 | 2026-01-23 | Chinese | ||
| 36887158 | 康尼机电:投资者关系活动记录表(20260109) | 2026-01-11 | Chinese | ||
|
2025
6 filings
| |||||
| 36887152 | 康尼机电关于签订专家、顾问服务协议暨关联交易的公告 | 2025-12-24 | Chinese | ||
| 36887150 | 康尼机电关于?“提质增效重回报”行动方案的公告 | 2025-12-24 | Chinese | ||
| 36887148 | 康尼机电六届七次董事会决议公告 | 2025-12-24 | Chinese | ||
| 36887145 | 康尼机电关于召开2025年第三季度业绩说明会的公告 | 2025-11-13 | Chinese | ||
| 36887138 | 康尼机电关于为全资子公司提供担保进展的公告 | 2025-11-06 | Chinese | ||
| 36887131 | 康尼机电关于收到相关诉讼赔偿款项的公告 | 2025-11-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of railway locomotives and rolling stock
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alstom
Global developer of rail transport solutions, including rol…
|
ALO | FR | Manufacturing |
|
Beijing Dinghan Technology Group Co.,Ltd.
Develops and manufactures high-end equipment and systems fo…
|
300011 | CN | Manufacturing |
|
Beijing Jiaoda Signal Technology Co.,Ltd.
Develops rail signaling and control systems for high-speed …
|
300851 | CN | Manufacturing |
|
Chemins de Fer Départementaux
An industrial group that designs, constructs, and operates …
|
MLCFD | FR | Manufacturing |
|
Chengdu Xinzhu Road&Bridge Machinery Co.,LTD
Provides bridge components and rail transit solutions for u…
|
002480 | CN | Manufacturing |
|
China High-Speed Railway Technology Co., Ltd.
Provides intelligent maintenance equipment and O&M solution…
|
000008 | CN | Manufacturing |
|
COBRASMA SA
Manufacturer of heavy capital goods and transportation equi…
|
— | BR | Manufacturing |
|
Construcciones y Auxiliar de Ferrocarriles S.A.
A global provider of railway vehicles, sustainable buses, a…
|
CAF | ES | Manufacturing |
|
Cosmic CRF Limited
Manufactures cold rolled formed sections and structural com…
|
543928 | IN | Manufacturing |
|
CRRC Corp. Ltd.
A global supplier of rail transit equipment, including roll…
|
1766 | CN | Manufacturing |
Nanjing Kangni Mechanical & Electrical 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/57434/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57434 | 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=57434 | 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=57434 \ -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": 57434}, 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 Nanjing Kangni Mechanical & Electrical Co.,Ltd (id: 57434)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.