
HUNAN SILVER CO.,LTD. — Investor Relations & Filings
HUNAN SILVER CO.,LTD. specializes in the smelting, refining, and deep processing of non-ferrous metals. The company is a major producer of high-purity silver, alongside gold, electrolytic lead, and zinc. Its operations involve a comprehensive industrial chain that integrates the recovery of precious and base metals from complex polymetallic ores. Key products include silver ingots, gold bars, and various chemical byproducts such as sulfuric acid. The company utilizes advanced metallurgical technologies to ensure high recovery rates and environmental compliance. Its products serve diverse sectors, including electronics, photovoltaics, jewelry, and industrial manufacturing. By focusing on resource efficiency and technical innovation, the company maintains a significant position in the global precious metals supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事关于公司第五届董事会第十二次会议相关事项的独立意见 | 2022-10-20 | Chinese | |
| 关于本次重组相关主体不存在《上市公司监管指引第7号——上市公司重大资产重组相关股票异常交易监管》第十三条情形的说明 | 2022-10-20 | Chinese | |
| 关于本次交易构成关联交易的说明 | 2022-10-20 | Chinese | |
| 关于披露发行股份购买资产并募集配套资金暨关联交易预案暨公司股票复牌的一般风险提示性公告 | 2022-10-20 | Chinese | |
| 金贵银业发行股份购买资产并募集配套资金暨关联交易预案 | 2022-10-20 | Chinese | |
| 关于筹划发行股份购买资产事项的停牌进展公告 | 2022-10-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 37042442 | 独立董事关于公司第五届董事会第十二次会议相关事项的独立意见 | 2022-10-20 | Chinese | ||
| 37042438 | 关于本次重组相关主体不存在《上市公司监管指引第7号——上市公司重大资产重组相关股票异常交易监管》第十三条情形的说明 | 2022-10-20 | Chinese | ||
| 37042431 | 关于本次交易构成关联交易的说明 | 2022-10-20 | Chinese | ||
| 37042425 | 关于披露发行股份购买资产并募集配套资金暨关联交易预案暨公司股票复牌的一般风险提示性公告 | 2022-10-20 | Chinese | ||
| 37042414 | 金贵银业发行股份购买资产并募集配套资金暨关联交易预案 | 2022-10-20 | Chinese | ||
| 37042390 | 关于筹划发行股份购买资产事项的停牌进展公告 | 2022-10-13 | Chinese | ||
| 37042385 | 关于新增诉讼事项的公告 | 2022-10-11 | Chinese | ||
| 37042374 | 关于筹划发行股份购买资产事项的停牌公告 | 2022-09-30 | Chinese | ||
| 37042369 | 关于参加湖南辖区上市公司2022年投资者网上集体接待日活动的公告 | 2022-09-21 | Chinese | ||
| 37042362 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2022-08-28 | Chinese | ||
| 37042353 | 2022年半年度财务报告 | 2022-08-28 | Chinese | ||
| 37042331 | 2022年半年度报告 | 2022-08-28 | Chinese | ||
| 37042296 | 2022年半年度报告摘要 | 2022-08-28 | Chinese | ||
| 37042286 | 半年报董事会决议公告 | 2022-08-28 | Chinese | ||
| 37042281 | 独立董事关于控股股东及其他关联方占用公司资金、公司对外担保情况的专项说明和独立意见 | 2022-08-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic precious and other non-ferrous metals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
6K ADDITIVE, INC.
Produces sustainable metal powders for 3D printing using mi…
|
6KA | US | Manufacturing |
|
Afarak Group
A vertically-integrated producer of chromium-based specialt…
|
AFAGR | FI | Manufacturing |
|
Alakasa Industrindo Tbk
Pioneer in aluminum industry, establishing value chain from…
|
ALKA | ID | Manufacturing |
|
Alcoa Corp
A global producer of bauxite, alumina, and aluminum with in…
|
AA | US | Manufacturing |
|
Alcomet AD
Manufacturer of flat-rolled and extruded aluminum products,…
|
ALCM | BG | Manufacturing |
|
ALCOM GROUP BERHAD
Largest producer of rolled aluminium products in its primar…
|
— | MY | Manufacturing |
|
ALCONIX CORPORATION
An integrated non-ferrous metals company combining trading …
|
3036 | JP | Manufacturing |
|
Alnera Aluminium Co., Ltd.
Manufactures aluminum extrusion profiles and fabricated com…
|
301613 | CN | Manufacturing |
|
Alpro a.d. Vlasenica
Manufacturer of extruded aluminum profiles for architectura…
|
ALPRRA | BA | Manufacturing |
|
Alro S.A.
A large, vertically integrated aluminum producer in Europe …
|
ALR | RO | Manufacturing |
HUNAN SILVER 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/54731/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54731 | 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=54731 | 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=54731 \ -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": 54731}, 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 HUNAN SILVER CO.,LTD. (id: 54731)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.