%20Co.%2C%20Ltd./other/Nanjing_Inform_Storage_Equipmen_d8KhROy.png)
Nanjing Inform Storage Equipment (Group) Co., Ltd. — Investor Relations & Filings
Nanjing Inform Storage Equipment (Group) Co., Ltd. specializes in the design, manufacture, and implementation of advanced automated storage and retrieval systems (AS/RS). The company provides comprehensive intelligent warehousing solutions, including four-way shuttle systems, multi-shuttle systems, and high-density racking structures. Its product portfolio extends to warehouse management software (WMS) and warehouse control systems (WCS), enabling seamless integration of hardware and digital management. Serving diverse sectors such as e-commerce, cold chain logistics, pharmaceuticals, and manufacturing, the group focuses on optimizing space utilization and operational efficiency through technological innovation. Key offerings include automated pallet handling, box-type shuttles, and customized logistics robotics designed to streamline supply chain operations and enhance storage density in complex industrial environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江苏世纪同仁律师事务所关于南京音飞储存设备(集团)股份有限公司2026年第二次临时股东会的法律意见书 | 2026-05-28 | Chinese | |
| 音飞储存2026年第二次临时股东会决议公告 | 2026-05-28 | Chinese | |
| 音飞储存2026年第二次临时股东会会议资料 | 2026-05-22 | Chinese | |
| 江苏世纪同仁律师事务所关于南京音飞储存设备(集团)股份有限公司2025年年度股东会的法律意见书 | 2026-05-14 | Chinese | |
| 音飞储存2025年年度股东会决议公告 | 2026-05-14 | Chinese | |
| 音飞储存关于召开2026年第二次临时股东会 | 2026-05-12 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47870570 | 江苏世纪同仁律师事务所关于南京音飞储存设备(集团)股份有限公司2026年第二次临时股东会的法律意见书 | 2026-05-28 | Chinese | ||
| 47869778 | 音飞储存2026年第二次临时股东会决议公告 | 2026-05-28 | Chinese | ||
| 46868156 | 音飞储存2026年第二次临时股东会会议资料 | 2026-05-22 | Chinese | ||
| 46344166 | 江苏世纪同仁律师事务所关于南京音飞储存设备(集团)股份有限公司2025年年度股东会的法律意见书 | 2026-05-14 | Chinese | ||
| 46343880 | 音飞储存2025年年度股东会决议公告 | 2026-05-14 | Chinese | ||
| 45347070 | 音飞储存关于召开2026年第二次临时股东会 | 2026-05-12 | Chinese | ||
| 45346565 | 音飞储存关于公司独立董事离任暨补选独立董事的公告 | 2026-05-12 | Chinese | ||
| 44487881 | 音飞储存2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 44487876 | 音飞储存关于2025年度暨2026年第一季度业绩说明会召开情况的公告 | 2026-05-08 | Chinese | ||
| 37103204 | 音飞储存2025年审计报告 | 2026-04-23 | Chinese | ||
| 37102738 | 2025年度独立董事述职报告(荆林峰) | 2026-04-23 | Chinese | ||
| 37102732 | 音飞储存关于2025年度会计师事务所履职情况评估报告 | 2026-04-23 | Chinese | ||
| 37102727 | 音飞储存公司章程 | 2026-04-15 | Chinese | ||
| 37102723 | 音飞储存关于完成工商变更登记并换发《营业执照》的公告 | 2026-04-15 | Chinese | ||
| 37102717 | 音飞储存第五届董事会第二十二次会议决议公告 | 2026-02-27 | 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 |
Nanjing Inform Storage Equipment (Group) 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/57393/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57393 | 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=57393 | 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=57393 \ -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": 57393}, 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 Inform Storage Equipment (Group) Co., Ltd. (id: 57393)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.