
Zhejiang Entive Smart Kitchen Appliance Co., Ltd. — Investor Relations & Filings
Zhejiang Entive Smart Kitchen Appliance Co., Ltd. specializes in the research, development, and manufacturing of high-end integrated kitchen solutions. The company's primary product line centers on integrated stoves that combine range hoods, gas hobs, and ovens or steam cookers into a single unit. These products are engineered with advanced suction technology to achieve high oil-smoke capture rates and feature modular designs for improved maintenance and safety. Additionally, the portfolio includes integrated sinks, dishwashers, and smart cabinetry. Entive focuses on the "smart kitchen" concept, incorporating digital controls and automated cooking functions to enhance user experience. The company emphasizes technological innovation in airflow dynamics and thermal efficiency to provide energy-efficient appliances for modern residential environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京金杜(杭州)律师事务所关于浙江亿田智能厨电股份有限公司2025年年度股东会之法律意见书 | 2026-05-20 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 2026年第二次临时股东会决议公告 | 2026-05-19 | Chinese | |
| 北京金杜(杭州)律师事务所关于浙江亿田智能厨电股份有限公司2026年第二次临时股东会之法律意见书 | 2026-05-19 | Chinese | |
| 关于公司控股股东、实际控制人的一致行动人股份减持计划的预披露公告 | 2026-05-12 | Chinese | |
| 关于持股5%以上股东股份减持计划完成的公告 | 2026-05-08 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46639606 | 北京金杜(杭州)律师事务所关于浙江亿田智能厨电股份有限公司2025年年度股东会之法律意见书 | 2026-05-20 | Chinese | ||
| 46639547 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46533451 | 2026年第二次临时股东会决议公告 | 2026-05-19 | Chinese | ||
| 46533454 | 北京金杜(杭州)律师事务所关于浙江亿田智能厨电股份有限公司2026年第二次临时股东会之法律意见书 | 2026-05-19 | Chinese | ||
| 45251409 | 关于公司控股股东、实际控制人的一致行动人股份减持计划的预披露公告 | 2026-05-12 | Chinese | ||
| 44257180 | 关于持股5%以上股东股份减持计划完成的公告 | 2026-05-08 | Chinese | ||
| 39355210 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 39355194 | 第三届董事会第二十九次会议决议公告 | 2026-04-24 | Chinese | ||
| 39355193 | 上海德数云私募基金合伙企业(有限合伙)自二〇二五年九月五日(公司成立日)至二〇二五年十二月三十一日止期间审计报告 | 2026-04-24 | Chinese | ||
| 39355192 | 财通证券股份有限公司关于浙江亿田智能厨电股份有限公司转让基金份额暨关联交易的核查意见 | 2026-04-24 | Chinese | ||
| 39355187 | 关于召开2026年第二次临时股东会的通知 | 2026-04-24 | Chinese | ||
| 39355185 | 关于拟转让基金份额暨关联交易的公告 | 2026-04-24 | Chinese | ||
| 39355184 | 关于与专业投资机构共同设立基金的进展公告 | 2026-04-20 | Chinese | ||
| 39355182 | 关于完成工商变更登记的公告 | 2026-04-02 | Chinese | ||
| 39355181 | 关于2026年第一季度可转换公司债券转股情况公告 | 2026-04-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of domestic appliances
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AI Health Technology Limited
R&D, manufacturing, and trading of kitchen appliances and c…
|
1715 | HK | Manufacturing |
|
AIRMATE
Specializes in air-related household appliances and indoor …
|
1626 | TW | Manufacturing |
|
Alfa plam a.d.
Leading Southeastern European manufacturer of household hea…
|
ALFA | RS | Manufacturing |
|
Allan International Holdings Limited
Designs, manufactures, and sells household electrical appli…
|
684 | HK | Manufacturing |
|
Alliance Laundry Holdings Inc.
Global leader in laundry solutions, designing and manufactu…
|
ALH | US | Manufacturing |
|
Al-Omran Industrial Trading Co.
Manufactures and distributes household appliances, electron…
|
4141 | SA | Manufacturing |
|
Amica S.A.
A European manufacturer of a wide range of large household …
|
AMC | PL | Manufacturing |
|
Anhui Orivie Technology Co.,Ltd
Develops and manufactures intelligent cleaning and personal…
|
300692 | CN | Manufacturing |
|
ARÇELİK A.Ş.
Multinational manufacturer of household appliances and cons…
|
ARCLK | TR | Manufacturing |
|
ARZUM ELEKTRİKLİ EV ALETLERİ SANAYİ VE TİCARET A.Ş.
Manufacturer and distributor of small electrical home appli…
|
ARZUM | TR | Manufacturing |
Zhejiang Entive Smart Kitchen Appliance 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/55878/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55878 | 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=55878 | 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=55878 \ -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": 55878}, 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 Entive Smart Kitchen Appliance Co., Ltd. (id: 55878)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.