
Penyao Environmental Protection Co., Ltd. — Investor Relations & Filings
Penyao Environmental Protection Co., Ltd. specializes in comprehensive environmental protection services, focusing primarily on water treatment and ecological restoration. The company provides integrated solutions encompassing the design, construction, and operation of municipal and industrial wastewater treatment facilities, water supply systems, and sludge disposal projects. Its service portfolio includes Engineering, Procurement, and Construction (EPC), Build-Operate-Transfer (BOT), and professional operation and maintenance (O&M) services. Penyao leverages advanced biological treatment technologies and membrane processes to address complex environmental challenges. The firm also engages in solid waste management and the development of environmental protection equipment. By integrating research and development with engineering expertise, the company serves a diverse range of clients in the public and private sectors, aiming to improve water quality and resource efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海市锦天城律师事务所关于鹏鹞环保股份有限公司2026年限制性股票激励计划限制性股票授予事项的法律意见书 | 2026-05-28 | Chinese | |
| 第五届董事会第四次独立董事专门会议意见 | 2026-05-28 | Chinese | |
| 第五届董事会第六次会议决议公告 | 2026-05-28 | Chinese | |
| 关于向激励对象授予限制性股票的公告 | 2026-05-28 | Chinese | |
| 关于调整2026年限制性股票激励计划授予价格的公告 | 2026-05-28 | Chinese | |
| 2025年年度权益分派实施公告 | 2026-05-20 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47856139 | 上海市锦天城律师事务所关于鹏鹞环保股份有限公司2026年限制性股票激励计划限制性股票授予事项的法律意见书 | 2026-05-28 | Chinese | ||
| 47856138 | 第五届董事会第四次独立董事专门会议意见 | 2026-05-28 | Chinese | ||
| 47856135 | 第五届董事会第六次会议决议公告 | 2026-05-28 | Chinese | ||
| 47856134 | 关于向激励对象授予限制性股票的公告 | 2026-05-28 | Chinese | ||
| 47856132 | 关于调整2026年限制性股票激励计划授予价格的公告 | 2026-05-28 | Chinese | ||
| 46586260 | 2025年年度权益分派实施公告 | 2026-05-20 | Chinese | ||
| 46534786 | 2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46534772 | 关于减少注册资本通知债权人的公告 | 2026-05-19 | Chinese | ||
| 46534795 | 上海市锦天城律师事务所关于鹏鹞环保股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 46531162 | 关于2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-19 | Chinese | ||
| 45902423 | 独立董事专门会议关于2026年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2026-05-14 | Chinese | ||
| 45878729 | 关于举办2025年度网上业绩说明会的公告 | 2026-05-14 | Chinese | ||
| 37589042 | 2026年一季度报告 | 2026-04-27 | Chinese | ||
| 37589033 | 2025年年度审计报告 | 2026-04-27 | Chinese | ||
| 37589013 | 第五届董事会第五次会议决议公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Sewerage
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGUAS ANDINAS S.A.
Manages the urban water cycle: potable water capture, produ…
|
— | CL | Water supply; sewerage, waste m… |
|
AGUAS DECIMA S.A.
Provides comprehensive water management, including potable …
|
— | CL | Water supply; sewerage, waste m… |
|
Anhui Huaqi Environmental Protection & Technology Co., Ltd.
Develops biological water treatment technologies and sewage…
|
300929 | CN | Water supply; sewerage, waste m… |
|
Aqua-Pure Ventures Inc.
Specializes in recycling and treating hard-to-treat industr…
|
AQPVF | CA | Water supply; sewerage, waste m… |
|
Banka BioLoo Limited
Provides bio-digester sanitation solutions for sustainable …
|
BANKA | IN | Water supply; sewerage, waste m… |
|
Beijing Water Business Doctor Co.,Ltd.
Provides industrial water treatment solutions, ZLD technolo…
|
300055 | CN | Water supply; sewerage, waste m… |
|
CDT Environmental Technology Investment Holdings Ltd
A waste treatment company providing sewage and septic tank …
|
CDTG | US | Water supply; sewerage, waste m… |
|
CECEP Guozhen Environmental Protection Technology Co., Ltd.
Provides integrated solutions for water environment managem…
|
300388 | CN | Water supply; sewerage, waste m… |
|
China Environmental Technology Holdings Limited
Provides technology, equipment, and services for wastewater…
|
646 | HK | Water supply; sewerage, waste m… |
|
China Everbright Water Limited
Integrated water environment management, covering wastewate…
|
1857 | BM | Water supply; sewerage, waste m… |
Penyao Environmental Protection 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/55643/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55643 | 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=55643 | 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=55643 \ -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": 55643}, 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 Penyao Environmental Protection Co., Ltd. (id: 55643)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.