
Ruitai Materials Technology Co., Ltd. — Investor Relations & Filings
Ruitai Materials Technology Co., Ltd. specializes in the research, development, production, and sale of high-performance refractory materials. The company provides a comprehensive portfolio of products, including fused cast refractories, sintered refractories, and monolithic materials designed for extreme thermal environments. Its core offerings serve critical applications in the glass, cement, and steel sectors, specifically targeting glass melting furnaces, rotary kilns, and metallurgical processing units. Ruitai focuses on technological innovation to enhance the durability and energy efficiency of thermal equipment. The company provides integrated solutions encompassing material selection, engineering design, and technical support, positioning itself as a key supplier for high-temperature industrial infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2023年年度股东大会决议公告 | 2024-04-01 | Chinese | |
| 2023年年度股东大会法律意见书 | 2024-04-01 | Chinese | |
| 关于召开公司2023年年度股东大会的通知(更新后) | 2024-03-25 | Chinese | |
| 关于召开公司2023年年度股东大会通知的补充公告 | 2024-03-25 | Chinese | |
| 年度股东大会通知(更新前) | 2024-03-05 | Chinese | |
| 关于修订独立董事工作制度部分条款的公告 | 2024-03-05 | Chinese |
Browse filings by year
21 years- 2026 44 filings
- 2025 116 filings
- 2024 96 filings
- 2023 107 filings
- 2022 115 filings
- 2021 140 filings
- 2020 101 filings
- 2019 51 filings
- 2018 66 filings
- 2017 86 filings
- 2016 86 filings
- 2015 71 filings
- 2014 94 filings
- 2013 45 filings
- 2012 80 filings
- 2011 64 filings
- 2010 54 filings
- 2009 92 filings
- 2008 79 filings
- 2007 50 filings
- 2006 51 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 34722278 | 2023年年度股东大会决议公告 | 2024-04-01 | Chinese | ||
| 34722267 | 2023年年度股东大会法律意见书 | 2024-04-01 | Chinese | ||
| 34722257 | 关于召开公司2023年年度股东大会的通知(更新后) | 2024-03-25 | Chinese | ||
| 34722242 | 关于召开公司2023年年度股东大会通知的补充公告 | 2024-03-25 | Chinese | ||
| 34722224 | 年度股东大会通知(更新前) | 2024-03-05 | Chinese | ||
| 34722205 | 关于修订独立董事工作制度部分条款的公告 | 2024-03-05 | Chinese | ||
| 34722188 | 关于公司在中国建材集团财务有限公司开展金融业务的风险持续评估报告 | 2024-03-05 | Chinese | ||
| 34722175 | 2023年社会责任报告 | 2024-03-05 | Chinese | ||
| 34721885 | 2023年度董事会审计和风险管理委员会履职情况报告 | 2024-03-05 | Chinese | ||
| 34721873 | 独立董事年度述职报告 | 2024-03-05 | Chinese | ||
| 34721862 | 关于变更总经理的公告 | 2024-03-05 | Chinese | ||
| 34721856 | 关于修订股东大会议事规则部分条款的公告 | 2024-03-05 | Chinese | ||
| 34721848 | 独立董事工作制度 | 2024-03-05 | Chinese | ||
| 34721844 | 董事会提名委员会议事规则 | 2024-03-05 | Chinese | ||
| 34721838 | 董事会战略与ESG委员会议事规则 | 2024-03-05 | 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 |
Ruitai 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/54128/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54128 | 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=54128 | 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=54128 \ -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": 54128}, 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 Ruitai Materials Technology Co., Ltd. (id: 54128)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.