Sinoma Science & Technology Co.,Ltd. — Investor Relations & Filings
Sinoma Science & Technology Co., Ltd. specializes in the research, development, and manufacture of advanced composite materials. The core product portfolio includes high-performance wind turbine blades, glass fiber, and high-pressure composite cylinders for compressed natural gas and hydrogen storage. The company also produces lithium-ion battery separators and advanced filtration materials. Serving sectors such as renewable energy, clean energy transportation, and aerospace, the firm leverages integrated R&D and industrialization capabilities to provide high-strength, lightweight solutions. Operations focus on technological innovation in specialty fibers and composite processing techniques to support global demand for sustainable energy and industrial efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年年度审计报告 | 2025-03-19 | Chinese | |
| 中材科技股份有限公司2022年面向专业投资者公开发行绿色公司债券(第一期)2025年本息兑付暨摘牌公告 | 2025-03-19 | Chinese | |
| 公开发行公司债券取消发行公告 | 2025-03-13 | Chinese | |
| 关于延长中材科技股份有限公司2025年面向专业投资者公开发行科技创新公司债券(第一期)簿记建档时间的公告 | 2025-03-12 | Chinese | |
| 中材科技股份有限公司主体与相关债项2024年度跟踪评级报告 | 2025-03-11 | Chinese | |
| 中材科技股份有限公司2025年面向专业投资者公开发行科技创新公司债券(第一期)募集说明书 | 2025-03-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
13 filings
| |||||
| 34784435 | 2024年年度审计报告 | 2025-03-19 | Chinese | ||
| 34784332 | 中材科技股份有限公司2022年面向专业投资者公开发行绿色公司债券(第一期)2025年本息兑付暨摘牌公告 | 2025-03-19 | Chinese | ||
| 34784329 | 公开发行公司债券取消发行公告 | 2025-03-13 | Chinese | ||
| 34784286 | 关于延长中材科技股份有限公司2025年面向专业投资者公开发行科技创新公司债券(第一期)簿记建档时间的公告 | 2025-03-12 | Chinese | ||
| 34784269 | 中材科技股份有限公司主体与相关债项2024年度跟踪评级报告 | 2025-03-11 | Chinese | ||
| 34784232 | 中材科技股份有限公司2025年面向专业投资者公开发行科技创新公司债券(第一期)募集说明书 | 2025-03-11 | Chinese | ||
| 34784143 | 中材科技股份有限公司2025年面向专业投资者公开发行科技创新公司债券(第一期)发行公告 | 2025-03-11 | Chinese | ||
| 34784140 | 中材科技股份有限公司2025年面向专业投资者公开发行科技创新公司债券(第一期)更名公告 | 2025-03-11 | Chinese | ||
| 34784125 | 股票交易异常波动公告 | 2025-02-25 | Chinese | ||
| 34784112 | 2025年度第一期超短期融资券(科创票据)发行结果公告 | 2025-01-26 | Chinese | ||
| 34784105 | 2024年度业绩预告 | 2025-01-15 | Chinese | ||
| 34784093 | 天风证券股份有限公司关于中材科技股份有限公司董事变更的临时受托管理事务报告 | 2025-01-09 | Chinese | ||
| 34784085 | 关于中材科技股份有限公司董事变更的临时受托管理事务报告 | 2025-01-06 | Chinese | ||
|
2024
2 filings
| |||||
| 34784079 | 关于董事、高级管理人员辞任的公告 | 2024-12-27 | Chinese | ||
| 34784070 | 2024年第五次临时股东大会决议公告 | 2024-12-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of glass and glass products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Agarwal Float Glass India Limited
Trades and processes diverse glass products for constructio…
|
AGARWALFT | IN | Manufacturing |
|
Agarwal Toughened Glass India Limited
Manufacturer of high-performance safety glass for structura…
|
AGARWALTUF | IN | Manufacturing |
|
AGC Inc.
Global manufacturer of glass, electronics, chemicals, and c…
|
5201 | JP | Manufacturing |
|
AGI GREENPAC LIMITED
Manufactures glass containers, PET bottles, and closures fo…
|
AGI | IN | Manufacturing |
|
Anhui Deli Household Glass Co.,Ltd.
Specializes in the production and global distribution of da…
|
002571 | CN | Manufacturing |
|
Asahi India Glass Ltd.
Integrated glass solutions provider for automotive and arch…
|
ASAHIINDIA | IN | Manufacturing |
|
BANDARAM PHARMA PACKTECH LIMITED
Manufactures and distributes primary packaging solutions fo…
|
524602 | IN | Manufacturing |
|
Borosil Limited
Manufacturer of borosilicate glassware for consumer, scient…
|
BOROLTD | IN | Manufacturing |
|
BOROSIL RENEWABLES LIMITED
Specialized producer of high-performance solar glass for th…
|
BORORENEW | IN | Manufacturing |
|
Borosil Scientific Limited
Produces laboratory glassware and scientific instruments fo…
|
BOROSCI | IN | Manufacturing |
Sinoma Science & 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/54140/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54140 | 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=54140 | 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=54140 \ -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": 54140}, 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 Sinoma Science & Technology Co.,Ltd. (id: 54140)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.