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 |
|---|---|---|---|
| 关于召开2025年第二次临时股东大会的通知 | 2025-08-28 | Chinese | |
| 深水海纳水务集团股份有限公司2025年半年度非经营性资金占用及其他关联资金往来情况汇总表-元 | 2025-08-28 | Chinese | |
| 深水海纳水务集团股份有限公司舆情管理制度 | 2025-08-28 | Chinese | |
| 深水海纳水务集团股份有限公司信息披露管理制度 | 2025-08-28 | Chinese | |
| 深水海纳水务集团股份有限公司互动易平台信息发布及回复内部审核制度 | 2025-08-28 | Chinese | |
| 深水海纳水务集团股份有限公司股东会议事规则 | 2025-08-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39611032 | 关于召开2025年第二次临时股东大会的通知 | 2025-08-28 | Chinese | ||
| 39611020 | 深水海纳水务集团股份有限公司2025年半年度非经营性资金占用及其他关联资金往来情况汇总表-元 | 2025-08-28 | Chinese | ||
| 39611012 | 深水海纳水务集团股份有限公司舆情管理制度 | 2025-08-28 | Chinese | ||
| 39611002 | 深水海纳水务集团股份有限公司信息披露管理制度 | 2025-08-28 | Chinese | ||
| 39610991 | 深水海纳水务集团股份有限公司互动易平台信息发布及回复内部审核制度 | 2025-08-28 | Chinese | ||
| 39610985 | 深水海纳水务集团股份有限公司股东会议事规则 | 2025-08-28 | Chinese | ||
| 39610968 | 深水海纳水务集团股份有限公司对外投资管理制度 | 2025-08-28 | Chinese | ||
| 39610960 | 深水海纳水务集团股份有限公司董事会议事规则 | 2025-08-28 | Chinese | ||
| 39610950 | 关于合计持股5%以上股东减持股份触及1%整数倍的公告 | 2025-08-05 | Chinese | ||
| 39610939 | 关于合计持股5%以上股东减持股份预披露公告 | 2025-07-03 | Chinese | ||
| 39610928 | 关于举办2024年度网上业绩说明会的公告 | 2025-06-23 | Chinese | ||
| 39610917 | 北京市君泽君(深圳)律师事务所关于深水海纳水务集团股份有限公司2024年年度股东大会的法律意见书 | 2025-05-20 | Chinese | ||
| 39610907 | 2024年年度股东大会决议公告 | 2025-05-20 | Chinese | ||
| 39610898 | 国投证券股份有限公司关于深水海纳水务集团股份有限公司首次公开发行股票并在创业板上市之保荐总结报告书 | 2025-05-06 | Chinese | ||
| 39610886 | 深水海纳水务集团股份有限公司2024年度监事会工作报告 | 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.