UNILUMIN GROUP CO., LTD. — Investor Relations & Filings
Unilumin Group Co., Ltd. specializes in the design, development, and manufacturing of high-definition LED display systems and professional lighting solutions. The product range encompasses fine-pitch LED video walls, rental and staging displays, creative digital signage, and outdoor advertising screens. In the lighting sector, the company provides high-efficiency solutions for sports venues, industrial environments, and urban infrastructure, including smart street lighting. Unilumin integrates hardware with specialized software and content services to support applications in command and control centers, broadcast studios, virtual production (XR), and commercial retail. The company emphasizes technological advancement in Mini LED and Micro LED architectures to provide high-resolution visual performance and intelligent illumination systems for global commercial and public infrastructure projects.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于作废2023年限制性股票激励计划部分已授予但尚未归属的限制性股票的公告 | 2026-04-21 | Chinese | |
| 北京康达律师事务所关于2024年限制性股票激励计划授予价格调整、首次授予及预留授予第一个归属期归属条件成就及部分限制性股票作废的相关事项的法律意见书 | 2026-04-21 | Chinese | |
| 关于开展外汇衍生品交易业务的公告 | 2026-04-21 | Chinese | |
| 2025年度募集资金年度存放与使用情况专项报告 | 2026-04-21 | Chinese | |
| 董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-21 | Chinese | |
| 董事会关于公司第七期员工持股计划草案合规性说明 | 2026-04-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36392445 | 关于作废2023年限制性股票激励计划部分已授予但尚未归属的限制性股票的公告 | 2026-04-21 | Chinese | ||
| 36392433 | 北京康达律师事务所关于2024年限制性股票激励计划授予价格调整、首次授予及预留授予第一个归属期归属条件成就及部分限制性股票作废的相关事项的法律意见书 | 2026-04-21 | Chinese | ||
| 36392417 | 关于开展外汇衍生品交易业务的公告 | 2026-04-21 | Chinese | ||
| 36392409 | 2025年度募集资金年度存放与使用情况专项报告 | 2026-04-21 | Chinese | ||
| 36392406 | 董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-21 | Chinese | ||
| 36392399 | 董事会关于公司第七期员工持股计划草案合规性说明 | 2026-04-21 | Chinese | ||
| 36392393 | 2025年度监事会工作报告 | 2026-04-21 | Chinese | ||
| 36392378 | 2025年度独立董事述职报告(孙玉麟-已离任) | 2026-04-21 | Chinese | ||
| 36392366 | 《印章管理制度》(2026年4月) | 2026-04-21 | Chinese | ||
| 36392358 | 关于公司制定部分制度的公告 | 2026-04-21 | Chinese | ||
| 36392354 | 《ESG管理制度》(2026年4月) | 2026-04-21 | Chinese | ||
| 36392347 | 《舆情管理制度》(2026年4月) | 2026-04-21 | Chinese | ||
| 36392338 | 关于广州轩智文化传播有限公司业绩承诺补偿情况的进展公告 | 2026-04-21 | Chinese | ||
| 36392334 | 关于2024年限制性股票激励计划首次授予及预留授予第一个归属期归属条件成就的公告 | 2026-04-21 | Chinese | ||
| 36392321 | 关于公司及子公司2026年度向银行申请综合授信额度、项目贷款额度的公告 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of consumer electronics
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Able View Global Inc.
A cross-border brand management firm for beauty and wellnes…
|
ABLV | US | Manufacturing |
|
Action Electronics Co., Ltd.
Manufacturer of mobile AV equipment, consumer electronics, …
|
3024 | TW | Manufacturing |
|
Alco Holdings Limited
Designs, manufactures, and sells consumer electronic produc…
|
328 | HK | Manufacturing |
|
AMPACS Corporation
Global provider of electroacoustic solutions and smart elec…
|
6743 | TW | Manufacturing |
|
AmTRAN Technology Co., Ltd.
Developer and manufacturer of advanced display, audio, and …
|
2489 | TW | Manufacturing |
|
ANAM ELECTRONICS CO.,LTD
An ODM/OEM of high-value audio and digital video products f…
|
008700 | KR | Manufacturing |
|
Anker Innovations Technology Co., Ltd
Global leader in charging solutions and smart device ecosys…
|
300866 | CN | Manufacturing |
|
Arham Technologies Limited
Produces consumer electronics and home appliances, offering…
|
ARHAM | IN | Manufacturing |
|
ATOMOS LIMITED
Designs video monitoring and recording equipment for digita…
|
AMS | AU | Manufacturing |
|
Axil Brands, Inc.
Manufactures hearing products for protection, enhancement, …
|
AXIL | US | Manufacturing |
UNILUMIN 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/55238/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55238 | 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=55238 | 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=55238 \ -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": 55238}, 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 UNILUMIN GROUP CO., LTD. (id: 55238)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.