
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-03-21 | Chinese | |
| 关于下属公司的担保进展公告 | 2023-02-09 | Chinese | |
| 关于下属公司的担保进展公告 | 2023-01-13 | Chinese | |
| 2022年度业绩快报 | 2023-01-09 | Chinese | |
| 关于聘任公司副总经理的公告 | 2022-12-23 | Chinese | |
| 企业对外捐赠管理办法 | 2022-12-23 | 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
4 filings
| |||||
| 34719214 | 关于获得政府补助的公告 | 2023-03-21 | Chinese | ||
| 34719206 | 关于下属公司的担保进展公告 | 2023-02-09 | Chinese | ||
| 34719198 | 关于下属公司的担保进展公告 | 2023-01-13 | Chinese | ||
| 34719190 | 2022年度业绩快报 | 2023-01-09 | Chinese | ||
|
2022
11 filings
| |||||
| 34719173 | 关于聘任公司副总经理的公告 | 2022-12-23 | Chinese | ||
| 34719166 | 企业对外捐赠管理办法 | 2022-12-23 | Chinese | ||
| 34719156 | 独立董事关于聘任公司副总经理的独立意见 | 2022-12-23 | Chinese | ||
| 34719144 | 关于控股子公司以公开挂牌方式增资扩股的公告 | 2022-12-23 | Chinese | ||
| 34719126 | 董事会战略委员会议事规则 | 2022-12-23 | Chinese | ||
| 34719110 | 关于修订公司《担保管理办法》部分条款的公告 | 2022-12-23 | Chinese | ||
| 34719096 | 董事会提名委员会议事规则 | 2022-12-23 | Chinese | ||
| 34719084 | 董事会薪酬与考核委员会议事规则 | 2022-12-23 | Chinese | ||
| 34719025 | 第七届董事会第十九次会议决议公告 | 2022-12-23 | Chinese | ||
| 34719018 | 董事会审计和风险委员会议事规则 | 2022-12-23 | Chinese | ||
| 34719006 | 融资管理办法 | 2022-12-23 | 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.