Hanshow Technology Co., Ltd. — Investor Relations & Filings
Hanshow Technology Co., Ltd. specializes in the development of digital store solutions and Internet of Things (IoT) technology. The company’s core offerings include Electronic Shelf Labels (ESL), digital signage, and AI-driven retail management platforms. These systems enable real-time price synchronization, automated inventory monitoring, and enhanced consumer interaction through integrated hardware and cloud-based software. By utilizing advanced wireless communication protocols and data analytics, Hanshow provides tools for operational efficiency and digital transformation in physical commercial spaces. Its solutions are deployed globally across various sectors, including supermarkets, pharmacies, and fashion retail, focusing on optimizing store workflows and improving the accuracy of product information at the point of sale.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中国证监会关于同意公司首次公开发行股票注册的批复 | 2025-02-19 | Chinese | |
| 内部控制鉴证报告 | 2025-02-19 | Chinese | |
| 经注册会计师鉴证的非经常性损益明细表 | 2025-02-19 | Chinese | |
| 董事会有关本次发行并上市的决议 | 2025-02-19 | Chinese | |
| 北京市中伦律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书及补充法律意见书 | 2025-02-19 | Chinese | |
| 落实投资者关系管理相关规定的安排、股利分配决策程序、股东投票机制建立情况 | 2025-02-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39495979 | 中国证监会关于同意公司首次公开发行股票注册的批复 | 2025-02-19 | Chinese | ||
| 39495966 | 内部控制鉴证报告 | 2025-02-19 | Chinese | ||
| 39495845 | 经注册会计师鉴证的非经常性损益明细表 | 2025-02-19 | Chinese | ||
| 39495792 | 董事会有关本次发行并上市的决议 | 2025-02-19 | Chinese | ||
| 39495716 | 北京市中伦律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书及补充法律意见书 | 2025-02-19 | Chinese | ||
| 39495593 | 落实投资者关系管理相关规定的安排、股利分配决策程序、股东投票机制建立情况 | 2025-02-19 | Chinese | ||
| 39495577 | 发行人及其他责任主体作出的与发行人本次发行上市相关的其他承诺事项 | 2025-02-19 | Chinese | ||
| 39495513 | 中国国际金融股份有限公司关于公司首次公开发行股票并在创业板上市的发行保荐书 | 2025-02-19 | Chinese | ||
| 39495500 | 子公司、参股公司简要情况 | 2025-02-19 | Chinese | ||
| 39495498 | 股东大会、董事会、监事会、独立董事、董事会秘书制度的建立健全及运行情况说明 | 2025-02-19 | Chinese | ||
| 39495487 | 与投资者保护相关的承诺 | 2025-02-19 | Chinese | ||
| 39495052 | 毕马威华振会计师事务所(特殊普通合伙)关于公司首次公开发行股票并在创业板上市的财务报表及审计报告 | 2025-02-19 | Chinese | ||
| 39494876 | 首次公开发行股票并在创业板上市提示公告 | 2025-02-19 | Chinese | ||
| 39494851 | 公司财务报表及审阅报告(2024年1月-12月) | 2025-02-19 | Chinese | ||
| 39494703 | 中国国际金融股份有限公司关于公司首次公开发行股票并在创业板上市的上市保荐书 | 2025-02-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
Hanshow 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/56194/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56194 | 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=56194 | 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=56194 \ -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": 56194}, 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 Hanshow Technology Co., Ltd. (id: 56194)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.