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 |
|---|---|---|---|
|
Pan Asia Environmental Protection Group Limited
Designs, sells, and installs specialized water and flue gas…
|
556 | HK | Water supply; sewerage, waste m… |
|
PHOSLOCK ENVIRONMENTAL TECHNOLOGIES LIMITED
Develops sustainable phosphorus-binding solutions for fresh…
|
PET | AU | Water supply; sewerage, waste m… |
|
QINGDAO GREENSUM ECOLOGY CO., LTD.
Provides integrated ecological restoration and vegetation r…
|
300948 | CN | Water supply; sewerage, waste m… |
|
Regenera Insights
Clean energy technology company specializing in CO2 capture…
|
RGEN | CA | Water supply; sewerage, waste m… |
|
Robix Environmental Technologies, Inc.
Develops and sells environmental clean technologies for oil…
|
ROBXF | CA | Water supply; sewerage, waste m… |
|
SCO Medallion Healthy Homes Limited
Provides specialized indoor environmental remediation focus…
|
— | CA | Water supply; sewerage, waste m… |
|
Shanghai Refine Environment Sci-tech Ltd.
Provides industrial air pollution control and VOC treatment…
|
001396 | CN | Water supply; sewerage, waste m… |
|
SHANGHAI TAIHE WATER TECHNOLOGY DEVELOPMENT CO., LTD.
Specializes in ecological restoration and management of urb…
|
605081 | CN | Water supply; sewerage, waste m… |
|
SHENZHEN HUAKONG SEG CO.,LTD.
Provides environmental protection, energy management, and h…
|
000068 | CN | Water supply; sewerage, waste m… |
|
Taiwan Environment Scientific Co., Ltd.
Provides soil remediation, waste management, and environmen…
|
8476 | TW | 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.