
ROAD BIOLOGY ENVIRONMENTAL PROTECTION TECHNOLOGY CO.,LTD. — Investor Relations & Filings
ROAD BIOLOGY ENVIRONMENTAL PROTECTION TECHNOLOGY CO.,LTD. specializes in the treatment and resource utilization of high-water-content waste. The company focuses on the comprehensive management of river and lake silt, municipal sludge, and industrial waste. Utilizing advanced dehydration and solidification technologies, it converts waste materials into reusable resources such as construction materials and ecological restoration products. Additionally, the company has expanded into the organic waste recycling sector, specifically processing distillery grains from the liquor industry into high-value biological feed products. By integrating research, development, and industrial application, the firm provides integrated solutions for environmental remediation and circular economy development, aiming to reduce environmental impact while maximizing resource recovery.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会决议公告 | 2026-05-18 | Chinese | |
| 泰和泰(武汉)律师事务所关于路德生物环保科技股份有限公司2025年年度股东会之法律意见书 | 2026-05-18 | Chinese | |
| 国投证券股份有限公司关于路德生物环保科技股份有限公司2022年度向特定对象发行股票之持续督导保荐总结报告书 | 2026-05-13 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-12 | Chinese | |
| 关于公司控股股东协议转让部分股份过户完成的公告 | 2026-05-11 | Chinese | |
| 关于2025年度计提资产减值准备的公告 | 2026-04-23 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46513745 | 2025年年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 46513744 | 泰和泰(武汉)律师事务所关于路德生物环保科技股份有限公司2025年年度股东会之法律意见书 | 2026-05-18 | Chinese | ||
| 45773821 | 国投证券股份有限公司关于路德生物环保科技股份有限公司2022年度向特定对象发行股票之持续督导保荐总结报告书 | 2026-05-13 | Chinese | ||
| 45347074 | 2025年年度股东会会议资料 | 2026-05-12 | Chinese | ||
| 45017927 | 关于公司控股股东协议转让部分股份过户完成的公告 | 2026-05-11 | Chinese | ||
| 39847489 | 关于2025年度计提资产减值准备的公告 | 2026-04-23 | Chinese | ||
| 39847481 | 2025年非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-23 | Chinese | ||
| 39847463 | 关于2026年度申请综合授信额度及为子公司授信担保的公告 | 2026-04-23 | Chinese | ||
| 39847462 | 董事会2025年度关于独立董事独立性评估的专项意见 | 2026-04-23 | Chinese | ||
| 39847436 | 2025年度募集资金存放与实际使用情况的专项报告 | 2026-04-23 | Chinese | ||
| 39847409 | 关于预计2026年度日常关联交易的公告 | 2026-04-23 | Chinese | ||
| 39847403 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-23 | Chinese | ||
| 39847400 | 2025年度独立董事述职报告—史永 | 2026-04-23 | Chinese | ||
| 39847398 | 关于使用闲置自有资金进行现金管理的公告 | 2026-04-23 | Chinese | ||
| 39847395 | 2025年度独立董事述职报告—陈雄 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Materials and other waste recovery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
5E RESOURCES HOLDINGS BERHAD
A leading provider of scheduled waste management, recycling…
|
— | MY | Water supply; sewerage, waste m… |
|
ADURO CLEAN TECHNOLOGIES INC.
Develops water-based tech to recycle plastics, upgrade heav…
|
ADUR | CA | Water supply; sewerage, waste m… |
|
Agilyx
Develops solutions for plastic waste using advanced chemica…
|
AGLX | NO | Water supply; sewerage, waste m… |
|
AGRIPOWER France
Designs and builds anaerobic digestion units to convert org…
|
ALAGP | FR | Water supply; sewerage, waste m… |
|
A.H.T. Syngas Technology N.V.
Generates CO2-neutral energy from biomass and waste using g…
|
3SQ1 | NL | Water supply; sewerage, waste m… |
|
a.i.s. AG
Develops solutions for waste management and energy supply, …
|
LUM | DE | Water supply; sewerage, waste m… |
|
A.J. Green Shell Plc
An investment company focused on green technologies and the…
|
ROFOL | CY | Water supply; sewerage, waste m… |
|
ALBA SE
Environmental services and raw materials provider for waste…
|
ABA | DE | Water supply; sewerage, waste m… |
|
ALBRIGHT METALS LTD
Procures, processes, and distributes ferrous and non-ferrou…
|
ABR | AU | Water supply; sewerage, waste m… |
|
ALLTRADE
Provides IT asset disposition, secure data destruction, and…
|
ALLMM | IL | Water supply; sewerage, waste m… |
ROAD BIOLOGY ENVIRONMENTAL PROTECTION TECHNOLOGY 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/58191/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58191 | 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=58191 | 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=58191 \ -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": 58191}, 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 ROAD BIOLOGY ENVIRONMENTAL PROTECTION TECHNOLOGY CO.,LTD. (id: 58191)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.