
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 |
|---|---|---|---|
| 2023年第四次临时股东大会法律意见书 | 2023-11-15 | Chinese | |
| 董事会审计委员会工作细则 | 2023-11-15 | Chinese | |
| 董事会薪酬与考核委员会工作细则 | 2023-11-15 | Chinese | |
| 关于聘任高级管理人员的公告 | 2023-11-15 | Chinese | |
| 独立董事专门会议工作制度 | 2023-11-15 | Chinese | |
| 第九届董事会第二十一次会议决议公告 | 2023-11-15 | 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 | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 43486613 | 2023年第四次临时股东大会法律意见书 | 2023-11-15 | Chinese | ||
| 43486584 | 董事会审计委员会工作细则 | 2023-11-15 | Chinese | ||
| 43486561 | 董事会薪酬与考核委员会工作细则 | 2023-11-15 | Chinese | ||
| 43486531 | 关于聘任高级管理人员的公告 | 2023-11-15 | Chinese | ||
| 43486496 | 独立董事专门会议工作制度 | 2023-11-15 | Chinese | ||
| 43486473 | 第九届董事会第二十一次会议决议公告 | 2023-11-15 | Chinese | ||
| 43486440 | 关于控股股东之一致行动人部分股份质押的公告 | 2023-11-03 | Chinese | ||
| 43486408 | 中德证券有限责任公司关于北方铜业股份有限公司开展商品期货套期保值业务的核查意见 | 2023-10-30 | Chinese | ||
| 43486370 | 监事会决议公告 | 2023-10-30 | Chinese | ||
| 43486335 | 关于开展商品期货套期保值业务的公告 | 2023-10-30 | Chinese | ||
| 43486294 | 北方铜业股份有限公司独立董事工作制度 | 2023-10-30 | Chinese | ||
| 43486262 | 北方铜业股份有限公司章程 | 2023-10-30 | Chinese | ||
| 43486226 | 董事会决议公告 | 2023-10-30 | Chinese | ||
| 43486200 | 关于规范经营范围表述并修订《公司章程》的议案的公告 | 2023-10-30 | Chinese | ||
| 43486168 | 2023年三季度报告 | 2023-10-30 | 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.