Jiangxi Avonflow HVAC Tech CO., LTD. — Investor Relations & Filings
Jiangxi Avonflow HVAC Tech CO., LTD. specializes in the research, development, and manufacturing of high-performance heating solutions and bathroom accessories. The company’s primary product portfolio includes electric and hydronic heated towel rails, designer radiators, and thermostatic control systems. Avonflow emphasizes technological innovation, integrating smart home capabilities and energy-efficient designs into its thermal management products. With a focus on precision engineering and aesthetic versatility, the company serves international markets, providing climate control components for residential and commercial applications. Its manufacturing processes prioritize quality standards and material durability, positioning the firm as a key supplier of hydronic and electric heating hardware globally.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江西艾芬达暖通科技股份有限公司关联交易管理制度 | 2025-09-30 | Chinese | |
| 江西艾芬达暖通科技股份有限公司对外投资管理制度 | 2025-09-30 | Chinese | |
| 江西艾芬达暖通科技股份有限公司对外担保管理制度 | 2025-09-30 | Chinese | |
| 江西艾芬达暖通科技股份有限公司董事会议事规则 | 2025-09-30 | Chinese | |
| 江西艾芬达暖通科技股份有限公司董事、高级管理人员薪酬管理制度 | 2025-09-30 | Chinese | |
| 第四届监事会第八次会议决议公告 | 2025-09-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39789037 | 江西艾芬达暖通科技股份有限公司关联交易管理制度 | 2025-09-30 | Chinese | ||
| 39789022 | 江西艾芬达暖通科技股份有限公司对外投资管理制度 | 2025-09-30 | Chinese | ||
| 39789009 | 江西艾芬达暖通科技股份有限公司对外担保管理制度 | 2025-09-30 | Chinese | ||
| 39788989 | 江西艾芬达暖通科技股份有限公司董事会议事规则 | 2025-09-30 | Chinese | ||
| 39788978 | 江西艾芬达暖通科技股份有限公司董事、高级管理人员薪酬管理制度 | 2025-09-30 | Chinese | ||
| 39788967 | 第四届监事会第八次会议决议公告 | 2025-09-30 | Chinese | ||
| 39788956 | 江西艾芬达暖通科技股份有限公司年报信息披露重大差错责任追究制度 | 2025-09-30 | Chinese | ||
| 39788944 | 江西艾芬达暖通科技股份有限公司内幕信息知情人登记管理制度 | 2025-09-30 | Chinese | ||
| 39788936 | 江西艾芬达暖通科技股份有限公司内部审计制度 | 2025-09-30 | Chinese | ||
| 39788930 | 江西艾芬达暖通科技股份有限公司募集资金管理制度 | 2025-09-30 | Chinese | ||
| 39788919 | 江西艾芬达暖通科技股份有限公司控股子公司管理制度 | 2025-09-30 | Chinese | ||
| 39788911 | 江西艾芬达暖通科技股份有限公司独立董事专门会议制度 | 2025-09-30 | Chinese | ||
| 39788894 | 江西艾芬达暖通科技股份有限公司董事会审计委员会工作细则 | 2025-09-30 | Chinese | ||
| 39788888 | 江西艾芬达暖通科技股份有限公司董事、高级管理人员所持公司股份及其变动管理制度 | 2025-09-30 | Chinese | ||
| 39788877 | 江西艾芬达暖通科技股份有限公司董事、高级管理人员离职管理制度 | 2025-09-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of tanks, reservoirs and containers of metal
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ardagh Metal Packaging S.A.
A leading global supplier of sustainable and infinitely rec…
|
AMBP | LU | Manufacturing |
|
BALL Corp
Global provider of sustainable and recyclable aluminum pack…
|
BALL | US | Manufacturing |
|
BANTAŞ BANDIRMA AMBALAJ SANAYİ VE TİCARET A.Ş.
Manufacturer of metal and tin packaging for the food and in…
|
BNTAS | TR | Manufacturing |
|
Beijing Jingcheng Machinery Electric Company Limited
Manufacturer of gas storage and transportation equipment, s…
|
187 | HK | Manufacturing |
|
BGT Group Co., Ltd.
Designs and manufactures high-pressure gas cylinders and pr…
|
300774 | CN | Manufacturing |
|
Bio Inox S.A.
Designs and manufactures stainless steel tanks and process …
|
MLNOX | FR | Manufacturing |
|
Bulmetal AD
Manufactures metal packaging for the food and chemical indu…
|
BMTL | BG | Manufacturing |
|
Chesterfield Special Cylinders Holdings PLC
Designs and manufactures high-pressure gas containment solu…
|
PRES | GB | Manufacturing |
|
China Aluminum Cans Holdings Limited
Manufactures and sells aluminum aerosol cans for personal c…
|
6898 | HK | Manufacturing |
|
CIMC Safeway Technologies Co., Ltd.
Designs and manufactures tank containers and pressure vesse…
|
301559 | CN | Manufacturing |
Jiangxi Avonflow HVAC 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/56366/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56366 | 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=56366 | 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=56366 \ -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": 56366}, 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 Jiangxi Avonflow HVAC Tech CO., LTD. (id: 56366)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.