
HangZhou Nbond Nonwovens Co., Ltd. — Investor Relations & Filings
HangZhou Nbond Nonwovens Co., Ltd. specializes in the research, development, and manufacture of high-performance spunlace nonwoven materials. The company operates advanced production facilities to produce a diverse range of products, including hygiene wipes, medical supplies, industrial cleaning materials, and beauty care substrates. Nbond focuses on technical innovation and sustainable manufacturing, offering biodegradable and flushable nonwoven solutions. Its core capabilities include the production of high-quality nonwoven rolls and finished goods for global markets. The company serves various sectors such as healthcare, personal care, and household maintenance, emphasizing quality control and customized material engineering to meet specific client requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 诺邦股份2025年年度权益分派实施公告 | 2026-05-25 | Chinese | |
| 北京国枫律师事务所关于杭州诺邦无纺股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | |
| 诺邦股份2025年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 诺邦股份2025年年度报告_摘要 | 2026-04-23 | Chinese | |
| 诺邦股份2025年度内部控制评价报告 | 2026-04-23 | Chinese | |
| 诺邦股份关于2026年度开展远期结售汇业务的公告 | 2026-04-23 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 47041976 | 诺邦股份2025年年度权益分派实施公告 | 2026-05-25 | Chinese | ||
| 46365979 | 北京国枫律师事务所关于杭州诺邦无纺股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | ||
| 46364836 | 诺邦股份2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 38042733 | 诺邦股份2025年年度报告_摘要 | 2026-04-23 | Chinese | ||
| 38042713 | 诺邦股份2025年度内部控制评价报告 | 2026-04-23 | Chinese | ||
| 38042701 | 诺邦股份关于2026年度开展远期结售汇业务的公告 | 2026-04-23 | Chinese | ||
| 38042691 | 董事、高级管理人员薪酬管理制度(2026年4月制定) | 2026-04-23 | Chinese | ||
| 38042682 | 诺邦股份董事会审计委员会2025年度对会计师事务所履行监督职责情况报告 | 2026-04-23 | Chinese | ||
| 38042671 | 诺邦股份关于续聘会计师事务所的公告 | 2026-04-23 | Chinese | ||
|
2025
6 filings
| |||||
| 38042659 | 诺邦股份关于选举第七届董事会职工代表董事的公告 | 2025-11-26 | Chinese | ||
| 38042642 | 诺邦股份2025年第二次临时股东大会决议公告 | 2025-11-26 | Chinese | ||
| 38042634 | 诺邦股份2025年第二次临时股东大会法律意见书 | 2025-11-26 | Chinese | ||
| 38042622 | 诺邦股份关于完成董事会换届选举及选举董事长、专门委员会成员及召集人、聘任高级管理人员、证券事务代表的公告 | 2025-11-26 | Chinese | ||
| 38042606 | 诺邦股份第七届董事会第一次会议决议公告 | 2025-11-26 | Chinese | ||
| 38042596 | 诺邦股份2025年第二次临时股东大会会议资料 | 2025-11-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other textiles n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AEL Textile Limited
Engaged in trading and manufacturing textile products; amal…
|
AEL | PK | Manufacturing |
|
ALPARGATAS TEXTIL SOCIEDAD ANÓNIMA
A manufacturing company specializing in diverse textile pro…
|
— | AR | Manufacturing |
|
AnHui Jinchun Nonwoven Co.,Ltd.
Manufactures spunlace nonwoven fabrics for hygiene, medical…
|
300877 | CN | Manufacturing |
|
Arex Industries Ltd.
Designs and manufactures woven and printed labels for the g…
|
526851 | IN | Manufacturing |
|
Avgol Industries 1953 Ltd.
Global manufacturer of spun melt nonwoven materials for hyg…
|
AVGL | IL | Manufacturing |
|
BAIKSAN CO.,LTD
Manufacturer of polyurethane synthetic leather for automoti…
|
035150 | KR | Manufacturing |
|
BELDING INDIA LIMITED
Manufactures and exports high-performance technical textile…
|
513307 | IN | Manufacturing |
|
Bhilwara Technical Textiles Limited
Manufacturer of high-performance technical textiles and yar…
|
BTTL | IN | Manufacturing |
|
CANDOUR TECHTEX LIMITED
Manufacturer of technical textiles and material handling so…
|
522292 | IN | Manufacturing |
|
CCI Yilan
Manufactures high-performance functional fabrics and TPU fi…
|
1342 | TW | Manufacturing |
HangZhou Nbond Nonwovens 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/57538/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57538 | 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=57538 | 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=57538 \ -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": 57538}, 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 HangZhou Nbond Nonwovens Co., Ltd. (id: 57538)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.