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年内部控制评价报告 | 2026-03-25 | Chinese | |
| 宁夏建材2025年年度报告 | 2026-03-25 | Chinese | |
| 宁夏建材在中国建材集团财务有限公司开展金融业务的风险持续评估报告 | 2026-03-25 | Chinese | |
| 宁夏建材对2025年年审会计师事务所履职情况评估及董事会审计委员会履行监督职责的情况报告 | 2026-03-25 | Chinese | |
| 宁夏建材2025年度内部控制审计报告 | 2026-03-25 | Chinese | |
| 会计师事务所关于宁夏建材2025年度涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2026-03-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40962426 | 宁夏建材2025年内部控制评价报告 | 2026-03-25 | Chinese | ||
| 40962422 | 宁夏建材2025年年度报告 | 2026-03-25 | Chinese | ||
| 40962420 | 宁夏建材在中国建材集团财务有限公司开展金融业务的风险持续评估报告 | 2026-03-25 | Chinese | ||
| 40962403 | 宁夏建材对2025年年审会计师事务所履职情况评估及董事会审计委员会履行监督职责的情况报告 | 2026-03-25 | Chinese | ||
| 40962399 | 宁夏建材2025年度内部控制审计报告 | 2026-03-25 | Chinese | ||
| 40962296 | 会计师事务所关于宁夏建材2025年度涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2026-03-25 | Chinese | ||
| 40962135 | 宁夏建材董事会对独立董事独立性自查情况的专项报告 | 2026-03-25 | Chinese | ||
| 40962025 | 会计师事务所对宁夏建材控股股东及其关联方占用资金情况的专项说明 | 2026-03-25 | Chinese | ||
| 40961655 | 宁夏建材第八届董事会第三十六次会议决议公告 | 2026-03-25 | Chinese | ||
| 40961650 | 宁夏建材关于2026年度“提质增效重回报”行动方案的公告 | 2026-03-25 | Chinese | ||
| 40961640 | 宁夏建材第八届董事会第八次独立董事专门会议审查意见 | 2026-03-25 | Chinese | ||
| 40961625 | 宁夏建材2025年年度报告摘要 | 2026-03-25 | Chinese | ||
| 40961615 | 宁夏建材关于参加中国建材集团有限公司上市公司集体业绩说明会的公告 | 2026-03-24 | Chinese | ||
| 40961608 | 宁夏建材关于召开2025年年度业绩说明会的公告 | 2026-03-23 | Chinese | ||
| 40961602 | 宁夏建材2026年第一次临时股东会法律意见书 | 2026-01-30 | 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.