
Zhejiang Goldensea Hi-Tech Co., Ltd — Investor Relations & Filings
Zhejiang Goldensea Hi-Tech Co., Ltd. specializes in the research, development, and manufacturing of high-performance air filtration and purification materials. The company produces a wide range of functional filters, including HEPA, activated carbon, and antibacterial media, primarily for residential air conditioning, automotive cabin systems, and specialized air purification equipment. Its core competencies lie in the production of advanced filtration substrates such as melt-blown and needle-punched non-wovens, integrated with proprietary functional coatings for anti-viral and anti-allergen applications. Goldensea Hi-Tech serves as a key global supplier for major HVAC and automotive manufacturers, providing customized filtration solutions that meet rigorous environmental and health standards. The company focuses on technological innovation in air quality management and environmental protection.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金海高科关于控股股东股份解除质押的公告 | 2026-05-25 | Chinese | |
| 金海高科2025年年度股东会会议资料 | 2026-05-21 | Chinese | |
| 金海高科第五届董事会第二十五次会议决议公告 | 2026-05-18 | Chinese | |
| 华福证券股份有限公司关于浙江金海高科股份有限公司详式权益变动报告书之财务顾问核查意见 | 2026-05-17 | Chinese | |
| 金海高科关于筹划控制权变更事项的进展暨复牌公告 | 2026-05-15 | Chinese | |
| 金海高科关于控股股东签署《股份转让协议》暨控制权拟发生变更的提示性公告 | 2026-05-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47041708 | 金海高科关于控股股东股份解除质押的公告 | 2026-05-25 | Chinese | ||
| 46758379 | 金海高科2025年年度股东会会议资料 | 2026-05-21 | Chinese | ||
| 46512916 | 金海高科第五届董事会第二十五次会议决议公告 | 2026-05-18 | Chinese | ||
| 46378984 | 华福证券股份有限公司关于浙江金海高科股份有限公司详式权益变动报告书之财务顾问核查意见 | 2026-05-17 | Chinese | ||
| 46364712 | 金海高科关于筹划控制权变更事项的进展暨复牌公告 | 2026-05-15 | Chinese | ||
| 46364711 | 金海高科关于控股股东签署《股份转让协议》暨控制权拟发生变更的提示性公告 | 2026-05-15 | Chinese | ||
| 45017521 | 金海高科关于筹划控制权变更事项继续停牌的公告 | 2026-05-11 | Chinese | ||
| 44488216 | 金海高科关于签订募集资金专户存储三方监管协议之补充协议的公告 | 2026-05-08 | Chinese | ||
| 37119664 | 金海高科2025年度独立董事述职报告-仇如愚 | 2026-04-23 | Chinese | ||
| 37119653 | 浙江金海高科股份有限公司2025年度审计报告 | 2026-04-23 | Chinese | ||
| 37118679 | 中信建投证券股份有限公司关于浙江金海高科股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-23 | Chinese | ||
| 37118673 | 金海高科关于使用部分暂时闲置募集资金和自有资金进行现金管理的公告 | 2026-04-23 | Chinese | ||
| 37118667 | 中信建投证券股份有限公司关于浙江金海高科股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-04-23 | Chinese | ||
| 37118660 | 浙江金海高科股份有限公司2025年度内部控制审计报告 | 2026-04-23 | Chinese | ||
| 37118567 | 金海高科2025年年度报告摘要 | 2026-04-23 | 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 |
Zhejiang Goldensea Hi-Tech 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/57587/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57587 | 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=57587 | 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=57587 \ -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": 57587}, 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 Zhejiang Goldensea Hi-Tech Co., Ltd (id: 57587)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.