
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 |
|---|---|---|---|
| 2023年内控自我评价报告 | 2024-04-25 | Chinese | |
| 独立董事专门会议2024年第一次会议决议 | 2024-04-25 | Chinese | |
| 2023年度董事会工作报告 | 2024-04-25 | Chinese | |
| 年度关联方资金占用专项审计报告 | 2024-04-25 | Chinese | |
| 董事会决议公告 | 2024-04-25 | Chinese | |
| 独立董事提名人声明与承诺(杨天足) | 2024-04-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 37051229 | 2023年内控自我评价报告 | 2024-04-25 | Chinese | ||
| 37051219 | 独立董事专门会议2024年第一次会议决议 | 2024-04-25 | Chinese | ||
| 37051204 | 2023年度董事会工作报告 | 2024-04-25 | Chinese | ||
| 37051194 | 年度关联方资金占用专项审计报告 | 2024-04-25 | Chinese | ||
| 37051157 | 董事会决议公告 | 2024-04-25 | Chinese | ||
| 37051140 | 独立董事提名人声明与承诺(杨天足) | 2024-04-25 | Chinese | ||
| 37051131 | 关于独立董事辞职的公告 | 2024-04-23 | Chinese | ||
| 37051119 | 国泰君安证券股份有限公司关于湖南白银股份有限公司2014年公司债券违约后续进展的公告(2024年1-3月) | 2024-04-17 | Chinese | ||
| 37051101 | 湖南白银股份有限公司2014年公司债券临时受托管理事务报告(2024年第二期) | 2024-04-17 | Chinese | ||
| 37051090 | 湖南白银股份有限公司发行股份购买资产并募集配套资金暨关联交易之募集配套资金向特定对象发行股票上市公告书 | 2024-04-14 | Chinese | ||
| 37051019 | 中国国际金融股份有限公司关于湖南白银股份有限公司发行股份购买资产并募集配套资金暨关联交易实施情况之独立财务顾问核查意见 | 2024-04-14 | Chinese | ||
| 37050999 | 湖南启元律师事务所关于湖南白银股份有限公司发行股份购买资产并募集配套资金暨关联交易实施情况的法律意见书 | 2024-04-14 | Chinese | ||
| 37050975 | 关于《发行股份购买资产并募集配套资金暨关联交易之募集配套资金向特定对象发行股票上市公告书》披露的提示性公告 | 2024-04-14 | Chinese | ||
| 37050964 | 湖南白银股份有限公司发行股份购买资产并募集配套资金暨关联交易之募集配套资金向特定对象发行股票上市公告书摘要 | 2024-04-14 | Chinese | ||
| 37050944 | 关于董事、监事、高级管理人员持股情况变动的公告 | 2024-04-14 | 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.