
EIT Environmental Development Group Co.,Ltd — Investor Relations & Filings
EIT Environmental Development Group Co.,Ltd. provides integrated solutions for urban and rural sanitation, waste management, and environmental remediation. The company’s core activities include the collection, transportation, and processing of municipal solid waste, as well as the management of hazardous waste and industrial pollutants. It specializes in the development and operation of environmental infrastructure, such as waste-to-energy facilities and resource recovery centers. Utilizing smart sanitation technologies, the group optimizes operational workflows and resource distribution. Its service portfolio extends to water environment treatment and soil remediation, aiming to address complex ecological challenges. The organization supports circular economy objectives by transforming waste into energy and raw materials, catering to municipal authorities and industrial clients through technical innovation and comprehensive project management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于调整2021年限制性股票激励计划第二类限制性股票授予价格及授予数量的公告 | 2023-08-28 | Chinese | |
| 2023年半年度财务报告 | 2023-08-28 | Chinese | |
| 关于对外投资坎德拉(深圳)智能科技有限公司的进展公告 | 2023-08-21 | Chinese | |
| 关于控股股东部分股份质押的公告 | 2023-08-14 | Chinese | |
| 关于持股5%以上股东及其一致行动人减持股份超过1%暨减持计划数量过半的补充公告 | 2023-07-28 | Chinese | |
| 关于持股5%以上股东及其一致行动人减持股份超过1%暨减持计划数量过半的公告 | 2023-07-27 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 40030371 | 关于调整2021年限制性股票激励计划第二类限制性股票授予价格及授予数量的公告 | 2023-08-28 | Chinese | ||
| 40030354 | 2023年半年度财务报告 | 2023-08-28 | Chinese | ||
| 40030282 | 关于对外投资坎德拉(深圳)智能科技有限公司的进展公告 | 2023-08-21 | Chinese | ||
| 40030269 | 关于控股股东部分股份质押的公告 | 2023-08-14 | Chinese | ||
| 40030252 | 关于持股5%以上股东及其一致行动人减持股份超过1%暨减持计划数量过半的补充公告 | 2023-07-28 | Chinese | ||
| 40030234 | 关于持股5%以上股东及其一致行动人减持股份超过1%暨减持计划数量过半的公告 | 2023-07-27 | Chinese | ||
| 40030226 | 关于拟对外投资坎德拉(深圳)智能科技有限公司暨签订股权并购框架协议的公告 | 2023-07-13 | Chinese | ||
| 40030204 | 关于持股5%以上股东减持股份超过1%暨减持计划数量过半的公告 | 2023-07-12 | Chinese | ||
| 40030192 | 公司关于对外担保的进展公告 | 2023-07-11 | Chinese | ||
| 40030180 | 第三届监事会2023年第三次会议决议公告 | 2023-07-11 | Chinese | ||
| 40030170 | 第三届董事会2023年第三次会议决议公告 | 2023-07-11 | Chinese | ||
| 40030162 | 关于山东高速(深圳)投资有限公司45%股权转让项目的进展公告 | 2023-07-11 | Chinese | ||
| 40030155 | 公司关于对外担保的进展公告 | 2023-07-05 | Chinese | ||
| 40030145 | 关于出售子公司股权暨关联交易进展的公告 | 2023-06-19 | Chinese | ||
| 40030138 | 关于归还部分暂时补充流动资金的闲置募集资金的公告 | 2023-06-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Treatment and disposal of non-hazardous waste
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2VALORISE
Renewable energy company valorizing woody biomass into gree…
|
VALOR | BE | Water supply; sewerage, waste m… |
|
Aker Carbon Capture
Provides carbon capture technologies and solutions for indu…
|
ACC | NO | Water supply; sewerage, waste m… |
|
Antony Waste Handling Cell Limited
Provides municipal solid waste collection, processing, and …
|
AWHCL | IN | Water supply; sewerage, waste m… |
|
AVALON HOLDINGS CORP
Provides waste management, hospitality, and recreation serv…
|
AWX | US | Water supply; sewerage, waste m… |
|
Beijing China Sciences Runyu Environmental Technology Co., Ltd.
Operates waste-to-energy and municipal solid waste manageme…
|
301175 | CN | Water supply; sewerage, waste m… |
|
Beijing Enterprises Environment Group Limited
Environmental protection focusing on solid waste treatment …
|
154 | HK | Water supply; sewerage, waste m… |
|
Beijing Enterprises Holdings Limited
Diversified investment holding company focused on public ut…
|
392 | HK | Water supply; sewerage, waste m… |
|
Capital Environment Holdings Limited
Provides environmental infrastructure services, waste manag…
|
3989 | HK | Water supply; sewerage, waste m… |
|
CECEP ENVIRONMENTAL PROTECTION CO.,LTD.
Offers integrated waste-to-energy, remediation, and energy …
|
300140 | CN | Water supply; sewerage, waste m… |
|
China Conch Venture Holdings Limited
Provides environmental services and solutions for waste dis…
|
586 | HK | Water supply; sewerage, waste m… |
EIT Environmental Development 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/55784/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55784 | 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=55784 | 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=55784 \ -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": 55784}, 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 EIT Environmental Development Group Co.,Ltd (id: 55784)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.