
格利尔 — Investor Relations & Filings
Grelide Digital Technology Co., Ltd. specializes in the research, development, manufacturing, and distribution of lighting products and power supply solutions. The company's core portfolio includes a wide range of LED lighting fixtures for residential, commercial, and industrial applications, alongside high-performance power supplies and electronic transformers. Grelide focuses on integrating smart technology into its lighting systems, offering energy-efficient solutions that cater to global markets. Its operations encompass the entire value chain from product design and component manufacturing to final assembly and quality control. The company provides comprehensive OEM and ODM services, leveraging its technical expertise to deliver customized electronic components and lighting systems for diverse international clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会审计委员会对会计师事务所履行监督职责情况报告 | 2025-04-28 | Chinese | |
| 上海市锦天城律师事务所关于格利尔数码科技股份有限公司2023年股权激励计划之回购注销部分限制性股票相关事项的法律意见书 | 2025-04-28 | Chinese | |
| 关于格利尔数码科技股份有限公司2024年度 营业收入扣除情况表的鉴证报告 | 2025-04-28 | Chinese | |
| 上海市锦天城律师事务所关于格利尔数码科技股份有限公司2023年股权激励计划第二个解除限售期解除限售条件未成就暨回购注销部分限制性股票之法律意见书 | 2025-04-28 | Chinese | |
| 关于回购注销部分限制性股票方案公告 | 2025-04-28 | Chinese | |
| 2024年年度权益分派预案公告 | 2025-04-28 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39725334 | 董事会审计委员会对会计师事务所履行监督职责情况报告 | 2025-04-28 | Chinese | ||
| 39725321 | 上海市锦天城律师事务所关于格利尔数码科技股份有限公司2023年股权激励计划之回购注销部分限制性股票相关事项的法律意见书 | 2025-04-28 | Chinese | ||
| 39725307 | 关于格利尔数码科技股份有限公司2024年度 营业收入扣除情况表的鉴证报告 | 2025-04-28 | Chinese | ||
| 39725271 | 上海市锦天城律师事务所关于格利尔数码科技股份有限公司2023年股权激励计划第二个解除限售期解除限售条件未成就暨回购注销部分限制性股票之法律意见书 | 2025-04-28 | Chinese | ||
| 39725253 | 关于回购注销部分限制性股票方案公告 | 2025-04-28 | Chinese | ||
| 39725240 | 2024年年度权益分派预案公告 | 2025-04-28 | Chinese | ||
| 39725227 | 2025年一季度报告 | 2025-04-28 | Chinese | ||
| 39725192 | 关于修订公司章程的公告 | 2025-04-28 | Chinese | ||
| 39725180 | 东吴证券股份有限公司关于格利尔数码科技股份有限公司2024年度募集资金存放和使用情况的专项核查报告 | 2025-04-28 | Chinese | ||
| 39725143 | 监事会关于回购注销部分限制性股票的核查意见 | 2025-04-28 | Chinese | ||
| 39725129 | 2024年度审计报告 | 2025-04-28 | Chinese | ||
| 39724929 | 董事会关于独立董事独立性自查情况的专项报告 | 2025-04-28 | Chinese | ||
| 39724919 | 关于召开2024年年度股东会通知公告(提供网络投票) | 2025-04-28 | Chinese | ||
| 39724914 | 2024年度独立董事述职报告(陈耐喜已离任) | 2025-04-28 | Chinese | ||
| 39724906 | 关于格利尔数码科技股份有限公司股东及其他关联方占用资金情况说明的专项报告 | 2025-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of lighting equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACUITY INC. (DE)
Industrial technology company providing solutions for light…
|
AYI | US | Manufacturing |
|
AG VENTURES LIMITED
Produces LED lighting and electronic components with invest…
|
506579 | IN | Manufacturing |
|
APEX INTEC Co.,LTD.
Manufacturer specializing in LED lighting and renewable ene…
|
207490 | KR | Manufacturing |
|
Artemis Electricals and Projects Limited
Manufactures LED lighting and provides electrical project d…
|
AEPL | IN | Manufacturing |
|
Beghelli
Manufactures lighting equipment and electronic systems for …
|
BGQ | IT | Manufacturing |
|
Bortex Global Limited
Designs, manufactures, and distributes LED lighting product…
|
8118 | HK | Manufacturing |
|
Brilliant AG
European supplier of a wide range of indoor and outdoor lig…
|
BAG | DE | Manufacturing |
|
Calcom Vision Ltd.
ODM and OEM for energy-efficient LED lighting products and …
|
517236 | IN | Manufacturing |
|
CE
Manufacturer of lighting solutions, electrical components, …
|
1611 | TW | Manufacturing |
|
Changzhou Xingyu Automotive Lighting Systems Co., Ltd.
Designs and manufactures automotive lighting and LED system…
|
601799 | CN | Manufacturing |
格利尔 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/58882/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58882 | 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=58882 | 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=58882 \ -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": 58882}, 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 格利尔 (id: 58882)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.