SHENZHEN XINYUREN TECHNOLOGY CO.,LTD. — Investor Relations & Filings
About SHENZHEN XINYUREN TECHNOLOGY CO.,LTD.
Shenzhen Xinyuren Technology Co., Ltd. specializes in the research, development, and manufacturing of high-end intelligent equipment for lithium-ion battery production. The company provides comprehensive solutions for electrode manufacturing, including high-precision slot-die coating machines, advanced drying systems, and automated calendering equipment. Its technology focuses on improving energy efficiency and production consistency for manufacturers of power batteries and energy storage systems. Xinyuren is recognized for its expertise in thermal engineering and precision mechanical design, offering integrated production lines that streamline the manufacturing process from slurry coating to finished electrode coils. The equipment is designed to meet the rigorous demands of high-speed, large-scale battery production while maintaining high levels of accuracy and reliability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度募集资金存放、管理与使用情的鉴证报告 | 2026-04-29 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-29 | Chinese | |
| 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-04-29 | Chinese | |
| 关于集中竞价减持部分已回购股份计划进展公告 | 2026-04-10 | Chinese | |
| 关于集中竞价减持部分已回购股份计划进展公告 | 2026-04-01 | Chinese | |
| 关于董事会延期换届的提示性公告 | 2026-03-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 39313725 | 2025年度募集资金存放、管理与使用情的鉴证报告 | 2026-04-29 | Chinese | ||
| 39313689 | 关于召开2025年年度股东会的通知 | 2026-04-29 | Chinese | ||
| 39313681 | 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-04-29 | Chinese | ||
| 39313679 | 关于集中竞价减持部分已回购股份计划进展公告 | 2026-04-10 | Chinese | ||
| 39313672 | 关于集中竞价减持部分已回购股份计划进展公告 | 2026-04-01 | Chinese | ||
| 39313670 | 关于董事会延期换届的提示性公告 | 2026-03-17 | Chinese | ||
| 39313667 | 关于集中竞价减持部分已回购股份计划的公告 | 2026-03-17 | Chinese | ||
| 39313661 | 2025年度业绩快报公告 | 2026-02-27 | Chinese | ||
| 39313651 | 2025年年度业绩预告 | 2026-01-30 | Chinese | ||
| 39313643 | 国联民生证券承销保荐有限公司关于深圳市信宇人科技股份有限公司之专项现场检查报告 | 2026-01-08 | Chinese | ||
|
2025
5 filings
| |||||
| 39313638 | 国联民生证券承销保荐有限公司关于深圳市信宇人科技股份有限公司有关非经营性资金占用的核查意见 | 2025-12-31 | Chinese | ||
| 39313631 | 关于非经营性资金占用事项自查及整改情况的公告 | 2025-12-31 | Chinese | ||
| 39313624 | 关于公司非独立董事离任暨选举职工代表董事的公告 | 2025-12-18 | Chinese | ||
| 39313618 | 深圳市信宇人科技股份有限公司2025年三季度报告的信息披露监管问询函回复的公告 | 2025-12-12 | Chinese | ||
| 39313610 | 国联民生证券承销保荐有限公司关于深圳市信宇人科技股份有限公司2025年三季度报告的信息披露监管问询函回复的核查意见 | 2025-12-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
333D LIMITED
Provides additive manufacturing, 3D printing, scanning, and…
|
T3D | AU | Manufacturing |
|
3DM Digital Manufacturing Ltd.
Develops patented SLS 3D printing technology for industrial…
|
DM3 | IL | Manufacturing |
|
3S KOREA CO., LTD
Manufactures semiconductor wafer carriers and environmental…
|
060310 | KR | Manufacturing |
|
AB DYNAMICS PLC
Supplier of advanced testing and simulation solutions for t…
|
ABDP | GB | Manufacturing |
|
ABRIL PAPER TECH LIMITED
Provides engineering, machinery, and turnkey solutions for …
|
544500 | IN | Manufacturing |
|
ACM Research, Inc.
Develops and sells wafer fabrication equipment for the glob…
|
ACMR | US | Manufacturing |
|
ACM RESEARCH(SHANGHAI),INC.
Develops advanced semiconductor wet cleaning and surface tr…
|
688082 | CN | Manufacturing |
|
Advanced Fiber Technologies (AFT) Income Fund
Specialized products and technologies for the fiber process…
|
AFT.UN | CA | Manufacturing |
|
Advanced Micro-Fabrication Equipment Inc. China
Develops plasma etching and MOCVD equipment for advanced se…
|
688012 | CN | Manufacturing |
|
Advanced Process Systems Corporation
Manufactures equipment for the semiconductor, display, EV b…
|
265520 | KR | Manufacturing |
SHENZHEN XINYUREN 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/58499/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58499 | 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=58499 | 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=58499 \ -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": 58499}, 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 SHENZHEN XINYUREN TECHNOLOGY CO.,LTD. (id: 58499)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.