
NORTH COPPER CO.,LTD. — Investor Relations & Filings
NORTH COPPER CO.,LTD. specializes in the exploration, mining, smelting, and processing of copper and associated non-ferrous metals. The company operates an integrated industrial chain, producing high-purity copper cathodes as its primary product. Additionally, it recovers precious metals such as gold and silver and manufactures chemical by-products including sulfuric acid. Its operations focus on resource efficiency and the application of advanced smelting technologies to ensure product quality and environmental compliance. The company provides essential raw materials for the electrical, electronics, and construction sectors, emphasizing technical innovation in its refining processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于举办2024年半年度业绩说明会的公告 | 2024-08-29 | Chinese | |
| 关于2024年上半年计提资产减值准备的公告 | 2024-08-28 | Chinese | |
| 2024年半年度报告摘要 | 2024-08-28 | Chinese | |
| 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-08-28 | Chinese | |
| 2024年半年度报告 | 2024-08-28 | Chinese | |
| 2024年半年度财务报告 | 2024-08-28 | Chinese |
Browse filings by year
27 years- 2026 42 filings
- 2025 119 filings
- 2024 116 filings
- 2023 136 filings
- 2022 155 filings
- 2021 248 filings
- 2020 118 filings
- 2019 99 filings
- 2018 140 filings
- 2017 65 filings
- 2016 77 filings
- 2015 69 filings
- 2014 84 filings
- 2013 104 filings
- 2012 71 filings
- 2011 43 filings
- 2010 64 filings
- 2009 57 filings
- 2008 32 filings
- 2007 40 filings
- 2006 47 filings
- 2005 20 filings
- 2004 19 filings
- 2003 20 filings
- 2002 17 filings
- 2001 3 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 43493556 | 关于举办2024年半年度业绩说明会的公告 | 2024-08-29 | Chinese | ||
| 43493519 | 关于2024年上半年计提资产减值准备的公告 | 2024-08-28 | Chinese | ||
| 43493486 | 2024年半年度报告摘要 | 2024-08-28 | Chinese | ||
| 43493456 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-08-28 | Chinese | ||
| 43493420 | 2024年半年度报告 | 2024-08-28 | Chinese | ||
| 43493210 | 2024年半年度财务报告 | 2024-08-28 | Chinese | ||
| 43492997 | 2024年半年度业绩预告 | 2024-07-12 | Chinese | ||
| 43492961 | 2024年第二次临时股东大会法律意见书 | 2024-06-28 | Chinese | ||
| 43492927 | 2024年第二次临时股东大会决议公告 | 2024-06-28 | Chinese | ||
| 43492899 | 2023年年度权益分派实施公告 | 2024-06-19 | Chinese | ||
| 43492862 | 关于提请股东大会延长授权董事会全权办理公司向特定对象发行股票相关事宜有效期的公告 | 2024-06-12 | Chinese | ||
| 43492825 | 第九届监事会第二十次会议决议公告 | 2024-06-12 | Chinese | ||
| 43492800 | 董事会提名委员会关于独立董事候选人任职资格的审查意见 | 2024-06-12 | Chinese | ||
| 43492777 | 关于独立董事辞职暨补选独立董事的公告 | 2024-06-12 | Chinese | ||
| 43492748 | 关于召开2024年第二次临时股东大会通知的公告 | 2024-06-12 | 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 |
NORTH COPPER 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/53791/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53791 | 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=53791 | 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=53791 \ -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": 53791}, 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 NORTH COPPER CO.,LTD. (id: 53791)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.