Ningxia Building Materials Group Co.,Ltd — Investor Relations & Filings
About Ningxia Building Materials Group Co.,Ltd
Ningxia Building Materials Group Co.,Ltd. focuses on the production and distribution of cement, concrete, and related construction materials. The core product range includes various grades of Portland cement, composite cement, and ready-mixed concrete, alongside aggregates and specialized building components. The company utilizes advanced dry-process production technology to ensure high-quality output for large-scale infrastructure, industrial facilities, and residential projects. Operations emphasize technical innovation, energy conservation, and environmental management to align with modern manufacturing standards. By maintaining a comprehensive supply chain and extensive production facilities, the organization provides essential materials for regional development and complex engineering requirements. Its business model integrates raw material extraction, processing, and logistics to serve a diverse client base in the construction sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 宁夏建材2025年第二次临时股东会决议公告 | 2025-12-26 | Chinese | |
| 宁夏建材2025年第二次临时股东会法律意见书 | 2025-12-26 | Chinese | |
| 宁夏建材2025年第二次临时股东会材料 | 2025-12-18 | Chinese | |
| 宁夏建材关于续聘会计师事务所的公告 | 2025-12-09 | Chinese | |
| 宁夏建材关于2026年度日常关联交易预计的公告 | 2025-12-09 | Chinese | |
| 宁夏建材第八届董事会第三十四次会议决议公告 | 2025-12-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40961421 | 宁夏建材2025年第二次临时股东会决议公告 | 2025-12-26 | Chinese | ||
| 40961419 | 宁夏建材2025年第二次临时股东会法律意见书 | 2025-12-26 | Chinese | ||
| 40961417 | 宁夏建材2025年第二次临时股东会材料 | 2025-12-18 | Chinese | ||
| 40961406 | 宁夏建材关于续聘会计师事务所的公告 | 2025-12-09 | Chinese | ||
| 40961399 | 宁夏建材关于2026年度日常关联交易预计的公告 | 2025-12-09 | Chinese | ||
| 40961391 | 宁夏建材第八届董事会第三十四次会议决议公告 | 2025-12-09 | Chinese | ||
| 40961385 | 宁夏建材第八届董事会审计委员会关于第二十九次会议相关议案之审核意见 | 2025-12-09 | Chinese | ||
| 40961368 | 宁夏建材关于所属子公司宁夏同心赛马新材料有限公司终止与苏州中材建设有限公司关联交易合同的公告 | 2025-12-09 | Chinese | ||
| 40961361 | 宁夏建材在中国建材集团财务有限公司开展金融业务的风险评估报告 | 2025-12-09 | Chinese | ||
| 40961350 | 宁夏建材关于与中国建材集团财务有限公司签署金融服务协议暨关联交易的公告 | 2025-12-09 | Chinese | ||
| 40961338 | 宁夏建材关于召开2025年第二次临时股东会的通知 | 2025-12-09 | Chinese | ||
| 40961327 | 宁夏建材在中国建材集团财务有限公司开展金融业务的风险处置预案 | 2025-12-09 | Chinese | ||
| 40961319 | 宁夏建材2025年第三季度报告 | 2025-10-20 | Chinese | ||
| 40961307 | 宁夏建材第八届董事会审计委员会关于第二十八次会议相关议案之审核意见 | 2025-10-20 | Chinese | ||
| 40961293 | 宁夏建材关于所属部分子公司发生关联交易的公告 | 2025-10-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cement, lime and plaster
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACC Ltd
Major producer of cement and ready-mix concrete for infrast…
|
ACC | IN | Manufacturing |
|
AFYON ÇİMENTO SANAYİ T.A.Ş.
An established manufacturer and marketer of cement and clin…
|
AFYON | TR | Manufacturing |
|
AKÇANSA ÇİMENTO SANAYİ VE TİCARET A.Ş.
Producer of cement, concrete, and aggregates with integrate…
|
AKCNS | TR | Manufacturing |
|
Al Jouf Cement Co.
Produces OPC and SRC cement for domestic and regional const…
|
3091 | SA | Manufacturing |
|
Ambuja Cements Ltd.
Manufacturer of cement and building materials for diverse c…
|
AMBUJACEM | IN | Manufacturing |
|
Andhra Cement Ltd.
Produces OPC and PPC cement at manufacturing units in Dache…
|
ACL | IN | Manufacturing |
|
Anhui Conch Cement Company Limited
Produces and distributes cement and clinker for internation…
|
600585 | CN | Manufacturing |
|
Anhui Conch Cement Company Limited
One of the world's largest producers of cement, clinker, an…
|
914 | HK | Manufacturing |
|
Anjani Portland Cement Ltd.
Produces and supplies various cement grades for residential…
|
APCL | IN | Manufacturing |
|
Arabian Cement Co.
Manufacturer and distributor of cement and clinker for cons…
|
3010 | SA | Manufacturing |
Ningxia Building Materials 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/56734/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56734 | 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=56734 | 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=56734 \ -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": 56734}, 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 Ningxia Building Materials Group Co.,Ltd (id: 56734)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.