Hynar Water Group Co.,Ltd. — Investor Relations & Filings
Hynar Water Group Co.,Ltd. specializes in the research, development, and manufacturing of advanced water treatment systems and environmental protection equipment. The company provides comprehensive solutions for industrial process water, municipal water supply, and wastewater reclamation. Its core product portfolio includes reverse osmosis (RO) systems, ultrafiltration (UF) units, seawater desalination plants, and containerized water purification modules. Hynar serves a diverse range of sectors, including power generation, microelectronics, pharmaceuticals, and food and beverage production. By integrating engineering design, equipment fabrication, and technical support, the company delivers customized systems designed to meet stringent water quality standards and environmental regulations. Hynar focuses on technological innovation and sustainable water management to address global water scarcity and industrial efficiency requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年内部控制自我评价报告 | 2025-04-28 | Chinese | |
| 北京市君泽君(深圳)律师事务所关于深水海纳水务集团股份有限公司作废部分2023年限制性股票激励计划已授予但尚未归属的限制性股票事项的法律意见书 | 2025-04-28 | Chinese | |
| 2024年独立董事述职报告(赖楚敏) | 2025-04-28 | Chinese | |
| 2024年年度审计报告 | 2025-04-28 | Chinese | |
| 深水海纳水务集团股份有限公司2024年度董事会工作报告 | 2025-04-28 | Chinese | |
| 德皓核字[2025]00000929号-深水海纳水务集团股份有限公司2024年度关于营业收入扣除事项的专项核查意见 | 2025-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39610874 | 2024年内部控制自我评价报告 | 2025-04-28 | Chinese | ||
| 39610866 | 北京市君泽君(深圳)律师事务所关于深水海纳水务集团股份有限公司作废部分2023年限制性股票激励计划已授予但尚未归属的限制性股票事项的法律意见书 | 2025-04-28 | Chinese | ||
| 39610857 | 2024年独立董事述职报告(赖楚敏) | 2025-04-28 | Chinese | ||
| 39610846 | 2024年年度审计报告 | 2025-04-28 | Chinese | ||
| 39610811 | 深水海纳水务集团股份有限公司2024年度董事会工作报告 | 2025-04-28 | Chinese | ||
| 39610806 | 德皓核字[2025]00000929号-深水海纳水务集团股份有限公司2024年度关于营业收入扣除事项的专项核查意见 | 2025-04-28 | Chinese | ||
| 39610795 | 董事会关于对带强调事项段的无保留意见内部控制审计报告涉及事项的专项说明 | 2025-04-28 | Chinese | ||
| 39610788 | 德皓核字[2025]00000924号-2024年度募集资金存放与使用情况鉴证报告-深水海纳水务集团股份有限公司 | 2025-04-28 | Chinese | ||
| 39610773 | 关于提请股东大会授权董事会办理小额快速融资相关事宜的公告 | 2025-04-28 | Chinese | ||
| 39610764 | 关于拟续聘会计师事务所的公告 | 2025-04-28 | Chinese | ||
| 39610751 | 审计委员会对会计师事务所2024年度履职情况评估及履行监督职责情况的报告 | 2025-04-28 | Chinese | ||
| 39610749 | 关于作废部分2023年限制性股票激励计划已授予尚未归属的限制性股票的公告 | 2025-04-28 | Chinese | ||
| 39610739 | 第三届董事会独立董事专门会议2025年第二次会议决议 | 2025-04-28 | Chinese | ||
| 39610729 | 监事会决议公告 | 2025-04-28 | Chinese | ||
| 39610714 | 董事会决议公告 | 2025-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Hynar Water 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/55923/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55923 | 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=55923 | 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=55923 \ -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": 55923}, 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 Hynar Water Group Co.,Ltd. (id: 55923)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.