科创新材 — Investor Relations & Filings
About 科创新材
Luoyang Kechuang New Material Co., Ltd. specializes in the research, development, production, and sales of high-performance refractory materials. The company primarily focuses on functional refractories used in the continuous casting process of steel production. Its core product portfolio includes submerged entry nozzles, monoblock stoppers, ladle shrouds, and various high-grade unshaped refractory materials. These products are engineered to withstand extreme temperatures and corrosive environments, ensuring precise flow control and safety in metallurgical operations. By integrating advanced manufacturing techniques with rigorous quality control, the company provides critical components for metal processing, aiming to improve production efficiency and product quality in high-temperature industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 审计委员会对会计师事务所履行监督职责情况报告 | 2026-03-19 | Chinese | |
| 川财证券有限责任公司关于洛阳科创新材料股份有限公司2025年度持续督导跟踪报告 | 2026-03-19 | Chinese | |
| 大信会计师事务所(特殊普通合伙)关于公司内部控制审计报告 | 2026-03-19 | Chinese | |
| 公司向银行申请综合授信额度的公告 | 2026-03-19 | Chinese | |
| 续聘2026年度会计师事务所公告 | 2026-03-19 | Chinese | |
| 川财证券有限责任公司关于洛阳科创新材料股份有限公司向不特定合格投资者公开发行股票保荐工作总结报告书 | 2026-03-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39829520 | 审计委员会对会计师事务所履行监督职责情况报告 | 2026-03-19 | Chinese | ||
| 39829512 | 川财证券有限责任公司关于洛阳科创新材料股份有限公司2025年度持续督导跟踪报告 | 2026-03-19 | Chinese | ||
| 39829504 | 大信会计师事务所(特殊普通合伙)关于公司内部控制审计报告 | 2026-03-19 | Chinese | ||
| 39829466 | 公司向银行申请综合授信额度的公告 | 2026-03-19 | Chinese | ||
| 39829463 | 续聘2026年度会计师事务所公告 | 2026-03-19 | Chinese | ||
| 39829451 | 川财证券有限责任公司关于洛阳科创新材料股份有限公司向不特定合格投资者公开发行股票保荐工作总结报告书 | 2026-03-19 | Chinese | ||
| 39829441 | 大信会计师事务所(特殊普通合伙)关于洛阳科创新材料股份有限公司2025年度募集资金存放与实际使用情况鉴证报告 | 2026-03-19 | Chinese | ||
| 39829377 | 董事、高级管理人员薪酬管理制度 | 2026-03-19 | Chinese | ||
| 39829370 | 2025年年度权益分派预案公告 | 2026-03-19 | Chinese | ||
| 39829321 | 2025年度董事会工作报告 | 2026-03-19 | Chinese | ||
| 39829312 | 公司使用闲置自有资金购买理财产品的公告 | 2026-03-19 | Chinese | ||
| 39829303 | 川财证券有限责任公司关于洛阳科创新材料股份有限公司 2025 年度持续督导定期现场检查报告 | 2026-03-19 | Chinese | ||
| 39829297 | 2025年年度报告说明会预告公告 | 2026-03-19 | Chinese | ||
| 39829287 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-03-19 | Chinese | ||
| 39829279 | 2025年度独立董事述职报告(袁林) | 2026-03-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of refractory products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anhui Jinyan Kaolin New Materials Co., Ltd.
Produces and sells calcined coal-based kaolin, precision ca…
|
2693 | HK | Manufacturing |
|
AnorTech Inc.
Developing sustainable, game-changing industrial materials …
|
ANOR | CA | Manufacturing |
|
Associated Ceramics Ltd.
Manufactures high-performance refractory materials and tech…
|
531168 | IN | Manufacturing |
|
BEIJING LIER HIGH-TEMPERATURE MATERIALS CO., LTD.
Produces refractory materials and provides thermal lining s…
|
002392 | CN | Manufacturing |
|
Chosun Refractories Co., Ltd.
Manufacturer of refractory and ceramic products for high-te…
|
462520 | KR | Manufacturing |
|
CR Holdings Co., LTD.
Holding company in refractories, ceramics, metal parts, hos…
|
000480 | KR | Manufacturing |
|
Crystal Graphite Corporation
Supplies engineered graphite and carbon materials for metal…
|
CYTG | CA | Manufacturing |
|
DONGKUK REFRACTORIES & STEEL CO., LTD.
Manufacturer of refractories, steel, and advanced materials…
|
075970 | KR | Manufacturing |
|
FOSECO CRUCIBLE INDIA LIMITED
Manufactures crucibles and refractory solutions for the met…
|
523160 | IN | Manufacturing |
|
IFGL Refractories Limited
Global manufacturer of refractory products and systems for …
|
IFGLEXPOR | IN | Manufacturing |
科创新材 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/58873/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58873 | 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=58873 | 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=58873 \ -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": 58873}, 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 科创新材 (id: 58873)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.