
Huafon Chemical Co., Ltd. — Investor Relations & Filings
Huafon Chemical Co., Ltd. specializes in the research, development, production, and distribution of polyurethane products. The company is a global leader in the manufacturing of spandex fiber, marketed under the "Qianxi" brand, which is widely utilized in the textile and apparel industries for its elasticity and durability. Its product portfolio also includes polyurethane resins for synthetic leather and adipic acid, a key raw material for nylon and polyurethane production. Huafon Chemical maintains a vertically integrated business model, leveraging large-scale manufacturing facilities and advanced chemical engineering processes to serve diverse markets including footwear, automotive interiors, and industrial coatings. The company focuses on technological innovation and sustainable production methods to enhance product performance and environmental efficiency across its global supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于独立董事辞职的公告 | 2026-05-15 | Chinese | |
| 第九届董事会第二十次会议决议公告 | 2026-05-14 | Chinese | |
| 2025年年度股东会会议决议公告 | 2026-05-07 | Chinese | |
| 第九届董事会第十九次会议决议公告 | 2026-04-21 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-15 | Chinese | |
| 股东减持股份实施完成的公告 | 2026-04-08 | Chinese |
Browse filings by year
21 years- 2026 44 filings
- 2025 152 filings
- 2024 105 filings
- 2023 64 filings
- 2022 87 filings
- 2021 121 filings
- 2020 87 filings
- 2019 179 filings
- 2018 50 filings
- 2017 57 filings
- 2016 72 filings
- 2015 83 filings
- 2014 94 filings
- 2013 65 filings
- 2012 70 filings
- 2011 42 filings
- 2010 38 filings
- 2009 46 filings
- 2008 42 filings
- 2007 37 filings
- 2006 28 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46365354 | 关于独立董事辞职的公告 | 2026-05-15 | Chinese | ||
| 46343932 | 第九届董事会第二十次会议决议公告 | 2026-05-14 | Chinese | ||
| 44268222 | 2025年年度股东会会议决议公告 | 2026-05-07 | Chinese | ||
| 34724097 | 第九届董事会第十九次会议决议公告 | 2026-04-21 | Chinese | ||
| 34724091 | 关于召开2025年年度股东会的通知 | 2026-04-15 | Chinese | ||
| 34724087 | 股东减持股份实施完成的公告 | 2026-04-08 | Chinese | ||
| 34724086 | 关于举行2025年度网上业绩说明会的公告 | 2026-03-31 | Chinese | ||
| 34724085 | 关于预计2026年度日常关联交易的公告 | 2026-03-27 | Chinese | ||
| 34724084 | 关于向金融机构申请授信及提供担保的公告 | 2026-03-27 | Chinese | ||
| 34724081 | 关于2025年度利润分配预案及2026年中期分红授权的公告 | 2026-03-27 | Chinese | ||
| 34724079 | 2025年年度募集资金存放、管理与使用情况的公告 | 2026-03-27 | Chinese | ||
| 34724075 | 审计委员会对会计师事务所履行监督职责情况的报告 | 2026-03-27 | Chinese | ||
| 34724073 | 关于使用部分闲置自有资金进行现金管理及投资理财的公告 | 2026-03-27 | Chinese | ||
| 34724069 | 独立董事2025年度述职报告(潘彬) | 2026-03-27 | Chinese | ||
| 34724068 | 2025年度社会责任报告 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of man-made fibres
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACE
Produces acetate-based chemicals and fibers for filtration …
|
4763 | TW | Manufacturing |
|
Acelon
Manufactures synthetic fibers, filament yarns, and sustaina…
|
1466 | TW | Manufacturing |
|
AKSA AKRİLİK KİMYA SANAYİİ A.Ş.
The world's largest acrylic fiber producer for textile and …
|
AKSA | TR | Manufacturing |
|
Anhui Wanwei Updated High-Tech Material Industry Co.,Ltd
Produces PVA-based chemical fibers and advanced materials f…
|
600063 | CN | Manufacturing |
|
Aquafil
A global producer of synthetic fibers and regenerated nylon…
|
ECNL | IT | Manufacturing |
|
BEIJING TONGYIZHONG NEW MATERIAL TECHNOLOGY CORPORATION
Produces UHMWPE fibers and ballistic protection materials f…
|
688722 | CN | Manufacturing |
|
Bolt Projects Holdings, Inc.
Develops and produces biomaterials for the beauty, personal…
|
BSLK | US | Manufacturing |
|
Celanese Canada Inc.
Key manufacturer of specialty chemicals, synthetic fibers, …
|
— | CA | Manufacturing |
|
CHTC HELON CO.,LTD.
Produces viscose fibers and cord fabrics for textile and au…
|
000677 | CN | Manufacturing |
|
CMFC
Specializes in synthetic fibers, polyester yarns, and petro…
|
1718 | TW | Manufacturing |
Huafon Chemical 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/54126/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54126 | 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=54126 | 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=54126 \ -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": 54126}, 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 Huafon Chemical Co., Ltd. (id: 54126)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.