
Tibet Huayu Mining Co.,Ltd. — Investor Relations & Filings
Tibet Huayu Mining Co.,Ltd. specializes in the exploration, mining, and processing of non-ferrous metal resources. The company's primary product portfolio includes lead, zinc, copper, and antimony concentrates. It manages a diverse range of mining assets and processing facilities, focusing on the extraction of high-grade ores. Key operations involve the development of large-scale mineral deposits, such as the Zhunuo copper project, which represents a significant portion of its resource base. The company integrates advanced geological prospecting techniques with modern mineral processing technologies to optimize recovery rates and maintain production efficiency. Its strategic focus remains on securing long-term mineral reserves and supplying essential raw materials to the metallurgical market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 西藏华钰矿业股份有限公司内部审计工作制度 | 2025-08-28 | Chinese | |
| 西藏华钰矿业股份有限公司董事会议事规则(2025年8月修订) | 2025-08-28 | Chinese | |
| 西藏华钰矿业股份有限公司董事会提名委员会工作细则(2025年8月修订) | 2025-08-28 | Chinese | |
| 华钰矿业2025年第二季度生产经营数据公告 | 2025-08-28 | Chinese | |
| 华钰矿业关于收购资产完成股权交割及工商变更登记的公告 | 2025-08-28 | Chinese | |
| 西藏华钰矿业股份有限公司2025年半年度报告 | 2025-08-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 37971237 | 西藏华钰矿业股份有限公司内部审计工作制度 | 2025-08-28 | Chinese | ||
| 37971225 | 西藏华钰矿业股份有限公司董事会议事规则(2025年8月修订) | 2025-08-28 | Chinese | ||
| 37971207 | 西藏华钰矿业股份有限公司董事会提名委员会工作细则(2025年8月修订) | 2025-08-28 | Chinese | ||
| 37971197 | 华钰矿业2025年第二季度生产经营数据公告 | 2025-08-28 | Chinese | ||
| 37971187 | 华钰矿业关于收购资产完成股权交割及工商变更登记的公告 | 2025-08-28 | Chinese | ||
| 37971173 | 西藏华钰矿业股份有限公司2025年半年度报告 | 2025-08-28 | Chinese | ||
| 37971165 | 西藏华钰矿业股份有限公司对外担保管理办法(2025年8月修订) | 2025-08-28 | Chinese | ||
| 37971149 | 西藏华钰矿业股份有限公司关联交易管理制度(2025年8月修订) | 2025-08-28 | Chinese | ||
| 37971134 | 西藏华钰矿业股份有限公司独立董事工作制度(2025年8月修订) | 2025-08-28 | Chinese | ||
| 37971122 | 华钰矿业第五届董事会第五次会议决议公告 | 2025-08-28 | Chinese | ||
| 37971106 | 华钰矿业关于召开2025年第三次临时股东大会的通知 | 2025-08-28 | Chinese | ||
| 37971082 | 西藏华钰矿业股份有限公司投资者关系管理制度(2025年8月修订) | 2025-08-28 | Chinese | ||
| 37971063 | 西藏华钰矿业股份有限公司内幕信息知情人登记管理制度(2025年8月修订) | 2025-08-28 | Chinese | ||
| 37971053 | 西藏华钰矿业股份有限公司股东会议事规则(2025年8月修订) | 2025-08-28 | Chinese | ||
| 37971033 | 华钰矿业第五届监事会第四次会议决议公告 | 2025-08-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Mining of other non-ferrous metal ores
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1844 Resources Inc.
Explores for high-impact copper, nickel, and gold deposits …
|
EFF | CA | Mining and quarrying |
|
1911 Gold Corporation
Junior gold producer and advanced explorer of precious and …
|
AUMB | CA | Mining and quarrying |
|
29METALS LIMITED
Explores and operates copper, zinc, and precious metals ass…
|
29M | AU | Mining and quarrying |
|
49 METALS LIMITED
Mineral exploration company targeting gold, copper, and bas…
|
49M | AU | Mining and quarrying |
|
55 North Mining Inc.
Gold exploration and development advancing the Last Hope Go…
|
FFF | CA | Mining and quarrying |
|
80 MILE PLC
Explores and develops critical metal, industrial gas, and s…
|
80M | GB | Mining and quarrying |
|
A2 Gold Corp.
Mineral exploration company focused on gold and silver depo…
|
AUAU | CA | Mining and quarrying |
|
Abacus Mining and Exploration Corporation
Explores and develops copper and gold porphyry deposits acr…
|
AME | CA | Mining and quarrying |
|
ABCOURT MINES INC.
A mining, development, and exploration company focused on g…
|
ABI | CA | Mining and quarrying |
|
Aben Gold Corp.
Gold-focused mineral exploration company operating in Yukon…
|
ABM | CA | Mining and quarrying |
Tibet Huayu 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/57165/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57165 | 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=57165 | 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=57165 \ -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": 57165}, 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 Tibet Huayu Mining Co.,Ltd. (id: 57165)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.