
ZHEJIANG HAERS VACUUM CONTAINERS CO.,LTD — Investor Relations & Filings
Zhejiang Haers Vacuum Containers Co., Ltd. specializes in the research, development, design, and manufacturing of high-quality vacuum-insulated containers. The company's primary product portfolio includes stainless steel vacuum flasks, sports bottles, travel mugs, coffee pots, and food containers. Utilizing advanced thermal insulation technology, the firm provides comprehensive OEM and ODM services to global brands while maintaining its own proprietary product lines. Its operations focus on delivering durable, temperature-retentive solutions for hydration and food storage, catering to outdoor, office, and household environments. The organization emphasizes technical innovation and quality control in its large-scale production facilities to meet international safety and performance standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026-039 关于2026年限制性股票激励计划授予登记完成的公告 | 2026-05-11 | Chinese | |
| 2026年度董事、高级管理人员薪酬方案 | 2026-04-14 | Chinese | |
| 2025年度独立董事述职报告--张旭勇 | 2026-04-14 | Chinese | |
| 中银国际证券股份有限公司关于浙江哈尔斯真空器皿股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-14 | Chinese | |
| 关于使用部分暂时闲置募集资金进行现金管理及以协定存款方式存放募集资金、自有资金的公告 | 2026-04-14 | Chinese | |
| 《浙江哈尔斯真空器皿股份有限公司战略与可持续发展委员会工作细则》 | 2026-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45017129 | 2026-039 关于2026年限制性股票激励计划授予登记完成的公告 | 2026-05-11 | Chinese | ||
| 34901748 | 2026年度董事、高级管理人员薪酬方案 | 2026-04-14 | Chinese | ||
| 34901746 | 2025年度独立董事述职报告--张旭勇 | 2026-04-14 | Chinese | ||
| 34900543 | 中银国际证券股份有限公司关于浙江哈尔斯真空器皿股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-14 | Chinese | ||
| 34900541 | 关于使用部分暂时闲置募集资金进行现金管理及以协定存款方式存放募集资金、自有资金的公告 | 2026-04-14 | Chinese | ||
| 34894250 | 《浙江哈尔斯真空器皿股份有限公司战略与可持续发展委员会工作细则》 | 2026-04-14 | Chinese | ||
| 34894248 | 关于2025年度计提资产减值准备及核销资产的公告 | 2026-04-14 | Chinese | ||
| 34894246 | 董事会薪酬与考核委员会关于向激励对象授予限制性股票的核查意见 | 2026-04-14 | Chinese | ||
| 34894236 | 关于2026年度开展金融衍生品交易与套期保值业务的公告 | 2026-04-14 | Chinese | ||
| 34894231 | 第六届董事会第二十三次会议决议公告 | 2026-04-14 | Chinese | ||
| 34894228 | 2026年一季度报告 | 2026-04-14 | Chinese | ||
| 34894224 | 2025年年度报告 | 2026-04-14 | Chinese | ||
| 34888195 | 《浙江哈尔斯真空器皿股份有限公司投资者权益保护制度》 | 2026-04-14 | Chinese | ||
| 34888192 | 关于变更注册资本及修订《公司章程》的公告 | 2026-04-14 | Chinese | ||
| 34888178 | 董事会薪酬与考核委员会关于2024年股票增值权激励计划第一个行权期的行权名单的核查意见 | 2026-04-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABRIC BERHAD
Historically manufactured security seals, divested operatio…
|
— | MY | Manufacturing |
|
AEROFLEX ENTERPRISES LIMITED
Manufactures stainless steel flexible hoses and assemblies …
|
AEROENTER | IN | Manufacturing |
|
Aeroflex Industries Limited
Manufactures metallic flexible hoses and assemblies for hig…
|
AEROFLEX | IN | Manufacturing |
|
Aeroflex Neu Limited
Engineers and manufactures flexible flow solutions for extr…
|
AERONEU | IN | Manufacturing |
|
AHRESTY CORPORATION
Manufacturer of aluminum die-cast products and alloy ingots…
|
5852 | JP | Manufacturing |
|
AIA Engineering Ltd.
Manufactures high-chromium wear-resistant parts for mining,…
|
AIAENG | IN | Manufacturing |
|
AISHIDA CO.,LTD.
Manufacturer of cookware, small appliances, and industrial …
|
002403 | CN | Manufacturing |
|
Alumexx N.V.
Manufactures and supplies aluminum equipment for working at…
|
ALX | NL | Manufacturing |
|
AMERICAN REBEL HOLDINGS INC
Designs and manufactures personal security products and saf…
|
AREB | US | Manufacturing |
|
Anchor Lamina Inc.
International supplier of premium die sets, components, and…
|
— | CA | Manufacturing |
ZHEJIANG HAERS VACUUM CONTAINERS 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/54639/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54639 | 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=54639 | 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=54639 \ -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": 54639}, 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 HAERS VACUUM CONTAINERS CO.,LTD (id: 54639)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.