
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-06-30 | Chinese | |
| 关于修订关联交易决策制度部分条款的公告 | 2023-06-30 | Chinese | |
| 重大信息内部报告制度 | 2023-06-30 | Chinese | |
| 关于向不特定对象发行可转换公司债券摊薄即期回报、采取填补措施及相关主体承诺的公告 | 2023-06-30 | Chinese | |
| 可转换公司债券持有人会议规则 | 2023-06-30 | Chinese | |
| 股东大会议事规则 | 2023-06-30 | Chinese |
Browse filings by year
21 years- 2026 45 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 | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 34720332 | 关于修订独立董事工作制度部分条款的公告 | 2023-06-30 | Chinese | ||
| 34720322 | 关于修订关联交易决策制度部分条款的公告 | 2023-06-30 | Chinese | ||
| 34720309 | 重大信息内部报告制度 | 2023-06-30 | Chinese | ||
| 34720294 | 关于向不特定对象发行可转换公司债券摊薄即期回报、采取填补措施及相关主体承诺的公告 | 2023-06-30 | Chinese | ||
| 34720279 | 可转换公司债券持有人会议规则 | 2023-06-30 | Chinese | ||
| 34720272 | 股东大会议事规则 | 2023-06-30 | Chinese | ||
| 34720264 | 董事会议事规则 | 2023-06-30 | Chinese | ||
| 34720255 | 关于公司无需编制前次募集资金使用情况报告的公告 | 2023-06-30 | Chinese | ||
| 34720249 | 第八届董事会第二次会议决议公告 | 2023-06-30 | Chinese | ||
| 34720237 | 独立董事工作制度 | 2023-06-30 | Chinese | ||
| 34720228 | 独立董事对相关事项发表的独立意见 | 2023-06-30 | Chinese | ||
| 34720221 | 内幕信息知情人管理制度 | 2023-06-30 | Chinese | ||
| 34720211 | 关于最近五年未被证券监管部门和交易所采取监管措施或处罚及整改情况的公告 | 2023-06-30 | Chinese | ||
| 34720204 | 关于公司向不特定对象发行可转换公司债券预案披露的提示性公告 | 2023-06-30 | Chinese | ||
| 34720197 | 关于修订公司章程部分条款的公告 | 2023-06-30 | 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.