
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 |
|---|---|---|---|
| 关于使用闲置募集资金购买理财产品到期赎回的公告 | 2018-01-29 | Chinese | |
| 2018年第一次临时股东大会资料 | 2018-01-24 | Chinese | |
| 第三届监事会三次会议决议公告 | 2018-01-18 | Chinese | |
| 国金证券股份有限公司关于苏州兴业材料科技股份有限公司使用自有资金进行现金管理事项的核查意见 | 2018-01-18 | Chinese | |
| 独立董事关于第三届董事会四次会议相关事项的独立意见 | 2018-01-18 | Chinese | |
| 国金证券股份有限公司关于苏州兴业材料科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2018-01-18 | Chinese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
13 filings
| |||||
| 37199747 | 关于使用闲置募集资金购买理财产品到期赎回的公告 | 2018-01-29 | Chinese | ||
| 37199745 | 2018年第一次临时股东大会资料 | 2018-01-24 | Chinese | ||
| 37199738 | 第三届监事会三次会议决议公告 | 2018-01-18 | Chinese | ||
| 37199734 | 国金证券股份有限公司关于苏州兴业材料科技股份有限公司使用自有资金进行现金管理事项的核查意见 | 2018-01-18 | Chinese | ||
| 37199725 | 独立董事关于第三届董事会四次会议相关事项的独立意见 | 2018-01-18 | Chinese | ||
| 37199719 | 国金证券股份有限公司关于苏州兴业材料科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2018-01-18 | Chinese | ||
| 37199713 | 关于召开2018年第一次临时股东大会的通知 | 2018-01-18 | Chinese | ||
| 37199706 | 关于使用自有阶段性闲置资金进行现金管理的公告 | 2018-01-18 | Chinese | ||
| 37199702 | 关于使用部分闲置募集资金进行现金管理的公告 | 2018-01-18 | Chinese | ||
| 37199696 | 第三届董事会四次会议决议公告 | 2018-01-18 | Chinese | ||
| 37199688 | 关于获得发明专利证书的公告 | 2018-01-16 | Chinese | ||
| 37199682 | 关于募投项目《年产7.5万吨铸造用化工新材料建设项目》实施进展的公告 | 2018-01-08 | Chinese | ||
| 37199675 | 关于使用自有资金购买理财产品的进展公告 | 2018-01-02 | Chinese | ||
|
2017
2 filings
| |||||
| 37199667 | 国金证券股份有限公司关于苏州兴业材料科技股份有限公司2017年度持续督导工作定期现场检查报告 | 2017-12-29 | Chinese | ||
| 37199661 | 关于使用自有资金购买理财产品的进展公告 | 2017-12-26 | 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.