HANGZHOU GREENDA ELECTRONIC MATERIALS CO., LTD — Investor Relations & Filings
About HANGZHOU GREENDA ELECTRONIC MATERIALS CO., LTD
Hangzhou Greenda Electronic Materials Co., Ltd. specializes in the research, development, and production of ultra-clean, high-purity electronic chemicals. The company’s core product line includes developers, strippers, etchants, and specialized cleaning agents. These materials are engineered for critical applications in the fabrication of semiconductors, flat panel displays, and photovoltaic cells. Greenda emphasizes advanced purification technologies to achieve the stringent purity levels required for integrated circuit manufacturing and high-resolution display production, including LCD and OLED technologies. The company provides technical solutions focused on the chemical requirements of precision electronic component manufacturing, supporting the performance and reliability of advanced hardware.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 杭州格林达电子材料股份有限公司关于召开2025年年度股东大会的通知 | 2026-04-24 | Chinese | |
| 杭州格林达电子材料股份有限公司2025年年度报告摘要 | 2026-04-24 | Chinese | |
| 杭州格林达电子材料股份有限公司2026年第一季度报告 | 2026-04-24 | Chinese | |
| 杭州格林达电子材料股份有限公司2025年度审计报告 | 2026-04-24 | Chinese | |
| 603931_格林达_2025年_内部控制评价报告 | 2026-04-24 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39224327 | 杭州格林达电子材料股份有限公司关于召开2025年年度股东大会的通知 | 2026-04-24 | Chinese | ||
| 39224323 | 杭州格林达电子材料股份有限公司2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 39224312 | 杭州格林达电子材料股份有限公司2026年第一季度报告 | 2026-04-24 | Chinese | ||
| 39224302 | 杭州格林达电子材料股份有限公司2025年度审计报告 | 2026-04-24 | Chinese | ||
| 39224223 | 603931_格林达_2025年_内部控制评价报告 | 2026-04-24 | Chinese | ||
| 39224213 | 2025年度董事会工作报告 | 2026-04-24 | Chinese | ||
| 39224197 | 兴业证券关于格林达2025年度募集资金存放与使用情况核查意见 | 2026-04-24 | Chinese | ||
| 39224180 | 杭州格林达电子材料股份有限公司关于提请股东会授权董事会制定2026年中期分红方案的公告 | 2026-04-24 | Chinese | ||
| 39224173 | 杭州格林达电子材料股份有限公司关于2025年度会计师事务所履职情况的评估报告 | 2026-04-24 | Chinese | ||
| 39224172 | 杭州格林达电子材料股份有限公司关于续聘会计师事务所的公告 | 2026-04-24 | Chinese | ||
| 39224162 | 杭州格林达电子材料股份有限公司关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-24 | Chinese | ||
| 39224154 | 杭州格林达电子材料股份有限公司关于制定《董事、高级管理人员薪酬管理制度》的公告 | 2026-04-24 | Chinese | ||
| 39224141 | 杭州格林达电子材料股份有限公司2025年度审计委员会履职情况报告 | 2026-04-24 | Chinese | ||
| 39224138 | 杭州格林达电子材料股份有限公司关于使用部分暂时闲置自有资金进行现金管理的公告 | 2026-04-24 | Chinese | ||
| 39224130 | 杭州格林达电子材料股份有限公司关于2025年度募集资金存放与实际使用情况的专项报告 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
20 Microns Limited
Produces ultra-fine industrial minerals and specialty chemi…
|
20MICRONS | IN | Manufacturing |
|
5E Advanced Materials, Inc.
Develops boron and lithium resources for a domestic supply …
|
FEAM | US | Manufacturing |
|
Aarti Industries Ltd
Global producer of benzene-based specialty chemicals and ph…
|
AARTIIND | IN | Manufacturing |
|
Aarti Surfactants Limited
Produces surfactants and specialty chemicals for global FMC…
|
AARTISURF | IN | Manufacturing |
|
ABA CHEMICALS CORPORATION
CDMO for advanced intermediates and active ingredients for …
|
300261 | CN | Manufacturing |
|
AB Igrene
Converts natural methane into hydrogen and solid carbon usi…
|
ABI | SE | Manufacturing |
|
ADVANCED ENERGY MINERALS LTD
Produces ultra-high purity alumina for batteries, LEDs and …
|
AEM | AU | Manufacturing |
|
Advanced Graphene Products Spolka Akcyjna
Manufacturer of large-area and flake graphene materials and…
|
GPH | PL | Manufacturing |
|
ADVANCE ZINCTEK LIMITED
Produces zinc and aluminum oxide powders for sunscreens, sk…
|
ANO | AU | Manufacturing |
|
AdvanSix Inc.
A diversified chemistry company producing essential materia…
|
ASIX | US | Manufacturing |
HANGZHOU GREENDA ELECTRONIC MATERIALS 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/57909/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57909 | 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=57909 | 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=57909 \ -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": 57909}, 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 HANGZHOU GREENDA ELECTRONIC MATERIALS CO., LTD (id: 57909)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.