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 |
|---|---|---|---|
| 关于全资子公司固原市六盘山水泥有限责任公司获得政府拆迁补偿款的公告 | 2020-05-11 | Chinese | |
| 2020年第一季度报告正文 | 2020-04-24 | Chinese | |
| 2020年第一季度报告 | 2020-04-24 | Chinese | |
| 关于委托理财的进展公告 | 2020-04-17 | Chinese | |
| 关于使用闲置自有资金委托理财到期收回的公告 | 2020-04-16 | Chinese | |
| 2019年年度股东大会的法律意见书 | 2020-04-15 | Chinese |
Browse filings by year
24 years- 2026 32 filings
- 2025 82 filings
- 2024 106 filings
- 2023 184 filings
- 2022 155 filings
- 2021 111 filings
- 2020 84 filings
- 2019 88 filings
- 2018 98 filings
- 2017 89 filings
- 2016 66 filings
- 2015 81 filings
- 2014 84 filings
- 2013 89 filings
- 2012 47 filings
- 2011 67 filings
- 2010 91 filings
- 2009 66 filings
- 2008 74 filings
- 2007 57 filings
- 2006 47 filings
- 2005 33 filings
- 2004 43 filings
- 2003 16 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 40933220 | 关于全资子公司固原市六盘山水泥有限责任公司获得政府拆迁补偿款的公告 | 2020-05-11 | Chinese | ||
| 40933203 | 2020年第一季度报告正文 | 2020-04-24 | Chinese | ||
| 40933186 | 2020年第一季度报告 | 2020-04-24 | Chinese | ||
| 40933170 | 关于委托理财的进展公告 | 2020-04-17 | Chinese | ||
| 40933156 | 关于使用闲置自有资金委托理财到期收回的公告 | 2020-04-16 | Chinese | ||
| 40933145 | 2019年年度股东大会的法律意见书 | 2020-04-15 | Chinese | ||
| 40933128 | 2019年年度股东大会决议公告 | 2020-04-15 | Chinese | ||
| 40933114 | 关于使用闲置自有资金委托理财到期收回的公告 | 2020-04-14 | Chinese | ||
| 40933096 | 关于财务总监辞职的公告 | 2020-03-30 | Chinese | ||
| 40933080 | 关于更换职工监事的公告 | 2020-03-30 | Chinese | ||
| 40933065 | 关于控股股东合并事宜完成股份过户登记的公告 | 2020-03-27 | Chinese | ||
| 40933055 | 第七届董事会第十七次会议决议公告 | 2020-03-20 | Chinese | ||
| 40933044 | 2019年度独立董事述职报告 | 2020-03-20 | Chinese | ||
| 40933016 | 2019年度内部控制评价报告 | 2020-03-20 | Chinese | ||
| 40932993 | 2019年度利润分配方案公告 | 2020-03-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cement, lime and plaster
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACC
A vertically integrated cement and concrete producer focuse…
|
1102 | TW | Manufacturing |
|
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
One of the world's largest producers of cement, clinker, an…
|
914 | HK | Manufacturing |
|
Anhui Conch Cement Company Limited
Produces and distributes cement and clinker for internation…
|
600585 | CN | Manufacturing |
|
Anjani Portland Cement Ltd.
Produces and supplies various cement grades for residential…
|
APCL | IN | 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.