Infore Environment Technology Group Co., Ltd. — Investor Relations & Filings
Infore Environment Technology Group Co., Ltd. specializes in the research, development, manufacturing, and operation of high-end environmental protection equipment and integrated environmental services. The company’s core portfolio includes a comprehensive range of sanitation vehicles, such as road sweepers, garbage collection trucks, and specialized cleaning equipment. It leverages advanced technologies, including artificial intelligence and the Internet of Things (IoT), to provide smart sanitation solutions and intelligent waste management systems. Additionally, the group provides environmental monitoring instruments and water treatment solutions. By focusing on the integration of intelligent manufacturing and digital services, the company supports urban management through automated cleaning operations and data-driven environmental governance. Its operations span the entire environmental industry chain, from equipment production to comprehensive sanitation service provision.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 简式权益变动报告书(弘创投资) | 2026-04-21 | Chinese | |
| 关于股东持股比例降至5%以下及触及1%整数倍暨披露简式权益变动报告书的提示性公告(弘创投资) | 2026-04-21 | Chinese | |
| 关于控股股东宁波盈峰、实际控制人及其一致行动人持股比例被动稀释触及1%及5%整数倍的提示性公告 | 2026-04-21 | Chinese | |
| 关于股票交易异常波动的公告 | 2026-04-16 | Chinese | |
| 关于更换持续督导保荐代表人的公告 | 2026-04-16 | Chinese | |
| 关于持股5%以上股东减持公司股份比例触及1%整数倍的公告 | 2026-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44260468 | 简式权益变动报告书(弘创投资) | 2026-04-21 | Chinese | ||
| 44260467 | 关于股东持股比例降至5%以下及触及1%整数倍暨披露简式权益变动报告书的提示性公告(弘创投资) | 2026-04-21 | Chinese | ||
| 44260465 | 关于控股股东宁波盈峰、实际控制人及其一致行动人持股比例被动稀释触及1%及5%整数倍的提示性公告 | 2026-04-21 | Chinese | ||
| 44260463 | 关于股票交易异常波动的公告 | 2026-04-16 | Chinese | ||
| 44260460 | 关于更换持续督导保荐代表人的公告 | 2026-04-16 | Chinese | ||
| 34841372 | 关于持股5%以上股东减持公司股份比例触及1%整数倍的公告 | 2026-04-14 | Chinese | ||
| 44260449 | 关于持股5%以上股东减持公司股份比例触及1%整数倍的公告 | 2026-04-13 | Chinese | ||
| 44260446 | 关于持股5%以上股东减持公司股份比例触及1%整数倍的公告 | 2026-04-07 | Chinese | ||
| 44260442 | 关于2026年第一季度可转债转股结果暨股份变动公告 | 2026-04-01 | Chinese | ||
| 44260439 | 关于持股5%以上股东减持公司股份比例触及1%整数倍的公告 | 2026-04-01 | Chinese | ||
| 44260436 | 关于第三期员工持股计划实施进展公告 | 2026-03-27 | Chinese | ||
| 44260420 | 关于持股5%以上股东减持公司股份比例触及1%整数倍的公告 | 2026-03-13 | Chinese | ||
| 44260419 | 关于第三期员工持股计划实施进展公告 | 2026-02-24 | Chinese | ||
| 44260415 | 浙江天册律师事务所关于公司2026年第一次临时股东会的法律意见书 | 2026-02-12 | Chinese | ||
| 44260401 | 关于选举职工代表董事的公告 | 2026-02-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Collection of non-hazardous waste
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
A-Living Smart City Services Co., Ltd.
Comprehensive provider of property management and integrate…
|
3319 | CN | Water supply; sewerage, waste m… |
|
Biancamano
A holding company specializing in environmental services an…
|
BCM | IT | Water supply; sewerage, waste m… |
|
FULONGMA GROUP CO.,LTD.
Manufactures sanitation equipment and provides integrated e…
|
603686 | CN | Water supply; sewerage, waste m… |
|
Gangyu Smart Urban Services Holding Limited
An investment holding company specializing in integrated ur…
|
265 | HK | Water supply; sewerage, waste m… |
|
GFL Environmental Inc.
Diversified environmental services company for solid and li…
|
GFL | CA | Water supply; sewerage, waste m… |
|
Jinglv Environment Science and Technology Co.,Ltd.
Provides integrated urban and rural sanitation services and…
|
001230 | CN | Water supply; sewerage, waste m… |
|
Net-a-Go Technology Company Limited
Investment holding company providing environmental maintena…
|
1483 | HK | Water supply; sewerage, waste m… |
|
QiaoYin City Management Co., Ltd.
Provides integrated urban management and environmental sani…
|
002973 | CN | Water supply; sewerage, waste m… |
|
Urban Enviro Waste Management Limited
Provides municipal solid waste collection, transportation, …
|
URBAN | IN | Water supply; sewerage, waste m… |
|
WasteCo Group Limited
Provides waste management, environmental services, and reso…
|
WCO | NZ | Water supply; sewerage, waste m… |
Infore Environment Technology 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/53931/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53931 | 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=53931 | 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=53931 \ -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": 53931}, 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 Infore Environment Technology Group Co., Ltd. (id: 53931)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.