
Suzhou Xingye Materials Technology Co., Ltd. — Investor Relations & Filings
Suzhou Xingye Materials Technology Co., Ltd. specializes in the research, development, production, and sale of functional new materials, with a primary focus on the foundry industry. The company's core product portfolio includes high-performance foundry resins such as furan resins and cold box resins, along with specialized curing agents, coatings, and auxiliary materials. These products are essential for precision casting processes in sectors including automotive manufacturing, energy equipment, heavy machinery, aerospace, and rail transit. The company emphasizes the development of environmentally friendly and energy-efficient materials to support sustainable industrial practices. Through continuous innovation and a strong R&D infrastructure, it provides customized material solutions and technical support to enhance casting quality and production efficiency for global industrial clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京市中伦(上海)律师事务所关于兴业股份2023年第一次临时股东大会的法律意见书 | 2023-07-19 | Chinese | |
| 兴业股份2023年第一次临时股东大会决议公告 | 2023-07-19 | Chinese | |
| 兴业股份2023年第一次临时股东大会会议资料 | 2023-07-11 | Chinese | |
| 兴业股份关于公司最近五年未被证券监管部门和证券交易所采取监管措施或处罚的公告 | 2023-07-03 | Chinese | |
| 兴业股份未来三年(2024年-2026年)股东分红回报规划 | 2023-07-03 | Chinese | |
| 兴业股份关于无需编制前次募集资金使用情况报告的公告 | 2023-07-03 | Chinese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 37204957 | 北京市中伦(上海)律师事务所关于兴业股份2023年第一次临时股东大会的法律意见书 | 2023-07-19 | Chinese | ||
| 37204952 | 兴业股份2023年第一次临时股东大会决议公告 | 2023-07-19 | Chinese | ||
| 37204938 | 兴业股份2023年第一次临时股东大会会议资料 | 2023-07-11 | Chinese | ||
| 37204929 | 兴业股份关于公司最近五年未被证券监管部门和证券交易所采取监管措施或处罚的公告 | 2023-07-03 | Chinese | ||
| 37204917 | 兴业股份未来三年(2024年-2026年)股东分红回报规划 | 2023-07-03 | Chinese | ||
| 37204911 | 兴业股份关于无需编制前次募集资金使用情况报告的公告 | 2023-07-03 | Chinese | ||
| 37204906 | 兴业股份关于向不特定对象发行可转换公司债券预案披露的提示性公告 | 2023-07-03 | Chinese | ||
| 37204899 | 兴业股份向不特定对象发行可转换公司债券方案的论证分析报告 | 2023-07-03 | Chinese | ||
| 37204891 | 苏州兴业材料科技股份有限公司募集资金管理制度 | 2023-07-03 | Chinese | ||
| 37204885 | 兴业股份独立董事关于公司第四届董事会十三次会议相关议案的独立意见 | 2023-07-03 | Chinese | ||
| 37204880 | 兴业股份可转换公司债券持有人会议规则 | 2023-07-03 | Chinese | ||
| 37204873 | 兴业股份向不特定对象发行可转换公司债券预案 | 2023-07-03 | Chinese | ||
| 37204863 | 兴业股份关于召开2023年第一次临时股东大会的通知 | 2023-07-03 | Chinese | ||
| 37204858 | 兴业股份第四届董事会十三次会决议公告 | 2023-07-03 | Chinese | ||
| 37204854 | 兴业股份关于向不特定对象发行可转换公司债券摊薄即期回报及填补措施和相关主体承诺的公告 | 2023-07-03 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other chemical products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1933 Industries Inc
A vertically integrated consumer-packaged goods company spe…
|
TGIF | CA | Manufacturing |
|
3M CO
A diversified, science-based technology corporation that de…
|
MMM | US | Manufacturing |
|
5N Plus Inc.
Global producer of specialty semiconductors and ultra-pure …
|
VNP | CA | Manufacturing |
|
ACISELSAN ACIPAYAM SELÜLOZ SANAYİ VE TİCARET A.Ş.
Specialized manufacturer of Carboxymethyl Cellulose (CMC) f…
|
ACSEL | TR | Manufacturing |
|
ACUTAAS CHEMICALS LIMITED
Manufactures and exports specialty chemicals for industrial…
|
ACUTAAS | IN | Manufacturing |
|
ADEKA CORPORATION
Manufacturer of chemicals, food products, and life sciences…
|
4401 | JP | Manufacturing |
|
Ading AD
Manufactures and distributes chemical materials for the con…
|
AD | MK | Manufacturing |
|
Aduro Clean Technologies Inc.
Uses a water-based chemical process to convert hydrocarbon …
|
ADUR | CA | Manufacturing |
|
Advanced Enzyme Technologies Limited
Research-driven developer and manufacturer of proprietary e…
|
ADVENZYMES | IN | Manufacturing |
|
Advanced Nano Products Co., Ltd.
Developer and manufacturer of advanced nanomaterials for hi…
|
121600 | KR | Manufacturing |
Suzhou Xingye Materials 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/57907/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57907 | 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=57907 | 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=57907 \ -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": 57907}, 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 Suzhou Xingye Materials Technology Co., Ltd. (id: 57907)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.