XINGYE LEATHER TECHNOLOGY CO.,LTD. — Investor Relations & Filings
Xingye Leather Technology Co., Ltd. specializes in the research, development, production, and distribution of high-quality natural leather products. The company primarily focuses on cattle hide leather, producing a wide range of upper leather materials used in the manufacturing of footwear, handbags, and leather accessories. Its product portfolio includes various finishes and textures tailored to meet the technical specifications of global fashion and sports brands. The company emphasizes technological innovation and sustainable manufacturing processes, maintaining certifications such as the Leather Working Group (LWG) gold rating. By integrating advanced tanning technologies with large-scale production capabilities, the firm serves as a key supplier to both domestic and international markets, providing materials that balance durability, aesthetic appeal, and environmental compliance.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年第一次临时股东大会决议的公告 | 2025-07-03 | Chinese | |
| 关于为子公司提供担保的进展公告(二) | 2025-06-23 | Chinese | |
| 关于2023年股票期权激励计划部分股票期权注销完成的公告 | 2025-06-20 | Chinese | |
| 关于为子公司提供担保的进展公告(一) | 2025-06-17 | Chinese | |
| 第六届董事会第九次临时会议决议公告 | 2025-06-16 | Chinese | |
| 关于召开2025年第一次临时股东大会的通知 | 2025-06-16 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36802310 | 2025年第一次临时股东大会决议的公告 | 2025-07-03 | Chinese | ||
| 36802301 | 关于为子公司提供担保的进展公告(二) | 2025-06-23 | Chinese | ||
| 36802291 | 关于2023年股票期权激励计划部分股票期权注销完成的公告 | 2025-06-20 | Chinese | ||
| 36802288 | 关于为子公司提供担保的进展公告(一) | 2025-06-17 | Chinese | ||
| 36802277 | 第六届董事会第九次临时会议决议公告 | 2025-06-16 | Chinese | ||
| 36802268 | 关于召开2025年第一次临时股东大会的通知 | 2025-06-16 | Chinese | ||
| 36802257 | 上海荣正企业咨询服务(集团)股份有限公司关于兴业皮革科技股份有限公司2023年股票期权激励计划注销部分股票期权相关事项之独立财务顾问报告 | 2025-06-16 | Chinese | ||
| 36802251 | 关于注销2023年股票期权激励计划部分股票期权的公告 | 2025-06-16 | Chinese | ||
| 36802243 | 北京国枫律师事务所关于兴业科技2023年股票期权激励计划注销部分股票期权的的法律意见书 | 2025-06-16 | Chinese | ||
| 36802232 | 关于持股5%以上股东因减持及被动稀释持股比例变动超过1%的公告 | 2025-06-16 | Chinese | ||
| 36802221 | 兴业皮革科技股份有限公司章程(2025年6月) | 2025-06-16 | Chinese | ||
| 36802199 | 兴业皮革科技股份有限公司章程修订对照表 | 2025-06-16 | Chinese | ||
| 36802182 | 第六届监事会第三次临时会议决议公告 | 2025-06-16 | Chinese | ||
| 36802172 | 2024年度股东大会决议的公告 | 2025-05-19 | Chinese | ||
| 36802161 | 关于兴业皮革科技股份有限公司2024年度股东大会的法律意见书 | 2025-05-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Tanning and dressing of leather; dressing and dyeing of fur
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AKI India Limited
Produces and exports leather goods, footwear, and equestria…
|
AKI | IN | Manufacturing |
|
AMIN TANNERY LIMITED
Manufacturer of finished leather and leather products for d…
|
541771 | IN | Manufacturing |
|
CHOKWANG LEATHER CO.,LTD
Manufacturer and distributor of leather for automotive and …
|
004700 | KR | Manufacturing |
|
DESA DERİ SANAYİ VE TİCARET A.Ş.
Vertically integrated manufacturer and retailer of leather …
|
DESA | TR | Manufacturing |
|
G.M. Leather
Processes and markets high-quality bovine leathers for luxu…
|
GML | IT | Manufacturing |
|
KARO Leather a.s.
Vertically integrated manufacturer of upholstery and clothi…
|
KARIN | CZ | Manufacturing |
|
MINGXIN NEW MATERIAL CO.,LTD.
Produces advanced, sustainable automotive interior material…
|
605068 | CN | Manufacturing |
|
Namyue Holdings LimitedI
Processes and sells semi-finished and finished leather prod…
|
1058 | HK | Manufacturing |
|
SAMYANGTONGSANG LTD
Manufacturer of cow leather for the automotive, footwear, a…
|
002170 | KR | Manufacturing |
|
SCHAFFER CORPORATION LIMITED
Produces automotive leather, building materials, and manage…
|
SFC | AU | Manufacturing |
XINGYE LEATHER TECHNOLOGY 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/54694/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54694 | 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=54694 | 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=54694 \ -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": 54694}, 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 XINGYE LEATHER TECHNOLOGY CO.,LTD. (id: 54694)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.