
Huafang Co.,Ltd — Investor Relations & Filings
Huafang Co.,Ltd. is a large-scale enterprise specializing in the research, development, and production of textiles. The company's core operations encompass a comprehensive industrial chain including spinning, weaving, printing, dyeing, and garment manufacturing. It primarily focuses on high-quality printed and dyed fabrics, home textile products, and functional apparel. Huafang integrates advanced digital technologies and green manufacturing processes to enhance production efficiency and environmental sustainability. Its product portfolio serves diverse global markets, providing specialized textile solutions for fashion, home decor, and industrial applications. The company is recognized for its innovation in fabric finishing and its commitment to high-standard quality control systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事关于董事会相关事项的独立意见 | 2019-04-22 | Chinese | |
| 2018年年度报告摘要 | 2019-04-22 | Chinese | |
| 关于确认及预计在关联银行存贷款之关联交易的公告 | 2019-04-22 | Chinese | |
| 关于修订公司章程的公告 | 2019-04-22 | Chinese | |
| 公司章程(2019年4月) | 2019-04-22 | Chinese | |
| 审计报告 | 2019-04-22 | Chinese |
Browse filings by year
26 years- 2026 14 filings
- 2025 93 filings
- 2024 69 filings
- 2023 88 filings
- 2022 67 filings
- 2021 80 filings
- 2020 88 filings
- 2019 63 filings
- 2018 73 filings
- 2017 85 filings
- 2016 84 filings
- 2015 125 filings
- 2014 59 filings
- 2013 77 filings
- 2012 81 filings
- 2011 34 filings
- 2010 36 filings
- 2009 36 filings
- 2008 45 filings
- 2007 39 filings
- 2006 64 filings
- 2005 36 filings
- 2004 34 filings
- 2003 34 filings
- 2002 19 filings
- 2001 11 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 40919153 | 独立董事关于董事会相关事项的独立意见 | 2019-04-22 | Chinese | ||
| 40919145 | 2018年年度报告摘要 | 2019-04-22 | Chinese | ||
| 40919127 | 关于确认及预计在关联银行存贷款之关联交易的公告 | 2019-04-22 | Chinese | ||
| 40919120 | 关于修订公司章程的公告 | 2019-04-22 | Chinese | ||
| 40919111 | 公司章程(2019年4月) | 2019-04-22 | Chinese | ||
| 40919083 | 审计报告 | 2019-04-22 | Chinese | ||
| 40919031 | 内部控制审计报告 | 2019-04-22 | Chinese | ||
| 40919017 | 关于华纺股份有限公司募集资金2018年度存放与实际使用情况的鉴证报告 | 2019-04-22 | Chinese | ||
| 40918989 | 中银国际证券股份有限公司关于华纺股份有限公司非公开发行股票2018年持续督导年度报告书 | 2019-04-22 | Chinese | ||
| 40918977 | 第六届董事会第七次会议决议公告 | 2019-04-22 | Chinese | ||
| 40918970 | 2019年第一次临时股东大会之法律意见书 | 2019-04-19 | Chinese | ||
| 40918960 | 2019年第一次临时股东大会决议公告 | 2019-04-19 | Chinese | ||
| 40918956 | 2019年第一次临时股东大会材料 | 2019-04-12 | Chinese | ||
| 40918948 | 第六届董事会第六次会议决议公告 | 2019-04-01 | Chinese | ||
| 40918940 | 关于股东权益变动的提示性公告 | 2019-04-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Finishing of textiles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AARNAV FASHIONS LIMITED
Integrated manufacturer of processed fabrics for apparel an…
|
AARNAV | IN | Manufacturing |
|
Anjani Synthetics Limited
Processes and manufactures cotton and synthetic fabrics for…
|
531223 | IN | Manufacturing |
|
Azgard Nine Limited
A vertically integrated textile company specializing in sus…
|
ANL | PK | Manufacturing |
|
Betex India Ltd.
Processes synthetic and natural fabrics through dyeing, pri…
|
512477 | IN | Manufacturing |
|
Binayak Tex Processors Ltd.
Processes and finishes diverse fabrics for garment manufact…
|
523054 | IN | Manufacturing |
|
Bindal Exports Limited
Integrated textile manufacturer specializing in fabric proc…
|
540148 | IN | Manufacturing |
|
ČATEKS d.d.
Vertically integrated manufacturer of high-performance tech…
|
CTKS | HR | Manufacturing |
|
Dhanlaxmi Fabrics Ltd.
Textile manufacturer specializing in cotton, synthetic, and…
|
521151 | IN | Manufacturing |
|
EREĞLİ TEKSTİL TURİZM SANAYİ VE TİCARET A.Ş.
Integrated manufacturer of technical fabrics and apparel fo…
|
ERGLI | TR | Manufacturing |
|
Fateh Textile Mills Limited
Manufacturer and exporter of yarn, cloth, fabrics, apparel,…
|
FTHM | PK | Manufacturing |
Huafang 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/56733/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56733 | 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=56733 | 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=56733 \ -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": 56733}, 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 Huafang Co.,Ltd (id: 56733)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.