
Guangdong Guanghua Sci-Tech Co.,Ltd. — Investor Relations & Filings
Guangdong Guanghua Sci-Tech Co., Ltd. specializes in the research, development, and manufacturing of high-purity electronic chemicals and chemical reagents. The company provides a comprehensive range of products including printed circuit board (PCB) chemicals, such as plating and etching solutions, and high-purity reagents for laboratory and industrial applications. It has expanded into the new energy sector, focusing on lithium-ion battery materials and battery recycling technologies. Its portfolio includes cathode materials and precursors designed for high-performance energy storage. The company serves diverse sectors including electronics, pharmaceuticals, and renewable energy, leveraging integrated production capabilities and technical innovation to provide high-quality chemical solutions and sustainable material management services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年限制性股票激励计划(草案) | 2026-05-21 | Chinese | |
| 2026年限制性股票激励计划(草案)的法律意见书 | 2026-05-21 | Chinese | |
| 2026年限制性股票激励计划自查表 | 2026-05-21 | Chinese | |
| 关于补选非独立董事、聘任财务总监的公告 | 2026-05-21 | Chinese | |
| 东方证券股份有限公司关于广东光华科技股份有限公司2026年限制性股票激励计划(草案)之独立财务顾问报告 | 2026-05-21 | Chinese | |
| 薪酬与考核委员会关于光华科技2026年限制性股票激励计划相关事项的核查意见 | 2026-05-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46758373 | 2026年限制性股票激励计划(草案) | 2026-05-21 | Chinese | ||
| 46758033 | 2026年限制性股票激励计划(草案)的法律意见书 | 2026-05-21 | Chinese | ||
| 46758032 | 2026年限制性股票激励计划自查表 | 2026-05-21 | Chinese | ||
| 46757557 | 关于补选非独立董事、聘任财务总监的公告 | 2026-05-21 | Chinese | ||
| 46757556 | 东方证券股份有限公司关于广东光华科技股份有限公司2026年限制性股票激励计划(草案)之独立财务顾问报告 | 2026-05-21 | Chinese | ||
| 46757555 | 薪酬与考核委员会关于光华科技2026年限制性股票激励计划相关事项的核查意见 | 2026-05-21 | Chinese | ||
| 46757554 | 2026年限制性股票激励计划(草案)摘要 | 2026-05-21 | Chinese | ||
| 44269897 | 关于注销部分募集资金专项账户的公告 | 2026-05-07 | Chinese | ||
| 44269212 | 关于公司董事、财务总监辞职的公告 | 2026-05-07 | Chinese | ||
| 34900718 | 2026年一季度报告 | 2026-04-14 | Chinese | ||
| 34866405 | 关于召开2026年第一次临时股东会的通知 | 2026-04-14 | Chinese | ||
| 34866403 | 第六届董事会第六次会议决议公告 | 2026-04-14 | Chinese | ||
| 34852611 | 东方证券股份有限公司关于广东光华科技股份有限公司节余募集资金永久补充流动资金的核查意见 | 2026-04-14 | Chinese | ||
| 36951879 | 东方证券股份有限公司关于广东光华科技股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-03-30 | Chinese | ||
| 36951863 | 2025年年度报告 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Hubei Zhenhua Chemical Co.,Ltd
Produces chromium salts and fine chemicals for industrial a…
|
603067 | CN | Manufacturing |
|
Hunan Hengguang Technology Co.,Ltd.
Manufactures sulfur and chlorine-based chemicals for pharma…
|
301118 | CN | Manufacturing |
|
HUNAN KAIMEITE GASES CO.,LTD.
Produces industrial, food-grade, and electronic specialty g…
|
002549 | CN | Manufacturing |
|
HUNAN RESUN Co., Ltd.
Manufactures surfactants and detergent raw materials for pe…
|
001218 | CN | Manufacturing |
|
Hunan Yuneng New Energy Battery Material Co., Ltd.
Manufacturer of lithium iron phosphate and ternary cathode …
|
301358 | CN | Manufacturing |
|
Hydro Lithium Inc
Manufacturer of high-purity lithium products for the batter…
|
101670 | KR | Manufacturing |
|
IBU-tec advanced materials AG
A specialist in thermal process engineering and a manufactu…
|
IBU | DE | Manufacturing |
|
IEL LIMITED
Manufactures and trades chemicals and refined oils for indu…
|
524614 | IN | Manufacturing |
|
IG Petrochemicals Ltd
Leading producer of Phthalic Anhydride and organic intermed…
|
IGPL | IN | Manufacturing |
|
India Glycols Ltd
Manufacturer of bio-based glycols and specialty chemicals u…
|
INDIAGLYCO | IN | Manufacturing |
Guangdong Guanghua Sci-Tech 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/54755/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54755 | 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=54755 | 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=54755 \ -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": 54755}, 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 Guangdong Guanghua Sci-Tech Co.,Ltd. (id: 54755)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.