
QINGDAO GREENSUM ECOLOGY CO., LTD. — Investor Relations & Filings
QINGDAO GREENSUM ECOLOGY CO., LTD. specializes in ecological restoration and environmental protection, focusing on vegetation recovery for challenging terrains such as abandoned mines, highway and railway slopes, and saline-alkali land. The company provides integrated solutions that encompass research and development, technical consulting, and engineering construction. Its core offerings include proprietary ecological restoration materials and specialized automated spraying equipment designed to establish sustainable plant communities on barren or degraded surfaces. By utilizing advanced biotechnologies and environmental engineering techniques, the firm addresses soil erosion and promotes biodiversity restoration across diverse ecological projects.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东持股比例被动稀释触及1%整数倍的提示性公告 | 2026-05-29 | Chinese | |
| 关于持股5%以上股东及其一致行动人持股比例被动稀释触及1%整数倍的提示性公告 | 2026-05-27 | Chinese | |
| 上海锦天城(青岛)律师事务所关于青岛冠中生态股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | |
| 2025年年度股东会会议决议公告 | 2026-05-21 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-28 | Chinese | |
| 关于会计政策变更的公告 | 2026-04-28 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47880481 | 关于控股股东持股比例被动稀释触及1%整数倍的提示性公告 | 2026-05-29 | Chinese | ||
| 47482714 | 关于持股5%以上股东及其一致行动人持股比例被动稀释触及1%整数倍的提示性公告 | 2026-05-27 | Chinese | ||
| 46726258 | 上海锦天城(青岛)律师事务所关于青岛冠中生态股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | ||
| 46726257 | 2025年年度股东会会议决议公告 | 2026-05-21 | Chinese | ||
| 39883107 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 39883095 | 关于会计政策变更的公告 | 2026-04-28 | Chinese | ||
| 39883087 | 关于计提资产减值准备和信用减值准备的公告 | 2026-04-28 | Chinese | ||
| 39883080 | 关于2026年度董事和高级管理人员薪酬方案的公告 | 2026-04-28 | Chinese | ||
| 39883070 | 2025年度独立董事述职报告(鞠波) | 2026-04-28 | Chinese | ||
| 39883059 | 2025年度独立董事述职报告(徐金光) | 2026-04-28 | Chinese | ||
| 39883050 | 关于参加2026年青岛辖区上市公司投资者网上集体接待日活动暨2025年度业绩说明会的公告 | 2026-04-28 | Chinese | ||
| 39883041 | 国金证券股份有限公司关于青岛冠中生态股份有限公司2025年度内部控制评价报告的核查意见 | 2026-04-28 | Chinese | ||
| 39883029 | 董事、高级管理人员薪酬管理制度 | 2026-04-28 | Chinese | ||
| 39883006 | 关于召开2025年年度股东会的通知 | 2026-04-28 | Chinese | ||
| 39882996 | 董事会关于独立董事独立性自查情况的专项意见 | 2026-04-28 | 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… |
QINGDAO GREENSUM ECOLOGY 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/55911/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55911 | 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=55911 | 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=55911 \ -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": 55911}, 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 QINGDAO GREENSUM ECOLOGY CO., LTD. (id: 55911)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.