
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-02 | Chinese | |
| 华钰矿业2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 华钰矿业关于2025年年度暨2026年第一季度业绩暨现金分红说明会召开情况的公告 | 2026-05-14 | Chinese | |
| 华钰矿业2025年年度股东会会议资料 | 2026-05-08 | Chinese | |
| 信会师报字[2026]第ZB10967号:西藏华钰矿业股份有限公司非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-28 | Chinese | |
| 华钰矿业董事会关于独立董事独立性情况的专项意见 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 37972261 | 信会师报字[2026]第ZB10965号:西藏华钰矿业股份有限公司审计报告及财务报表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 |
|---|---|---|---|
|
AE Fuels Corporation
Exploration, extraction, and purification of critical miner…
|
AEF | CA | Mining and quarrying |
|
Aeonian Resources
Junior mineral exploration advancing a new copper district …
|
ALTN | CA | Mining and quarrying |
|
AERIS RESOURCES LIMITED
Mid-tier producer and explorer of copper, gold, zinc, and s…
|
AIS | AU | Mining and quarrying |
|
Afcan Mining Corporation
Focuses on the acquisition, exploration, and advancement of…
|
— | CA | Mining and quarrying |
|
Affinity Metals Corp.
A junior exploration company focused on acquiring and devel…
|
AFF | CA | Mining and quarrying |
|
AFRICAN GOLD LTD.
Explores and develops gold assets in West African Birimian …
|
A1G | AU | Mining and quarrying |
|
African Pioneer PLC
Exploration company focused on base and precious metals in …
|
— | IM | Mining and quarrying |
|
AFRICAN RAINBOW MINERALS LIMITED
Diversified miner of iron ore, manganese, chrome, PGMs, nic…
|
ARIM | ZA | Mining and quarrying |
|
African Selection Mining Corporation
Vertically integrated critical minerals company managing th…
|
— | CA | Mining and quarrying |
|
AFR NuVenture Resources Inc.
Acquires, explores, and develops mineral resources, focusin…
|
AFR | 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.