
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 |
|---|---|---|---|
| 华钰矿业关于董事会秘书离任的公告 | 2026-06-03 | Chinese | |
| 华钰矿业高级管理人员减持股份计划公告 | 2026-06-02 | Chinese | |
| 华钰矿业2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 华钰矿业关于2025年年度暨2026年第一季度业绩暨现金分红说明会召开情况的公告 | 2026-05-14 | Chinese | |
| 华钰矿业2025年年度股东会会议资料 | 2026-05-08 | Chinese | |
| 信会师报字[2026]第ZB10967号:西藏华钰矿业股份有限公司非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47959431 | 华钰矿业关于董事会秘书离任的公告 | 2026-06-03 | Chinese | ||
| 47942332 | 华钰矿业高级管理人员减持股份计划公告 | 2026-06-02 | Chinese | ||
| 46701673 | 华钰矿业2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46343992 | 华钰矿业关于2025年年度暨2026年第一季度业绩暨现金分红说明会召开情况的公告 | 2026-05-14 | Chinese | ||
| 44493703 | 华钰矿业2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 37972526 | 信会师报字[2026]第ZB10967号:西藏华钰矿业股份有限公司非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-28 | Chinese | ||
| 37972438 | 华钰矿业董事会关于独立董事独立性情况的专项意见 | 2026-04-28 | Chinese | ||
| 37972427 | 华钰矿业2025年度独立董事述职报告-何佳 | 2026-04-28 | Chinese | ||
| 37972418 | 华钰矿业2025年度独立董事述职报告-叶勇飞 | 2026-04-28 | Chinese | ||
| 37972405 | 华钰矿业关于召开2025年度暨2026年第一季度业绩暨现金分红说明会的公告 | 2026-04-28 | Chinese | ||
| 37972392 | 西藏华钰矿业股份有限公司内部控制评价管理办法(2026年4月) | 2026-04-28 | Chinese | ||
| 37972380 | 信会师报字[2026]第ZB10966号:西藏华钰矿业股份有限公司内部控制审计报告 | 2026-04-28 | Chinese | ||
| 37972312 | 华钰矿业2025年度生产经营数据公告 | 2026-04-28 | Chinese | ||
| 37972302 | 华钰矿业董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-28 | Chinese | ||
| 37972286 | 审计委员会2025年度履职情况报告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Mining of other non-ferrous metal ores
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alhambra Resources Ltd.
Specializes in gold exploration, development, and productio…
|
ALH | CA | Mining and quarrying |
|
ALICANTO MINERALS LIMITED
Explores and develops high-grade base and precious metal de…
|
AQI | AU | Mining and quarrying |
|
ALICE QUEEN LIMITED
Explores gold and copper-gold assets in the Lachlan Fold Be…
|
AQX | AU | Mining and quarrying |
|
ALITA RESOURCES LIMITED
Mining company producing lithium concentrate, also explorin…
|
40F | SG | Mining and quarrying |
|
Alkane Resources
Diversified producer of gold and antimony operating long-li…
|
ALK | AU | Mining and quarrying |
|
ALLIANCE NICKEL LIMITED
Developing the NiWest Nickel-Cobalt Project for the electri…
|
AXN | AU | Mining and quarrying |
|
Allied Critical Metals Inc
Mining firm developing low-cost, high-grade tungsten deposi…
|
ACM | CA | Mining and quarrying |
|
Allied Gold Corp
A gold producer with mines and development projects in Mali…
|
AAUC | JE | Mining and quarrying |
|
Allied Gold Corp.
International gold mining company focused on exploration an…
|
AAUC | CA | Mining and quarrying |
|
Allied Gold Limited
One of Africa's fastest-growing gold producers with three o…
|
AAUC | 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.