Shaoxing Xingxin New Materials Co.,Ltd. — Investor Relations & Filings
Shaoxing Xingxin New Materials Co., Ltd. specializes in the research, development, production, and sales of fine chemical products, with a primary focus on piperazine derivatives and other amine-based chemicals. The company's core product portfolio includes anhydrous piperazine, N-methylpiperazine, N-ethylpiperazine, and triethylenediamine (TEDA). These products serve as critical intermediates and catalysts in various sectors, including pharmaceuticals, agrochemicals, polyurethane materials, and epoxy resin curing agents. By leveraging advanced synthesis technologies and a commitment to green manufacturing, the company has established a significant presence in the global specialty chemicals market. Its operations emphasize high-purity standards and process innovation to meet the rigorous requirements of international clients in the life sciences and industrial materials industries.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国盛证券股份有限公司关于绍兴兴欣新材料股份有限公司预计2026年度日常关联交易的核查意见 | 2026-03-30 | Chinese | |
| 绍兴兴欣新材料股份有限公司关于会计师事务所履职情况的评估报告 | 2026-03-30 | Chinese | |
| 董事会对独立董事独立性自查情况的专项报告 | 2026-03-30 | Chinese | |
| 2025年年度报告摘要 | 2026-03-30 | Chinese | |
| 2025年度董事会工作报告 | 2026-03-30 | Chinese | |
| 关于拟续聘会计师事务所的公告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39094211 | 国盛证券股份有限公司关于绍兴兴欣新材料股份有限公司预计2026年度日常关联交易的核查意见 | 2026-03-30 | Chinese | ||
| 39094204 | 绍兴兴欣新材料股份有限公司关于会计师事务所履职情况的评估报告 | 2026-03-30 | Chinese | ||
| 39094198 | 董事会对独立董事独立性自查情况的专项报告 | 2026-03-30 | Chinese | ||
| 39094193 | 2025年年度报告摘要 | 2026-03-30 | Chinese | ||
| 39094185 | 2025年度董事会工作报告 | 2026-03-30 | Chinese | ||
| 39094179 | 关于拟续聘会计师事务所的公告 | 2026-03-30 | Chinese | ||
| 39094172 | 国盛证券股份有限公司关于绍兴兴欣新材料股份有限公司2025年度募集资金存放、管理与实际使用情况专项核查报告 | 2026-03-30 | Chinese | ||
| 39094168 | 2025年度会计师事务所的履职情况评估报告及审计委员会履行监督职责情况报告 | 2026-03-30 | Chinese | ||
| 39094166 | 关于与管委会签署《项目落户协议》公告 | 2026-03-30 | Chinese | ||
| 39094157 | 关于增加经营范围暨修订《公司章程》的公告 | 2026-03-30 | Chinese | ||
| 39094153 | 关于确认董事、高级管理人员2025年度薪酬情况及2026年度薪酬方案的公告 | 2026-03-30 | Chinese | ||
| 39094143 | 绍兴兴欣新材料股份有限公司2025年度内部控制自我评价报告 | 2026-03-30 | Chinese | ||
| 39094134 | 绍兴兴欣新材料股份有限公司董事、高级管理人员薪酬管理制度 | 2026-03-30 | Chinese | ||
| 39094129 | 关于公司及子公司2026年度向银行申请综合授信额度暨有关担保的公告 | 2026-03-30 | Chinese | ||
| 39094119 | 关于2025年度利润分配方案的公告 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
20 Microns Limited
Produces ultra-fine industrial minerals and specialty chemi…
|
20MICRONS | IN | Manufacturing |
|
5E Advanced Materials, Inc.
Develops boron and lithium resources for a domestic supply …
|
FEAM | US | Manufacturing |
|
Aarti Industries Ltd
Global producer of benzene-based specialty chemicals and ph…
|
AARTIIND | IN | Manufacturing |
|
Aarti Surfactants Limited
Produces surfactants and specialty chemicals for global FMC…
|
AARTISURF | IN | Manufacturing |
|
ABA CHEMICALS CORPORATION
CDMO for advanced intermediates and active ingredients for …
|
300261 | CN | Manufacturing |
|
AB Igrene
Converts natural methane into hydrogen and solid carbon usi…
|
ABI | SE | Manufacturing |
|
ADVANCED ENERGY MINERALS LTD
Produces ultra-high purity alumina for batteries, LEDs and …
|
AEM | AU | Manufacturing |
|
Advanced Graphene Products Spolka Akcyjna
Manufacturer of large-area and flake graphene materials and…
|
GPH | PL | Manufacturing |
|
ADVANCE ZINCTEK LIMITED
Produces zinc and aluminum oxide powders for sunscreens, sk…
|
ANO | AU | Manufacturing |
|
AdvanSix Inc.
A diversified chemistry company producing essential materia…
|
ASIX | US | Manufacturing |
Shaoxing Xingxin New Materials 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/54040/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54040 | 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=54040 | 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=54040 \ -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": 54040}, 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 Shaoxing Xingxin New Materials Co.,Ltd. (id: 54040)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.