
VATTI CORPORATION LIMITED — Investor Relations & Filings
Vatti Corporation Limited specializes in the research, development, manufacturing, and distribution of high-end kitchen appliances. The company's core product portfolio includes gas stoves, range hoods, water heaters, steam ovens, dishwashers, and disinfection cabinets. Known for its expertise in combustion technology, Vatti focuses on delivering energy-efficient and technologically advanced solutions for modern households. The company emphasizes smart home integration and aesthetic design, positioning itself as a provider of comprehensive kitchen systems. Its operations encompass the entire value chain from product design and engineering to global sales and after-sales service, catering to both residential and commercial segments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 华帝股份2025年年度股东会法律意见书 | 2026-05-19 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-19 | Chinese | |
| 投资者关系管理制度 | 2026-04-27 | Chinese | |
| 关于会计政策变更的公告 | 2026-04-27 | Chinese | |
| 关于2025年度计提资产减值准备及核销资产的公告 | 2026-04-27 | Chinese | |
| 关于2025年度利润分配预案的公告 | 2026-04-27 | Chinese |
Browse filings by year
23 years- 2026 20 filings
- 2025 95 filings
- 2024 84 filings
- 2023 64 filings
- 2022 60 filings
- 2021 67 filings
- 2020 59 filings
- 2019 109 filings
- 2018 114 filings
- 2017 109 filings
- 2016 136 filings
- 2015 74 filings
- 2014 73 filings
- 2013 124 filings
- 2012 127 filings
- 2011 65 filings
- 2010 56 filings
- 2009 53 filings
- 2008 55 filings
- 2007 55 filings
- 2006 52 filings
- 2005 63 filings
- 2004 26 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566045 | 华帝股份2025年年度股东会法律意见书 | 2026-05-19 | Chinese | ||
| 46566044 | 2025年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 44401558 | 投资者关系管理制度 | 2026-04-27 | Chinese | ||
| 44401555 | 关于会计政策变更的公告 | 2026-04-27 | Chinese | ||
| 44401543 | 关于2025年度计提资产减值准备及核销资产的公告 | 2026-04-27 | Chinese | ||
| 44401528 | 关于2025年度利润分配预案的公告 | 2026-04-27 | Chinese | ||
| 44401516 | 华帝股份有限公司对2025年度年审会计师事务所履职情况的评估报告 | 2026-04-27 | Chinese | ||
| 44401513 | 2025年度非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-27 | Chinese | ||
| 44401510 | 2025年度独立董事年度述职报告(丁云龙) | 2026-04-27 | Chinese | ||
| 44401507 | 关于举行2025年度网上业绩说明会的公告 | 2026-04-27 | Chinese | ||
| 44401501 | 2025年环境、社会及公司治理(ESG)报告 | 2026-04-27 | Chinese | ||
| 44401492 | 董事、高级管理人员离职管理制度 | 2026-04-27 | Chinese | ||
| 44401490 | 第九届董事会第七次会议决议公告 | 2026-04-27 | Chinese | ||
| 44401479 | 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-27 | Chinese | ||
| 44401477 | 2025年年度报告 | 2026-04-27 | 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 |
VATTI CORPORATION LIMITED 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/54098/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54098 | 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=54098 | 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=54098 \ -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": 54098}, 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 VATTI CORPORATION LIMITED (id: 54098)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.