Beijing Oriental Yuhong Waterproof Technology Co.,Ltd. — Investor Relations & Filings
Beijing Oriental Yuhong Waterproof Technology Co., Ltd. specializes in the research, development, manufacture, and application of waterproofing systems. The company provides a comprehensive range of products, including waterproof membranes, coatings, mortars, and thermal insulation materials. Its portfolio extends to non-woven fabrics and building chemicals, catering to diverse sectors such as high-speed rail, airports, subways, and residential construction. Beyond manufacturing, the firm offers integrated services encompassing technical consulting, construction management, and maintenance. By leveraging advanced production technologies and a robust R&D framework, the company delivers high-performance solutions for complex infrastructure and civil engineering projects. Its operations focus on enhancing structural durability and environmental protection through specialized building materials and professional engineering services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东、实际控制人及一致行动人权益变动触及1%和5%整数倍的公告 | 2026-04-20 | Chinese | |
| 简式权益变动报告书(李卫国、李兴国) | 2026-04-20 | Chinese | |
| 北京东方雨虹防水技术股份有限公司拟处置资产涉及的成都市金堂县格林雅苑四处房地产及无锡市锡山区美溪蓝庭一处房地产市场价值资产评估报告(中评正信评报字[2026]162号) | 2026-04-16 | Chinese | |
| 关于变更会计政策的公告 | 2026-04-16 | Chinese | |
| 第九届董事会第七次会议决议公告 | 2026-04-16 | Chinese | |
| 关于为董事、高级管理人员投保责任保险的公告 | 2026-04-16 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35241483 | 关于控股股东、实际控制人及一致行动人权益变动触及1%和5%整数倍的公告 | 2026-04-20 | Chinese | ||
| 35241480 | 简式权益变动报告书(李卫国、李兴国) | 2026-04-20 | Chinese | ||
| 36129411 | 北京东方雨虹防水技术股份有限公司拟处置资产涉及的成都市金堂县格林雅苑四处房地产及无锡市锡山区美溪蓝庭一处房地产市场价值资产评估报告(中评正信评报字[2026]162号) | 2026-04-16 | Chinese | ||
| 36129409 | 关于变更会计政策的公告 | 2026-04-16 | Chinese | ||
| 36129407 | 第九届董事会第七次会议决议公告 | 2026-04-16 | Chinese | ||
| 35241477 | 关于为董事、高级管理人员投保责任保险的公告 | 2026-04-16 | Chinese | ||
| 35241476 | 独立董事2025年度述职报告(蔡昭昀-已离任) | 2026-04-16 | Chinese | ||
| 35241474 | 关于2025年度及2026年第一季度计提资产减值准备及核销资产、资产报废处置的公告 | 2026-04-16 | Chinese | ||
| 35241473 | 关于2025年度利润分配预案的公告 | 2026-04-16 | Chinese | ||
| 35241471 | 关于出售资产的公告 | 2026-04-16 | Chinese | ||
| 35241468 | 关于确认董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-04-16 | Chinese | ||
| 35241465 | 独立董事2025年度述职报告(黄庆林-已离任) | 2026-04-16 | Chinese | ||
| 35241464 | 独立董事2025年度述职报告(郭晞) | 2026-04-16 | Chinese | ||
| 35241463 | 独立董事2025年度述职报告(易冬) | 2026-04-16 | Chinese | ||
| 35241461 | 独立董事2025年度述职报告(陈光进-已离任) | 2026-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other non-metallic mineral products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CRH PLC
Provider of building materials for transportation and criti…
|
CRG | IE | Manufacturing |
|
DONGGUAN GOLDEN SUN ABRASIVES CO.,LTD
Manufacturer of coated abrasives and precision polishing ma…
|
300606 | CN | Manufacturing |
|
EcoUp Oyj
Upcycles construction waste and produces insulation from re…
|
ECOUP | FI | Manufacturing |
|
EDP Corporation
Manufactures single-crystal synthetic diamonds for high-tec…
|
7794 | JP | Manufacturing |
|
Eko Export S.A.
Processes and distributes refined ceramic microspheres for …
|
EEX | PL | Manufacturing |
|
Esprit Stones Limited
Manufacturer of engineered quartz surfaces for construction…
|
ESPRIT | IN | Manufacturing |
|
Fangda Carbon New Material Co.,Ltd
Produces carbon and graphite products for metallurgy, chemi…
|
600516 | CN | Manufacturing |
|
FUJIAN SUPERTCH ADVANCED MATERIAL CO.,LTD.
Manufactures vacuum insulation panels and glass for applian…
|
688398 | CN | Manufacturing |
|
FUJIMI INCORPORATED
Manufacturer of synthetic precision abrasives and polishing…
|
5384 | JP | Manufacturing |
|
GRAFTECH INTERNATIONAL LTD
Manufacturer of graphite electrodes and petroleum needle co…
|
EAF | US | Manufacturing |
Beijing Oriental Yuhong Waterproof 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/54322/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54322 | 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=54322 | 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=54322 \ -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": 54322}, 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 Oriental Yuhong Waterproof Technology Co.,Ltd. (id: 54322)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.