Puyang Refractories Group Co., Ltd — Investor Relations & Filings
Puyang Refractories Group Co., Ltd. specializes in the research, development, manufacture, and sale of high-performance refractory materials. The company provides a comprehensive range of products, including shaped refractories such as magnesia-carbon bricks, alumina-magnesia-carbon bricks, and functional components like sliding gate plates and purging plugs. Its unshaped refractory portfolio encompasses various monolithic materials tailored for high-temperature industrial applications. Serving primarily the iron and steel smelting sectors, the group also caters to the cement, glass, and non-ferrous metal industries. A key differentiator is its integrated service model, offering total refractory management and technical support. The company maintains a robust global presence through multiple production bases and a dedicated research and development infrastructure focused on enhancing thermal efficiency and material longevity in extreme environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京观韬律师事务所关于濮阳濮耐高温材料(集团)股份有限公司2026年员工持股计划(草案)的法律意见书 | 2026-04-16 | Chinese | |
| 濮阳濮耐高温材料(集团)股份有限公司2026年员工持股计划管理办法 | 2026-04-01 | Chinese | |
| 关于召开2026年第一次临时股东会的通知 | 2026-04-01 | Chinese | |
| 第七届董事会第九次会议决议公告 | 2026-04-01 | Chinese | |
| 董事会薪酬与考核委员会关于公司2026年员工持股计划相关事项的审核意见 | 2026-04-01 | Chinese | |
| 濮阳濮耐高温材料(集团)股份有限公司2026年员工持股计划(草案)摘要 | 2026-04-01 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36128940 | 北京观韬律师事务所关于濮阳濮耐高温材料(集团)股份有限公司2026年员工持股计划(草案)的法律意见书 | 2026-04-16 | Chinese | ||
| 36128939 | 濮阳濮耐高温材料(集团)股份有限公司2026年员工持股计划管理办法 | 2026-04-01 | Chinese | ||
| 36128938 | 关于召开2026年第一次临时股东会的通知 | 2026-04-01 | Chinese | ||
| 36128935 | 第七届董事会第九次会议决议公告 | 2026-04-01 | Chinese | ||
| 36128933 | 董事会薪酬与考核委员会关于公司2026年员工持股计划相关事项的审核意见 | 2026-04-01 | Chinese | ||
| 36128932 | 濮阳濮耐高温材料(集团)股份有限公司2026年员工持股计划(草案)摘要 | 2026-04-01 | Chinese | ||
| 36128931 | 濮阳濮耐高温材料(集团)股份有限公司2026年员工持股计划(草案) | 2026-04-01 | Chinese | ||
| 36128930 | 第七届第二次职工代表大会决议公告 | 2026-04-01 | Chinese | ||
| 36128929 | 关于股东进行股票质押式回购交易的公告 | 2026-02-06 | Chinese | ||
| 36128927 | 内幕信息知情人登记管理制度 | 2026-01-04 | Chinese | ||
| 36128926 | 关于以公开竞买方式取得控股子公司部分股权事项完成工商变更的公告 | 2026-01-04 | Chinese | ||
| 36128925 | 关于继续追加投资上海攀业氢能源科技股份有限公司的公告 | 2026-01-04 | Chinese | ||
| 36128924 | 董事和高级管理人员薪酬管理制度 | 2026-01-04 | Chinese | ||
| 36128923 | 信息披露事务管理制度 | 2026-01-04 | Chinese | ||
| 36128921 | 第七届董事会第八次会议决议公告 | 2026-01-04 | 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 |
Puyang Refractories Group 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/54278/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54278 | 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=54278 | 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=54278 \ -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": 54278}, 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 Puyang Refractories Group Co., Ltd (id: 54278)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.