
GreenTech Environmental Co., Ltd. — Investor Relations & Filings
GreenTech Environmental Co., Ltd. specializes in the development and implementation of advanced environmental protection technologies. The company focuses on comprehensive solutions for industrial wastewater treatment, municipal sewage processing, and atmospheric pollution control. Its core business activities include the research, design, and manufacturing of high-efficiency filtration systems, membrane bioreactors, and flue gas desulfurization equipment. Additionally, the firm provides environmental monitoring services and integrated solid waste management solutions. GreenTech Environmental serves a diverse range of sectors, including chemical processing, power generation, and urban infrastructure, aiming to enhance resource recovery and ensure compliance with environmental standards through innovative engineering and sustainable practices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金科环境:2024年第二次临时股东大会会议资料 | 2024-03-22 | Chinese | |
| 金科环境:2024年第一次临时股东大会法律意见书 | 2024-02-27 | Chinese | |
| 金科环境:2024年第一次临时股东大会决议公告 | 2024-02-27 | Chinese | |
| 金科环境:关于变更签字注册会计师的公告 | 2024-02-26 | Chinese | |
| 金科环境:2024年第一次临时股东大会会议资料 | 2024-02-19 | Chinese | |
| 金科环境:关于推动公司“提质增效重回报”行动方案暨制定公司未来三年(2023年-2025年)股东分红回报规划的公告 | 2024-02-18 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
12 filings
| |||||
| 39096217 | 金科环境:2024年第二次临时股东大会会议资料 | 2024-03-22 | Chinese | ||
| 39096204 | 金科环境:2024年第一次临时股东大会法律意见书 | 2024-02-27 | Chinese | ||
| 39096196 | 金科环境:2024年第一次临时股东大会决议公告 | 2024-02-27 | Chinese | ||
| 39096180 | 金科环境:关于变更签字注册会计师的公告 | 2024-02-26 | Chinese | ||
| 39096163 | 金科环境:2024年第一次临时股东大会会议资料 | 2024-02-19 | Chinese | ||
| 39096155 | 金科环境:关于推动公司“提质增效重回报”行动方案暨制定公司未来三年(2023年-2025年)股东分红回报规划的公告 | 2024-02-18 | Chinese | ||
| 39096146 | 独立董事关于公司第三届董事会第三次会议相关议案的独立意见 | 2024-02-18 | Chinese | ||
| 39096139 | 金科环境:2023年度业绩快报公告 | 2024-02-06 | Chinese | ||
| 39096135 | 金科环境:关于召开2024年第一次临时股东大会的通知 | 2024-02-05 | Chinese | ||
| 39096130 | 金科环境:关于变更保荐代表人的公告 | 2024-01-30 | Chinese | ||
| 39096123 | 金科环境:关于完成工商变更登记并换发营业执照的公告 | 2024-01-12 | Chinese | ||
| 39096117 | 金科环境:关于签订唐山南堡经开区污水处理厂委托运营项目合同的公告 | 2024-01-05 | Chinese | ||
|
2023
3 filings
| |||||
| 39096116 | 金科环境:独立董事议事规则 | 2023-12-29 | Chinese | ||
| 39096112 | 金科环境:关于调整第三届董事会审计委员会委员的公告 | 2023-12-29 | Chinese | ||
| 39096109 | 金科环境:关于修订《独立董事议事规则》的公告 | 2023-12-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Remediation and other waste management service activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ambipar Emergency Response
Specializes in crisis management and response for environme…
|
AMBI | US | Water supply; sewerage, waste m… |
|
AMBIPAR LUX S.A R.L.
Offers environmental solutions, emergency response, waste m…
|
90JB | LU | Water supply; sewerage, waste m… |
|
American Eco Corporation
Suggested focus on ecological and environmental initiatives…
|
ECGOQ | CA | Water supply; sewerage, waste m… |
|
Anhui Tongyuan Environment Energy Saving Co.,Ltd.
Offers solid waste treatment, water restoration, and ecolog…
|
688679 | CN | Water supply; sewerage, waste m… |
|
BacTech Environmental Corporation
Uses bioleaching to extract metals and stabilize arsenic in…
|
BAC | CA | Water supply; sewerage, waste m… |
|
Bawat Water Technologies AB
Provides sustainable ballast water treatment using heat-bas…
|
BAWAT | SE | Water supply; sewerage, waste m… |
|
BCEG Environmental Remediation Co., Ltd.
Provides soil and groundwater remediation for contaminated …
|
300958 | CN | Water supply; sewerage, waste m… |
|
Beijing Geoenviron Engineering & Technology, Inc.
Provides environmental remediation, waste management, and w…
|
603588 | CN | Water supply; sewerage, waste m… |
|
Beijing SPC Environment Protection Tech Co.,Ltd
Provides industrial pollution control, flue gas treatment, …
|
002573 | CN | Water supply; sewerage, waste m… |
|
Beijing Zeho Waterfront Ecological Environment Treatment Co.,Ltd.
Provides aquatic ecosystem restoration and urban landscape …
|
605069 | CN | Water supply; sewerage, waste m… |
GreenTech Environmental 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/58428/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58428 | 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=58428 | 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=58428 \ -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": 58428}, 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 GreenTech Environmental Co., Ltd. (id: 58428)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.