
格利尔 — 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 |
|---|---|---|---|
| 2022年年度业绩快报公告 | 2023-02-23 | Chinese | |
| 2022 年年度业绩预告公告 | 2023-02-05 | Chinese | |
| 格利尔数码科技股份有限公司超额配售选择权实施结果公告 | 2023-01-04 | Chinese | |
| 国浩律师(上海)事务所关于格利尔数码科技股份有限公司向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况之法律意见书 | 2023-01-02 | Chinese | |
| 东吴证券关于格利尔向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况的核查意见 | 2023-01-02 | Chinese | |
| 格利尔数码科技股份有限公司超额配售选择权实施公告 | 2023-01-02 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
6 filings
| |||||
| 39720973 | 2022年年度业绩快报公告 | 2023-02-23 | Chinese | ||
| 39720962 | 2022 年年度业绩预告公告 | 2023-02-05 | Chinese | ||
| 39720957 | 格利尔数码科技股份有限公司超额配售选择权实施结果公告 | 2023-01-04 | Chinese | ||
| 39720947 | 国浩律师(上海)事务所关于格利尔数码科技股份有限公司向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况之法律意见书 | 2023-01-02 | Chinese | ||
| 39720885 | 东吴证券关于格利尔向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况的核查意见 | 2023-01-02 | Chinese | ||
| 39720860 | 格利尔数码科技股份有限公司超额配售选择权实施公告 | 2023-01-02 | Chinese | ||
|
2022
8 filings
| |||||
| 39720825 | 格利尔数码科技股份有限公司募集资金置换专项鉴证报告 | 2022-12-22 | Chinese | ||
| 39720769 | 第三届董事会第十八次会议决议公告 | 2022-12-22 | Chinese | ||
| 39720763 | 关于使用募集资金置换预先投入募投项目及已支付发行费用的自筹资金的公告 | 2022-12-22 | Chinese | ||
| 39720749 | 独立董事关于第三届董事会第十八次会议相关议案的独立意见 | 2022-12-22 | Chinese | ||
| 39720741 | 关于使用部分闲置募集资金进行现金管理的公告 | 2022-12-22 | Chinese | ||
| 39720731 | 东吴证券股份有限公司关于格利尔数码科技股份有限公司使用募集资金置换预先投入募投项目及已支付发行费用的自筹资金的核查意见 | 2022-12-22 | Chinese | ||
| 39720724 | 东吴证券股份有限公司关于格利尔数码科技股份有限公司使用部分闲置募集资金进行现金管理的专项核查意见 | 2022-12-22 | Chinese | ||
| 39720706 | 第三届监事会第十一次会议决议公告 | 2022-12-22 | 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.