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 |
|---|---|---|---|
|
Japan Ecosystem Co.,Ltd.
Provides environmental, public service, and transportation …
|
9249 | JP | Water supply; sewerage, waste m… |
|
Jiangsu Zhongsheng Gaoke Environmental Co.,Ltd
Provides industrial wastewater, flue gas, and solid waste t…
|
002778 | CN | Water supply; sewerage, waste m… |
|
Lamor Corporation Oyj
Global provider of oil spill response, waste management, an…
|
LAMOR | FI | Water supply; sewerage, waste m… |
|
M-Grass Ecology And Environment (Group) Co., Ltd.
Restores ecosystems using indigenous germplasm resources an…
|
300355 | CN | Water supply; sewerage, waste m… |
|
Montrose Environmental Group, Inc.
Provides environmental testing, measurement, consulting, an…
|
MEG | US | Water supply; sewerage, waste m… |
|
MyCelx Technologies Corporation
Provides filtration solutions using a patented polymer to r…
|
MYXM | US | Water supply; sewerage, waste m… |
|
NatureandEnvironmentCo.,Ltd.
Offers environmental restoration services and manufactures …
|
043910 | KR | Water supply; sewerage, waste m… |
|
Ocean GeoLoop AS
Develops and commercializes chemical-free carbon capture te…
|
OCEAN | NO | Water supply; sewerage, waste m… |
|
OCEANPACT SERVIÇOS MARÍTIMOS S.A.
Provides integrated marine services, emergency response, an…
|
— | BR | Water supply; sewerage, waste m… |
|
Organ Eco Tech Co.,Ltd.
Researches, develops, and sells medical devices for orthope…
|
212310 | KR | 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.