
Hunan Yujing Machinery Co., Ltd. — Investor Relations & Filings
Hunan Yujing Machinery Co., Ltd. specializes in the research, development, and manufacturing of high-precision CNC processing equipment. The company focuses on providing advanced solutions for hard and brittle materials, including semiconductors, photovoltaics, and sapphire. Its core product portfolio features multi-wire cutting machines, high-precision grinding and polishing machines, and thinning equipment. These technologies are primarily utilized in the production of silicon wafers, silicon carbide, gallium nitride, and ceramic components. By integrating precision mechanical design with advanced control systems, the company enables high-efficiency slicing and surface finishing for critical industrial applications. Its equipment is designed to meet the rigorous standards of the electronics and renewable energy sectors, emphasizing technical innovation and process reliability in material processing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司控股股东部分股份解除质押的公告 | 2026-05-14 | Chinese | |
| 关于部分股票期权注销完成的公告 | 2026-05-11 | Chinese | |
| 2025年度内部控制自我评价报告 | 2026-04-28 | Chinese | |
| 关于注销2022年股票期权激励计划部分股票期权的公告 | 2026-04-28 | Chinese | |
| 关于为子公司向银行申请综合授信提供担保的公告 | 2026-04-28 | Chinese | |
| 关于湖南宇晶机器股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告-众环专字(2026)1100134号 | 2026-04-28 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46343625 | 关于公司控股股东部分股份解除质押的公告 | 2026-05-14 | Chinese | ||
| 45016885 | 关于部分股票期权注销完成的公告 | 2026-05-11 | Chinese | ||
| 39879860 | 2025年度内部控制自我评价报告 | 2026-04-28 | Chinese | ||
| 39879857 | 关于注销2022年股票期权激励计划部分股票期权的公告 | 2026-04-28 | Chinese | ||
| 39879844 | 关于为子公司向银行申请综合授信提供担保的公告 | 2026-04-28 | Chinese | ||
| 39879832 | 关于湖南宇晶机器股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告-众环专字(2026)1100134号 | 2026-04-28 | Chinese | ||
| 39879695 | 上市公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-28 | Chinese | ||
| 39879686 | 2025年度独立董事述职报告(许定胜) | 2026-04-28 | Chinese | ||
| 39879678 | 湖南宇晶机器股份有限公司内部控制审计报告-众环审字(2026)1100111号 | 2026-04-28 | Chinese | ||
| 39879631 | 关于增加注册资本及修改《公司章程》的公告 | 2026-04-28 | Chinese | ||
| 39879624 | 深圳市他山企业管理咨询有限公司关于湖南宇晶机器股份有限公司2022年股票期权激励计划注销部分股票期权事项的独立财务顾问报告 | 2026-04-28 | Chinese | ||
| 39879619 | 关于召开2025年年度股东会的通知 | 2026-04-28 | Chinese | ||
| 39879611 | 关于湖南宇晶机器股份有限公司营业收入扣除情况表专项核查报告-众环专字(2026)1100135号 | 2026-04-28 | Chinese | ||
| 39879519 | 2025年度独立董事述职报告(唐曦) | 2026-04-28 | Chinese | ||
| 39879516 | 2025年度独立董事述职报告(杜新宇) | 2026-04-28 | 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 |
|
3REN BERHAD
Provides digitalized automation solutions & engineering ser…
|
— | MY | 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 |
Hunan Yujing Machinery 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/54935/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54935 | 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=54935 | 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=54935 \ -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": 54935}, 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 Hunan Yujing Machinery Co., Ltd. (id: 54935)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.