BEIJING LIER HIGH-TEMPERATURE MATERIALS CO., LTD. — Investor Relations & Filings
Beijing Lier High-Temperature Materials Co., Ltd. specializes in the research, development, and manufacture of high-performance materials designed for extreme thermal environments. Its product range includes shaped components such as magnesia-carbon bricks, alumina-magnesia-carbon bricks, and functional parts like nozzles and stoppers for continuous casting. The company also produces unshaped materials, including various castables and coating substances. These solutions are applied within iron and steel production, as well as in cement, glass, and non-ferrous metal processing. Beyond manufacturing, the company offers integrated technical services, including the design, installation, and maintenance of thermal linings for industrial furnaces and kilns, focusing on enhancing operational longevity and thermal efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会审计委员会关于公司2026年度向特定对象发行A股股票相关事项的书面审核意见 | 2026-01-29 | Chinese | |
| 第六届董事会第十四次会议决议公告 | 2026-01-29 | Chinese | |
| 关于公司无需编制前次募集资金使用情况报告的说明公告 | 2026-01-29 | Chinese | |
| 关于公司2026年度向特定对象发行A股股票摊薄即期回报、填补措施及相关主体承诺的公告 | 2026-01-29 | Chinese | |
| 未来三年(2026-2028年)股东回报规划 | 2026-01-29 | Chinese | |
| 关于公司最近五年不存在被证券监管部门和交易所采取监管措施或处罚情况的公告 | 2026-01-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 35712360 | 董事会审计委员会关于公司2026年度向特定对象发行A股股票相关事项的书面审核意见 | 2026-01-29 | Chinese | ||
| 35712347 | 第六届董事会第十四次会议决议公告 | 2026-01-29 | Chinese | ||
| 35712335 | 关于公司无需编制前次募集资金使用情况报告的说明公告 | 2026-01-29 | Chinese | ||
| 35712326 | 关于公司2026年度向特定对象发行A股股票摊薄即期回报、填补措施及相关主体承诺的公告 | 2026-01-29 | Chinese | ||
| 35712323 | 未来三年(2026-2028年)股东回报规划 | 2026-01-29 | Chinese | ||
| 35712320 | 关于公司最近五年不存在被证券监管部门和交易所采取监管措施或处罚情况的公告 | 2026-01-29 | Chinese | ||
| 35712314 | 关于向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-01-29 | Chinese | ||
| 35712305 | 2026年度向特定对象发行A股股票预案 | 2026-01-29 | Chinese | ||
| 35712304 | 关于召开2026年第一次临时股东会的通知 | 2026-01-29 | Chinese | ||
| 35712288 | 关于2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-01-29 | Chinese | ||
| 35712272 | 2026年度向特定对象发行A股股票募集资金使用的可行性分析报告 | 2026-01-29 | Chinese | ||
| 35712261 | 公司章程(工商备案版) | 2026-01-06 | Chinese | ||
| 35712232 | 关于完成《公司章程》及相关事项工商备案的公告 | 2026-01-06 | Chinese | ||
|
2025
2 filings
| |||||
| 35712230 | 关于增加签字注册会计师的公告 | 2025-12-24 | Chinese | ||
| 35712227 | 关于第一期员工持股计划存续期即将届满的提示性公告 | 2025-11-24 | 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 |
|
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 |
|
KOREA REFRACTORIES CO.,LTD
Manufactures refractory materials and furnaces for the iron…
|
010040 | KR | Manufacturing |
BEIJING LIER HIGH-TEMPERATURE MATERIALS 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/54435/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54435 | 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=54435 | 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=54435 \ -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": 54435}, 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 BEIJING LIER HIGH-TEMPERATURE MATERIALS CO., LTD. (id: 54435)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.