KSEC Intelligent Technology Co., Ltd. — Investor Relations & Filings
KSEC Intelligent Technology Co., Ltd. specializes in the development and integration of advanced logistics automation and intelligent manufacturing systems. The company provides comprehensive solutions including automated storage and retrieval systems (AS/RS), automated guided vehicles (AGVs), and high-speed sorting equipment. Its product portfolio features stacker cranes, autonomous mobile robots, and intelligent conveyor systems designed to optimize warehouse efficiency and production workflows. KSEC serves diverse sectors such as tobacco, pharmaceuticals, e-commerce, and cold chain logistics. By leveraging proprietary control software and robotics technology, the company delivers end-to-end automation services from system design and equipment manufacturing to installation and maintenance. Its focus remains on enhancing operational precision and scalability through integrated smart factory solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信建投证券股份有限公司关于昆船智能技术股份有限公司与中船财务有限责任公司续签《金融服务协议》暨关联交易的核查意见 | 2025-12-15 | Chinese | |
| 关于召开公司2025年第五次临时股东会的通知 | 2025-12-15 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的公告 | 2025-12-15 | Chinese | |
| 关于归还用于暂时补充流动资金的闲置募集资金的公告 | 2025-12-12 | Chinese | |
| 关于公司高级管理人员辞职的公告 | 2025-12-08 | Chinese | |
| 关于公司董事辞职的公告 | 2025-12-08 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39436643 | 中信建投证券股份有限公司关于昆船智能技术股份有限公司与中船财务有限责任公司续签《金融服务协议》暨关联交易的核查意见 | 2025-12-15 | Chinese | ||
| 39436631 | 关于召开公司2025年第五次临时股东会的通知 | 2025-12-15 | Chinese | ||
| 39436622 | 关于使用部分闲置募集资金进行现金管理的公告 | 2025-12-15 | Chinese | ||
| 39436611 | 关于归还用于暂时补充流动资金的闲置募集资金的公告 | 2025-12-12 | Chinese | ||
| 39436605 | 关于公司高级管理人员辞职的公告 | 2025-12-08 | Chinese | ||
| 39436599 | 关于公司董事辞职的公告 | 2025-12-08 | Chinese | ||
| 39436593 | 中信建投证券股份有限公司关于昆船智能技术股份有限公司增加公司2025年度日常关联交易预计额度的核查意见 | 2025-12-08 | Chinese | ||
| 39436576 | 第二届董事会第二十一次会议决议公告 | 2025-12-08 | Chinese | ||
| 39436568 | 关于增加公司2025年度日常关联交易预计额度的公告 | 2025-12-08 | Chinese | ||
| 39436559 | 中信建投证券股份有限公司关于昆船智能技术股份有限公司首次公开发行前已发行股份上市流通的核查意见 | 2025-11-27 | Chinese | ||
| 39436550 | 关于公司首次公开发行前部分已发行股份上市流通提示性公告 | 2025-11-27 | Chinese | ||
| 39436542 | 关于部分募投项目重新论证、延期及调整内部投资结构的公告 | 2025-10-29 | Chinese | ||
| 39436532 | 2025年第三季度报告披露提示性公告 | 2025-10-29 | Chinese | ||
| 39436519 | 2025年三季度报告 | 2025-10-29 | Chinese | ||
| 39436517 | 关于补选公司第二届董事会战略委员会委员的公告 | 2025-10-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of lifting and handling equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Action Construction Equipments Ltd.
Manufacturer of cranes, material handling, construction, an…
|
ACE | IN | Manufacturing |
|
ADMACH SYSTEMS LIMITED
Designs and manufactures material handling systems and indu…
|
544669 | IN | Manufacturing |
|
Affordable Robotic & Automation Limited
Provides turnkey automation, robotic welding, and automated…
|
AFFORDABLE | IN | Manufacturing |
|
AICHI CORPORATION
Manufacturer of aerial work platforms and digger derricks f…
|
6345 | JP | Manufacturing |
|
Alimak Group
Provider of vertical access solutions for industrial and co…
|
ALIG | SE | Manufacturing |
|
Anhui Heli Co., Ltd.
Manufactures industrial vehicles, forklifts, and automated …
|
600761 | CN | Manufacturing |
|
Autostore Holdings Ltd.
Designs and manufactures robotic, cube-based order-fulfillm…
|
AUTO | BM | Manufacturing |
|
BALYO
Develops robotic solutions for automating material handling…
|
BALYO | FR | Manufacturing |
|
BARDELLA S.A. INDUSTRIAS MECANICAS - EM RECUPERAÇÃO JUDICIAL
Manufacturer of heavy industrial equipment and steel profil…
|
— | BR | Manufacturing |
|
BlueSword Intelligent Technology Co.,Ltd.
Provider of intelligent logistics systems and automated war…
|
688557 | CN | Manufacturing |
KSEC Intelligent Technology 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/56227/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56227 | 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=56227 | 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=56227 \ -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": 56227}, 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 KSEC Intelligent Technology Co., Ltd. (id: 56227)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.