
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 |
|---|---|---|---|
| 关于披露发行股份购买资产并募集配套资金暨关联交易预案暨公司股票复牌的提示性公告 | 2020-08-27 | Chinese | |
| 第七届董事会第四次会议决议公告 | 2020-08-27 | Chinese | |
| 关于参加北京辖区上市公司投资者集体接待日的公告 | 2020-08-26 | Chinese | |
| 关于修改公司股东大会议事规则部分条款的公告 | 2020-08-25 | Chinese | |
| 银行间债券市场债务融资工具信息披露管理制度 | 2020-08-25 | Chinese | |
| 关联方资金往来管理制度 | 2020-08-25 | 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 | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 34714096 | 关于披露发行股份购买资产并募集配套资金暨关联交易预案暨公司股票复牌的提示性公告 | 2020-08-27 | Chinese | ||
| 34714084 | 第七届董事会第四次会议决议公告 | 2020-08-27 | Chinese | ||
| 34714073 | 关于参加北京辖区上市公司投资者集体接待日的公告 | 2020-08-26 | Chinese | ||
| 34714062 | 关于修改公司股东大会议事规则部分条款的公告 | 2020-08-25 | Chinese | ||
| 34714054 | 银行间债券市场债务融资工具信息披露管理制度 | 2020-08-25 | Chinese | ||
| 34714043 | 关联方资金往来管理制度 | 2020-08-25 | Chinese | ||
| 34714033 | 2020年半年度财务报告 | 2020-08-25 | Chinese | ||
| 34713959 | 2020年半年度报告 | 2020-08-25 | Chinese | ||
| 34713862 | 信息披露事务管理制度 | 2020-08-25 | Chinese | ||
| 34713855 | 关联交易决策制度 | 2020-08-25 | Chinese | ||
| 34713847 | 董事会战略委员会议事规则 | 2020-08-25 | Chinese | ||
| 34713840 | 董事会提名委员会议事规则 | 2020-08-25 | Chinese | ||
| 34713834 | 董事会秘书工作细则 | 2020-08-25 | Chinese | ||
| 34713830 | 重大信息内部报告制度 | 2020-08-25 | Chinese | ||
| 34713825 | 年报信息披露重大差错责任追究制度 | 2020-08-25 | 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.