
XIANHE CO.,LTD. — Investor Relations & Filings
Xianhe Co., Ltd. specializes in the research, development, and large-scale production of high-end specialty paper products. The company operates an integrated manufacturing platform that covers the entire value chain from pulping to finished paper products. Its diverse portfolio includes decorative paper for furniture and flooring, tobacco-related materials such as tipping and plug wrap paper, and specialized packaging solutions for the food and medical sectors. Additionally, the company produces technical functional papers used in industrial applications. Xianhe focuses on providing customized, high-performance paper solutions characterized by specific technical requirements like durability, safety, and aesthetic quality. By leveraging advanced production technologies and a robust supply chain, the company serves a global clientele across various specialized industries.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 仙鹤股份关于董事会换届选举的公告 | 2025-08-06 | Chinese | |
| 仙鹤股份有限公司股东会议事规则(2025年8月修订) | 2025-08-06 | Chinese | |
| 仙鹤股份有限公司未来三年(2024-2026年)股东分红回报规划(2025年8月修订) | 2025-08-06 | Chinese | |
| 仙鹤股份有限公司投资者关系管理办法(2025年8月修订) | 2025-08-06 | Chinese | |
| 仙鹤股份有限公司募集资金管理办法(2025年8月修订) | 2025-08-06 | Chinese | |
| 仙鹤股份有限公司董事会提名委员会工作细则(2025年8月修订) | 2025-08-06 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38819262 | 仙鹤股份关于董事会换届选举的公告 | 2025-08-06 | Chinese | ||
| 38819253 | 仙鹤股份有限公司股东会议事规则(2025年8月修订) | 2025-08-06 | Chinese | ||
| 38819247 | 仙鹤股份有限公司未来三年(2024-2026年)股东分红回报规划(2025年8月修订) | 2025-08-06 | Chinese | ||
| 38819236 | 仙鹤股份有限公司投资者关系管理办法(2025年8月修订) | 2025-08-06 | Chinese | ||
| 38819228 | 仙鹤股份有限公司募集资金管理办法(2025年8月修订) | 2025-08-06 | Chinese | ||
| 38819221 | 仙鹤股份有限公司董事会提名委员会工作细则(2025年8月修订) | 2025-08-06 | Chinese | ||
| 38819215 | 仙鹤股份关于实施2024年年度权益分派调整“鹤21转债”转股价格的公告 | 2025-07-03 | Chinese | ||
| 38819207 | 仙鹤股份2024年年度权益分派实施公告 | 2025-07-03 | Chinese | ||
| 38819200 | 仙鹤股份可转债转股结果暨股份变动公告 | 2025-07-01 | Chinese | ||
| 38819194 | 仙鹤股份关于对外投资的公告 | 2025-07-01 | Chinese | ||
| 38819189 | 仙鹤股份关于实施2024年度权益分派时“鹤21转债”停止转股的提示性公告 | 2025-06-29 | Chinese | ||
| 38819183 | 仙鹤股份关于部分募集资金专项账户注销的公告 | 2025-06-26 | Chinese | ||
| 38819176 | 仙鹤股份有限公司公开发行可转换公司债券受托管理事务报告(2024年度) | 2025-06-26 | Chinese | ||
| 38819159 | 仙鹤股份有限公司2025年度跟踪评级报告 | 2025-06-23 | Chinese | ||
| 38819135 | 仙鹤股份关于“鹤21转债”2025年跟踪评级结果的公告 | 2025-06-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pulp, paper and paperboard
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AbitibiBowater Canada Inc.
Global producer of newsprint, printing papers, bleached kra…
|
AXB | CA | Manufacturing |
|
Agio Paper & Industries Limited
Manufactures writing and printing paper for educational and…
|
516020 | IN | Manufacturing |
|
Alberta Newsprint Fund
Alberta's sole paper mill, manufacturing premium newsprint …
|
— | CA | Manufacturing |
|
ALKİM KAĞIT SANAYİ VE TİCARET A.Ş.
Manufacturer of high-grade paper for the printing and packa…
|
ALKA | TR | Manufacturing |
|
Altri SGPS
A producer of cellulosic fibers and eucalyptus pulp from su…
|
ACJ | PT | Manufacturing |
|
ANDHRA PAPER LIMITED
Integrated manufacturer of pulp, paper, and specialty board…
|
ANDHRAPAP | IN | Manufacturing |
|
Anhui Genuine New Materials Co.,Ltd.
Manufactures high-end vacuum aluminized and transfer paper …
|
603429 | CN | Manufacturing |
|
ANHUI LINPING CIRCULAR DEVELOPMENT CO., LTD.
Produces recycled corrugated base paper and kraft linerboar…
|
603284 | CN | Manufacturing |
|
Arctic Paper S.A.
Manufacturer of premium graphic papers, packaging solutions…
|
ATC | PL | Manufacturing |
|
Ashutosh Paper Mills Ltd.
Produces kraft, writing, and printing papers from recycled …
|
531568 | IN | Manufacturing |
XIANHE 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/57809/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57809 | 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=57809 | 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=57809 \ -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": 57809}, 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 XIANHE CO.,LTD. (id: 57809)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.