
XI'AN ESWIN MATERIAL TECHNOLOGY CO., LTD. — Investor Relations & Filings
XI'AN ESWIN MATERIAL TECHNOLOGY CO., LTD. specializes in the research, development, and manufacturing of high-end semiconductor materials. The company primarily focuses on the production of 12-inch (300mm) monocrystalline silicon wafers, including polished and epitaxial varieties. These products serve as critical substrates for the fabrication of integrated circuits used in logic chips, memory devices, image sensors, and power semiconductors. By leveraging advanced crystal growth and wafer processing technologies, the company provides high-purity, low-defect silicon materials to meet the stringent requirements of global semiconductor manufacturers. Its operations support the scaling of advanced process nodes and contribute to the stability of the semiconductor supply chain through large-scale production capacity and rigorous quality control standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信证券股份有限公司关于西安奕斯伟材料科技股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2025-12-02 | Chinese | |
| 防范控股股东、实际控制人及其他关联方资金占用管理制度 | 2025-12-02 | Chinese | |
| 内幕信息知情人登记管理制度 | 2025-12-02 | Chinese | |
| 关于使用自有资金支付募投项目部分款项并以募集资金等额置换的公告 | 2025-12-02 | Chinese | |
| 董事、高级管理人员离职管理制度 | 2025-12-02 | Chinese | |
| 关于对外新设子公司的公告 | 2025-12-02 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39599191 | 中信证券股份有限公司关于西安奕斯伟材料科技股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2025-12-02 | Chinese | ||
| 39599179 | 防范控股股东、实际控制人及其他关联方资金占用管理制度 | 2025-12-02 | Chinese | ||
| 39599166 | 内幕信息知情人登记管理制度 | 2025-12-02 | Chinese | ||
| 39599156 | 关于使用自有资金支付募投项目部分款项并以募集资金等额置换的公告 | 2025-12-02 | Chinese | ||
| 39599144 | 董事、高级管理人员离职管理制度 | 2025-12-02 | Chinese | ||
| 39599135 | 关于对外新设子公司的公告 | 2025-12-02 | Chinese | ||
| 39599123 | 募集资金管理办法 | 2025-12-02 | Chinese | ||
| 39599114 | 中信证券股份有限公司关于西安奕斯伟材料科技股份有限公司签订“智造创新中心”项目投资合作协议暨关联交易的核查意见 | 2025-12-02 | Chinese | ||
| 39599099 | 关于西安奕斯伟材料科技股份有限公司以自筹资金预先投入募集资金投资项目和支付发行费用情况报告的鉴证报告 | 2025-12-02 | Chinese | ||
| 39599054 | 投资者关系管理办法 | 2025-12-02 | Chinese | ||
| 39599045 | 董事会审计委员会实施细则 | 2025-12-02 | Chinese | ||
| 39599037 | 中信证券股份有限公司关于西安奕斯伟材料科技股份有限公司使用部分募集资金进行现金管理的核查意见 | 2025-12-02 | Chinese | ||
| 39599018 | 总经理(总裁)工作细则 | 2025-12-02 | Chinese | ||
| 39599007 | 董事会提名薪酬与考核委员会实施细则 | 2025-12-02 | Chinese | ||
| 39598997 | 关于取消监事会、废止监事会议事规则的公告 | 2025-12-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3ALogics. Inc.
Designs and develops NFC and RFID System-on-Chips (SoCs) fo…
|
177900 | KR | Manufacturing |
|
3peak Incorporated
Designs analog and mixed-signal ICs for signal chain and po…
|
688536 | CN | Manufacturing |
|
4DS MEMORY LIMITED
Develops Interface Switching ReRAM for high-density Storage…
|
4DS | AU | Manufacturing |
|
AAC Technologies Holdings Inc.
Global provider of sensory solutions and miniaturized compo…
|
2018 | KY | Manufacturing |
|
ABCO ELECTRONICS CO., LTD.
Manufacturer of passive electronic components like inductor…
|
036010 | KR | Manufacturing |
|
ABOV Semiconductor Co.,Ltd.
Designs and manufactures MCUs, touch sensors, and non-volat…
|
102120 | KR | Manufacturing |
|
Acbel
Designs and manufactures switching power supplies for 5G, m…
|
6282 | TW | Manufacturing |
|
Accelink Technologies Co., Ltd.
Produces optoelectronic components and modules for telecom …
|
002281 | CN | Manufacturing |
|
ACES
Global provider of high-precision electronic components and…
|
3605 | TW | Manufacturing |
|
ACTIONS TECHNOLOGY CO., LTD.
Designs low-power wireless and multimedia SoCs for audio an…
|
688049 | CN | Manufacturing |
XI'AN ESWIN MATERIAL 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/58637/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58637 | 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=58637 | 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=58637 \ -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": 58637}, 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 XI'AN ESWIN MATERIAL TECHNOLOGY CO., LTD. (id: 58637)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.