KENGIC INTELLIGENT TECHNOLOGY CO., LTD. — Investor Relations & Filings
About KENGIC INTELLIGENT TECHNOLOGY CO., LTD.
KENGIC INTELLIGENT TECHNOLOGY CO., LTD. provides comprehensive intelligent logistics and manufacturing system solutions. The company focuses on the research, design, and implementation of automated sorting, conveying, and warehousing technologies. Its core product suite includes high-speed cross-belt sorters, telescopic conveyors, automated storage and retrieval systems (AS/RS), and autonomous mobile robots (AMRs). These hardware solutions are integrated with proprietary software platforms, including Warehouse Management Systems (WMS) and Warehouse Control Systems (WCS), to enhance operational efficiency. KENGIC serves diverse sectors such as e-commerce, express delivery, automotive, and electronics, offering end-to-end services from initial system planning and equipment manufacturing to installation and technical support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度可持续发展报告暨环境、社会和公司治理(ESG)报告(摘要) | 2026-04-24 | Chinese | |
| 2025年度会计师事务所的履职情况评估报告 | 2026-04-24 | Chinese | |
| 关于提请股东大会授权董事会以简易程序向特定对象发行股票的公告 | 2026-04-24 | Chinese | |
| 董事会薪酬与考核委员会关于公司2024年限制性股票激励计划首次授予部分第二个归属期和预留授予部分第一个归属期归属名单的核查意见 | 2026-04-24 | Chinese | |
| 2026年一季度报告 | 2026-04-24 | Chinese | |
| 董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39469666 | 2025年度可持续发展报告暨环境、社会和公司治理(ESG)报告(摘要) | 2026-04-24 | Chinese | ||
| 39469652 | 2025年度会计师事务所的履职情况评估报告 | 2026-04-24 | Chinese | ||
| 39469651 | 关于提请股东大会授权董事会以简易程序向特定对象发行股票的公告 | 2026-04-24 | Chinese | ||
| 39469641 | 董事会薪酬与考核委员会关于公司2024年限制性股票激励计划首次授予部分第二个归属期和预留授予部分第一个归属期归属名单的核查意见 | 2026-04-24 | Chinese | ||
| 39469637 | 2026年一季度报告 | 2026-04-24 | Chinese | ||
| 39469630 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-24 | Chinese | ||
| 39469621 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 39469619 | 2025年度独立董事述职报告(康锐) | 2026-04-24 | Chinese | ||
| 39469617 | 关于2024年限制性股票激励计划2024年限制性股票激励计划首次授予部分第二个归属期和预留授予部分第一个归属期符合归属条件、作废部分限制性股票的法律意见书 | 2026-04-24 | Chinese | ||
| 39469602 | 2025 年度业绩快报更正公告 | 2026-04-24 | Chinese | ||
| 39469590 | 关于开展2026年度外汇套期保值业务的公告 | 2026-04-24 | Chinese | ||
| 39469583 | 关于2024年限制性股票激励计划首次授予部分第二个归属期和预留授予部分第一个归属期符合归属条件的公告 | 2026-04-24 | Chinese | ||
| 39469573 | 2025年度审计报告 | 2026-04-24 | Chinese | ||
| 39469567 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-24 | Chinese | ||
| 39469565 | 2025年度内部控制自我评价报告_0424 | 2026-04-24 | 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 |
KENGIC 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/58424/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58424 | 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=58424 | 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=58424 \ -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": 58424}, 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 KENGIC INTELLIGENT TECHNOLOGY CO., LTD. (id: 58424)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.