%20Co.%2C%20Ltd./other/M-Grass_Ecology_And_Environment__W4NEVKp.png)
M-Grass Ecology And Environment (Group) Co., Ltd. — Investor Relations & Filings
M-Grass Ecology And Environment (Group) Co., Ltd. specializes in ecological restoration and the development of the modern seed industry. The company focuses on the collection, conservation, and utilization of indigenous plant germplasm resources to address environmental challenges. Its core operations include the restoration of degraded ecosystems such as grasslands, mines, deserts, and saline-alkali lands. M-Grass leverages a comprehensive "Big Data + Seed Industry" platform to provide precision ecological solutions, matching specific plant varieties with local environmental conditions. The company maintains an extensive germplasm resource bank, facilitating the breeding of resilient native seeds for large-scale ecological projects. Its services extend to urban greening, sponge city construction, and the management of ecological big data systems, aiming to achieve sustainable, near-natural restoration through scientific research and technological innovation.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于收到中标通知书的公告 | 2026-05-21 | Chinese | |
| 关于参加内蒙古辖区上市公司2026年投资者网上集体接待日活动的公告 | 2026-05-21 | Chinese | |
| 关于乌兰察布PPP项目提前终止及债务重组的公告 | 2026-05-19 | Chinese | |
| 第六届董事会第十三次会议决议公告 | 2026-05-19 | Chinese | |
| 关于公司为第一中标候选人公示的提示性公告 | 2026-05-15 | Chinese | |
| 经世律师事务所关于蒙草生态环境(集团)股份有限公司2025年度股东会的法律意见书 | 2026-05-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46721189 | 关于收到中标通知书的公告 | 2026-05-21 | Chinese | ||
| 46721190 | 关于参加内蒙古辖区上市公司2026年投资者网上集体接待日活动的公告 | 2026-05-21 | Chinese | ||
| 46527834 | 关于乌兰察布PPP项目提前终止及债务重组的公告 | 2026-05-19 | Chinese | ||
| 46527835 | 第六届董事会第十三次会议决议公告 | 2026-05-19 | Chinese | ||
| 46351140 | 关于公司为第一中标候选人公示的提示性公告 | 2026-05-15 | Chinese | ||
| 45959663 | 经世律师事务所关于蒙草生态环境(集团)股份有限公司2025年度股东会的法律意见书 | 2026-05-14 | Chinese | ||
| 45959674 | 2025年年度股东会决议公告 | 2026-05-14 | Chinese | ||
| 45231843 | 关于实际控制人及其一致行动人减持股份完成的公告 | 2026-05-12 | Chinese | ||
| 44274549 | 关于实际控制人及其一致行动人减持股份触及1%整数倍的公告 | 2026-05-07 | Chinese | ||
| 36822062 | 2025年年度审计报告 | 2026-04-22 | Chinese | ||
| 36822035 | 2025年年度报告摘要 | 2026-04-22 | Chinese | ||
| 36822034 | 关于子公司减资暨关联交易的公告 | 2026-04-20 | Chinese | ||
| 36822033 | 第六届董事会第十一次会议决议公告 | 2026-04-20 | Chinese | ||
| 36822027 | 关于子公司信托产品进展事项的公告 | 2026-04-20 | Chinese | ||
| 36822024 | 内部审计管理制度(2026年4月) | 2026-04-03 | 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… |
M-Grass Ecology And Environment (Group) 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/55351/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55351 | 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=55351 | 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=55351 \ -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": 55351}, 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 M-Grass Ecology And Environment (Group) Co., Ltd. (id: 55351)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.