
XINLONG HOLDING (GROUP) CO., LTD. — Investor Relations & Filings
Xinlong Holding (Group) Co., Ltd. specializes in the research, development, and manufacturing of high-end non-woven materials. The company utilizes advanced production technologies, including spunlace, thermal bond, melt-blown, and composite processes, to create a diverse range of functional fabrics. Its product portfolio serves critical sectors such as medical and healthcare, personal hygiene, industrial filtration, and household maintenance. Key offerings include materials for surgical gowns, protective masks, sanitary wipes, and specialized industrial cloths. Xinlong focuses on technological innovation and quality control to provide high-performance solutions for global markets. The company maintains an integrated business model that spans from raw material processing to the production of finished consumer goods, emphasizing sustainability and functional performance in its textile engineering.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东部分股份被司法冻结的公告 | 2026-05-11 | Chinese | |
| 2025年度股东会法律意见书 | 2026-05-11 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-11 | Chinese | |
| 2026年度高级管理人员薪酬方案 | 2026-04-17 | Chinese | |
| 第九届董事会第五次会议决议公告 | 2026-04-17 | Chinese | |
| 关联方资金占用专项审计报告 | 2026-04-17 | Chinese |
Browse filings by year
27 years- 2026 33 filings
- 2025 86 filings
- 2024 61 filings
- 2023 43 filings
- 2022 76 filings
- 2021 60 filings
- 2020 137 filings
- 2019 104 filings
- 2018 74 filings
- 2017 88 filings
- 2016 185 filings
- 2015 103 filings
- 2014 68 filings
- 2013 94 filings
- 2012 85 filings
- 2011 64 filings
- 2010 59 filings
- 2009 67 filings
- 2008 68 filings
- 2007 84 filings
- 2006 58 filings
- 2005 20 filings
- 2004 20 filings
- 2003 33 filings
- 2002 27 filings
- 2001 4 filings
- 1999 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45017862 | 关于控股股东部分股份被司法冻结的公告 | 2026-05-11 | Chinese | ||
| 45017121 | 2025年度股东会法律意见书 | 2026-05-11 | Chinese | ||
| 45017120 | 2025年度股东会决议公告 | 2026-05-11 | Chinese | ||
| 44211335 | 2026年度高级管理人员薪酬方案 | 2026-04-17 | Chinese | ||
| 44211333 | 第九届董事会第五次会议决议公告 | 2026-04-17 | Chinese | ||
| 44211327 | 关联方资金占用专项审计报告 | 2026-04-17 | Chinese | ||
| 44211326 | 2025年年度审计报告 | 2026-04-17 | Chinese | ||
| 44211322 | 关于使用暂时闲置资金购买理财产品的公告 | 2026-04-17 | Chinese | ||
| 44211319 | 独立董事2025年述职报告(周兰) | 2026-04-17 | Chinese | ||
| 44211318 | 内部控制审计报告 | 2026-04-17 | Chinese | ||
| 44211317 | 2025年度内部控制评价报告 | 2026-04-17 | Chinese | ||
| 44211315 | 董事、高级管理人员薪酬管理制度 | 2026-04-17 | Chinese | ||
| 44211309 | 营业收入扣除情况的专项核查意见 | 2026-04-17 | Chinese | ||
| 44211305 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-17 | Chinese | ||
| 44211303 | 关于预计2026年度对外担保额度的公告 | 2026-04-17 | 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 |
XINLONG HOLDING (GROUP) 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/53922/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53922 | 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=53922 | 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=53922 \ -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": 53922}, 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 XINLONG HOLDING (GROUP) CO., LTD. (id: 53922)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.