Beijing Geoenviron Engineering & Technology, Inc. — Investor Relations & Filings
About Beijing Geoenviron Engineering & Technology, Inc.
Beijing Geoenviron Engineering & Technology, Inc. (BGE) provides comprehensive environmental protection solutions and engineering services. The company specializes in environmental remediation, solid waste treatment, water treatment, and hazardous waste management. Core operations include soil and groundwater remediation, landfill engineering, industrial wastewater treatment, and ecological restoration. BGE delivers integrated services ranging from technical consulting and design to construction and operation. By utilizing advanced engineering technologies, the company addresses complex pollution challenges for municipal and industrial clients. Its focus remains on enhancing ecological safety and promoting sustainable environmental management through innovative pollution control and resource recovery systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 高能环境关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-17 | Chinese | |
| 高能环境关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2026-04-14 | Chinese | |
| 高能环境2025年年度股东会决议公告 | 2026-04-02 | Chinese | |
| 高能环境:2025年年度股东会的法律意见书 | 2026-04-02 | Chinese | |
| 高能环境关于为全资子公司及控股子公司提供担保的公告 | 2026-03-30 | Chinese | |
| 高能环境关于向香港联交所递交境外上市外资股(H股)发行并上市的申请并刊发申请资料的公告 | 2026-03-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34826854 | 高能环境关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-17 | Chinese | ||
| 34854537 | 高能环境关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2026-04-14 | Chinese | ||
| 37245111 | 高能环境2025年年度股东会决议公告 | 2026-04-02 | Chinese | ||
| 37245108 | 高能环境:2025年年度股东会的法律意见书 | 2026-04-02 | Chinese | ||
| 37245104 | 高能环境关于为全资子公司及控股子公司提供担保的公告 | 2026-03-30 | Chinese | ||
| 37245100 | 高能环境关于向香港联交所递交境外上市外资股(H股)发行并上市的申请并刊发申请资料的公告 | 2026-03-29 | Chinese | ||
| 37245098 | 高能环境2025年年度股东会会议资料 | 2026-03-26 | Chinese | ||
| 37245085 | 高能环境关于为全资子公司及控股子公司提供担保的公告 | 2026-03-24 | Chinese | ||
| 37245076 | 高能环境关于为董事、高级管理人员投保责任保险的公告 | 2026-03-12 | Chinese | ||
| 37245069 | 高能环境董事会对独立董事2025年度独立性自查情况的专项报告 | 2026-03-12 | Chinese | ||
| 37245059 | 高能环境关于对外担保额度预计的公告 | 2026-03-12 | Chinese | ||
| 37245056 | 高能环境独立董事2025年度述职报告-徐盛明 | 2026-03-12 | Chinese | ||
| 37245055 | 高能环境2025年年度报告 | 2026-03-12 | Chinese | ||
| 37245053 | 高能环境独立董事2025年度述职报告-黄常波 | 2026-03-12 | Chinese | ||
| 37245051 | 高能环境第六届董事会第八次会议决议公告 | 2026-03-12 | 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… |
|
BCEG Environmental Remediation Co., Ltd.
Provides soil and groundwater remediation for contaminated …
|
300958 | 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… |
Beijing Geoenviron Engineering & Technology, Inc. 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/57719/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57719 | 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=57719 | 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=57719 \ -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": 57719}, 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 Beijing Geoenviron Engineering & Technology, Inc. (id: 57719)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.