
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-07-14 | Chinese | |
| 华钰矿业2025年半年度业绩预增公告 | 2025-07-11 | Chinese | |
| 北京德恒(济南)律师事务所关于西藏华钰矿业股份有限公司2024年年度报告的信息披露监管问询函的回复 | 2025-06-24 | Chinese | |
| 立信会计师事务所(特殊普通合伙)关于西藏华钰矿业股份有限公司2024年年度报告的信息披露监管问询函的回复 | 2025-06-24 | Chinese | |
| 华钰矿业关于2024年年度报告的信息披露监管问询函的回复公告 | 2025-06-24 | Chinese | |
| 华钰矿业2024年年度权益分派实施公告 | 2025-05-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 37968014 | 华钰矿业部分董监高减持股份结果公告 | 2025-07-14 | Chinese | ||
| 37968001 | 华钰矿业2025年半年度业绩预增公告 | 2025-07-11 | Chinese | ||
| 37967992 | 北京德恒(济南)律师事务所关于西藏华钰矿业股份有限公司2024年年度报告的信息披露监管问询函的回复 | 2025-06-24 | Chinese | ||
| 37967958 | 立信会计师事务所(特殊普通合伙)关于西藏华钰矿业股份有限公司2024年年度报告的信息披露监管问询函的回复 | 2025-06-24 | Chinese | ||
| 37967321 | 华钰矿业关于2024年年度报告的信息披露监管问询函的回复公告 | 2025-06-24 | Chinese | ||
| 37967305 | 华钰矿业2024年年度权益分派实施公告 | 2025-05-28 | Chinese | ||
| 37967295 | 华钰矿业2024年年度股东大会律师见证法律意见 | 2025-05-20 | Chinese | ||
| 37967254 | 华钰矿业2024年年度股东大会决议公告 | 2025-05-20 | Chinese | ||
| 37967243 | 华钰矿业部分董监高提前终止减持计划暨减持股份结果公告 | 2025-05-16 | Chinese | ||
| 37967235 | 华钰矿业第五届董事会第三次会议决议公告 | 2025-05-14 | Chinese | ||
| 37967227 | 华钰矿业2024年年度股东大会会议资料 | 2025-05-13 | Chinese | ||
| 37967163 | 华钰矿业关于2024年度暨2025年第一季度业绩暨现金分红说明会召开情况的公告 | 2025-05-12 | Chinese | ||
| 37967149 | 华钰矿业关于召开2024年度暨2025年第一季度业绩暨现金分红说明会的公告 | 2025-04-30 | Chinese | ||
| 37967144 | 西藏华钰矿业股份有限公司2024年内部控制评价报告 | 2025-04-28 | Chinese | ||
| 37967134 | 华钰矿业2024年度独立董事述职报告-王瑞江 | 2025-04-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.