
XINJIANG BAODI MINING CO., LTD. — Investor Relations & Filings
Xinjiang Baodi Mining Co., Ltd. specializes in the exploration, mining, processing, and sale of iron ore resources. The company primarily produces high-grade iron ore concentrate utilized in the metallurgical sector. Its operations are centered around significant mining projects, including the Huashan and Chagangnuoer iron mines. By employing advanced extraction and processing technologies, the company maintains an integrated supply chain that spans from raw material extraction to the distribution of refined mineral products. The company focuses on optimizing resource utilization and enhancing production efficiency to serve the requirements of steel manufacturers. Its core assets include substantial mineral reserves and specialized processing facilities designed to ensure a consistent supply of high-quality iron ore products for various industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 申万宏源证券承销保荐有限责任公司关于新疆宝地矿业股份有限公司使用部分闲置募集资金进行现金管理事项的核查意见 | 2024-08-19 | Chinese | |
| 关于控股子公司备战矿业启动1,000万吨年采选工程项目建设的公告 | 2024-08-19 | Chinese | |
| 关于控股股东国有股份无偿划转的提示性公告 | 2024-08-19 | Chinese | |
| 新疆宝地矿业股份有限公司2024年半年度报告 | 2024-08-19 | Chinese | |
| 2024年半年度报告摘要 | 2024-08-19 | Chinese | |
| 关于召开2024年第二次临时股东大会的通知 | 2024-08-19 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 38236045 | 申万宏源证券承销保荐有限责任公司关于新疆宝地矿业股份有限公司使用部分闲置募集资金进行现金管理事项的核查意见 | 2024-08-19 | Chinese | ||
| 38236027 | 关于控股子公司备战矿业启动1,000万吨年采选工程项目建设的公告 | 2024-08-19 | Chinese | ||
| 38236015 | 关于控股股东国有股份无偿划转的提示性公告 | 2024-08-19 | Chinese | ||
| 38236000 | 新疆宝地矿业股份有限公司2024年半年度报告 | 2024-08-19 | Chinese | ||
| 38235888 | 2024年半年度报告摘要 | 2024-08-19 | Chinese | ||
| 38235870 | 关于召开2024年第二次临时股东大会的通知 | 2024-08-19 | Chinese | ||
| 38235844 | 关于为公司董事、监事、高级管理人员购买责任保险的公告 | 2024-08-19 | Chinese | ||
| 38235832 | 《新疆宝地矿业股份有限公司2024年度“提质增效重回报”行动方案执行情况的报告》 | 2024-08-19 | Chinese | ||
| 38235815 | 第四届监事会第四次会议决议公告 | 2024-08-19 | Chinese | ||
| 38235799 | 第四届董事会第六次会议决议公告 | 2024-08-19 | Chinese | ||
| 38235791 | 关于2024年半年度利润分配方案的公告 | 2024-08-19 | Chinese | ||
| 38235775 | 关于使用部分暂时闲置募集资金进行现金管理的公告 | 2024-08-19 | Chinese | ||
| 38235761 | 关于2024年半年度募集资金存放与实际使用情况的专项报告 | 2024-08-19 | Chinese | ||
| 38235742 | 关于召开2024年半年度业绩说明会的公告 | 2024-08-16 | Chinese | ||
| 38235732 | 申万宏源证券承销保荐有限责任公司关于新疆宝地矿业股份有限公司首次公开发行部分限售股解禁上市流通的核查意见 | 2024-07-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Mining of iron ores
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACCENT RESOURCES NL
Explores and evaluates iron ore and gold projects to define…
|
ACS | AU | Mining and quarrying |
|
Add New Energy Investment Holdings Group Limited
Exploration, mining, and processing of mineral resources, p…
|
2623 | HK | Mining and quarrying |
|
ADMIRALTY RESOURCES NL.
Explores and develops iron ore, nickel, and cobalt assets f…
|
ADY | AU | Mining and quarrying |
|
Advanced Explorations Inc.
Development stage resource company focused on the explorati…
|
AXI | CA | Mining and quarrying |
|
African Aura Mining Inc.
Developing world-class iron ore and gold assets in sub-Saha…
|
AAAM | CA | Mining and quarrying |
|
AKORA RESOURCES LIMITED
Explores and develops high-grade iron ore assets for green …
|
AKO | AU | Mining and quarrying |
|
Alderon Iron Ore Corp.
Development-stage company specializing in iron ore, advanci…
|
IRON | CA | Mining and quarrying |
|
Alien Metals Limited
Minerals exploration and development company focused on pre…
|
UFO | VG | Mining and quarrying |
|
Aowei Holding Limited
Exploration, mining, processing, and trading of iron ore pr…
|
1370 | HK | Mining and quarrying |
|
ARROW MINERALS LTD
Explores high-grade iron ore deposits at the Simandou North…
|
AMD | AU | Mining and quarrying |
XINJIANG BAODI MINING 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/57192/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57192 | 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=57192 | 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=57192 \ -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": 57192}, 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 XINJIANG BAODI MINING CO., LTD. (id: 57192)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.