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 |
|---|---|---|---|
| 第六届董事会第十七次会议决议公告 | 2017-11-16 | Chinese | |
| 第六届董事会第十六次会议决议公告 | 2017-10-16 | Chinese | |
| 2017年第三季度报告 | 2017-10-16 | Chinese | |
| 2016年公开发行公司债券2017年付息公告 | 2017-10-12 | Chinese | |
| 2017年第三季度业绩预增公告 | 2017-10-10 | Chinese | |
| 平安证券股份有限公司关于16宁建材2017年第一次临时受托管理事务报告 | 2017-09-19 | 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 | |
|---|---|---|---|---|---|
|
2017
15 filings
| |||||
| 40926750 | 第六届董事会第十七次会议决议公告 | 2017-11-16 | Chinese | ||
| 40926744 | 第六届董事会第十六次会议决议公告 | 2017-10-16 | Chinese | ||
| 40926737 | 2017年第三季度报告 | 2017-10-16 | Chinese | ||
| 40926729 | 2016年公开发行公司债券2017年付息公告 | 2017-10-12 | Chinese | ||
| 40926721 | 2017年第三季度业绩预增公告 | 2017-10-10 | Chinese | ||
| 40926716 | 平安证券股份有限公司关于16宁建材2017年第一次临时受托管理事务报告 | 2017-09-19 | Chinese | ||
| 40926704 | 关于股东权益变动的提示性公告 | 2017-09-11 | Chinese | ||
| 40926695 | 收购报告书摘要 | 2017-09-11 | Chinese | ||
| 40926674 | 重大事项复牌公告 | 2017-09-10 | Chinese | ||
| 40926661 | 重大事项停牌公告 | 2017-09-07 | Chinese | ||
| 40926654 | 独立董事关于公司会计政策变更之独立意见 | 2017-08-17 | Chinese | ||
| 40926645 | 第六届董事会第十五次会议决议公告 | 2017-08-17 | Chinese | ||
| 40926639 | 关于会计政策变更的公告 | 2017-08-17 | Chinese | ||
| 40926637 | 2017年半年度报告摘要 | 2017-08-17 | Chinese | ||
| 40926627 | 2017年半年度报告 | 2017-08-17 | 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.