BCEG Environmental Remediation Co., Ltd. — Investor Relations & Filings
BCEG Environmental Remediation Co., Ltd. (BCEGER) is a specialized environmental services provider focused on the restoration of contaminated sites. The company offers comprehensive solutions for soil and groundwater remediation, including site investigation, risk assessment, technology research and development, and engineering construction. BCEGER manages complex projects involving industrial brownfields, mining areas, and agricultural land. Its service portfolio encompasses the treatment of heavy metals, organic pollutants, and hazardous waste through advanced physical, chemical, and biological processes. The company integrates technical consulting with engineering, procurement, and construction (EPC) capabilities to deliver turnkey environmental restoration projects. By leveraging a robust R&D platform and a fleet of specialized remediation equipment, BCEGER addresses large-scale environmental challenges for urban redevelopment and ecological preservation.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2026年第一季度计提资产减值准备的公告 | 2026-04-24 | Chinese | |
| 关于公司2025年日常关联交易确认及2026年日常关联交易预计的公告 | 2026-04-24 | Chinese | |
| 2025年年度报告 | 2026-04-24 | Chinese | |
| 2025年度独立董事述职报告-王红旗 | 2026-04-24 | Chinese | |
| 北京建工环境修复股份有限公司内部控制审计报告2025年度 | 2026-04-24 | Chinese | |
| 中信建投证券股份有限公司关于北京建工环境修复股份有限公司2025年日常关联交易确认及2026年日常关联交易预计的核查意见 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38123262 | 关于2026年第一季度计提资产减值准备的公告 | 2026-04-24 | Chinese | ||
| 38123258 | 关于公司2025年日常关联交易确认及2026年日常关联交易预计的公告 | 2026-04-24 | Chinese | ||
| 38123241 | 2025年年度报告 | 2026-04-24 | Chinese | ||
| 38123100 | 2025年度独立董事述职报告-王红旗 | 2026-04-24 | Chinese | ||
| 38123098 | 北京建工环境修复股份有限公司内部控制审计报告2025年度 | 2026-04-24 | Chinese | ||
| 38123086 | 中信建投证券股份有限公司关于北京建工环境修复股份有限公司2025年日常关联交易确认及2026年日常关联交易预计的核查意见 | 2026-04-24 | Chinese | ||
| 38123070 | 关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 38123069 | 第四届董事会第十七次会议决议公告 | 2026-04-24 | Chinese | ||
| 38123056 | 2026年一季度报告 | 2026-04-24 | Chinese | ||
| 38123034 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-24 | Chinese | ||
| 38123025 | 关于北京建工环境修复股份有限公司2025年度营业收入扣除情况表的鉴证报告 | 2026-04-24 | Chinese | ||
| 38122902 | 审计委员会关于2025年度会计师事务所的履职评价及审计委员会履行监督职责情况报告 | 2026-04-24 | Chinese | ||
| 38122900 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 38122887 | 关于北京建工环境修复股份有限公司2025年度前期会计差错更正专项说明的鉴证报告 | 2026-04-24 | Chinese | ||
| 38122883 | 关于前期会计差错更正的公告 | 2026-04-24 | 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… |
|
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… |
|
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… |
|
BluMetric Environmental Inc.
Provides sustainable environmental consulting and water tec…
|
BLM | CA | Water supply; sewerage, waste m… |
|
Bridger Aerospace Group Holdings, Inc.
An aerial firefighting company providing wildfire managemen…
|
BAER | US | Water supply; sewerage, waste m… |
BCEG Environmental Remediation 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/55920/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55920 | 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=55920 | 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=55920 \ -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": 55920}, 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 BCEG Environmental Remediation Co., Ltd. (id: 55920)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.