
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-04-25 | Chinese | |
| 年度关联方资金占用专项审计报告 | 2024-04-25 | Chinese | |
| 关于开展货币类金融衍生套期保值业务的可行性分析报告 | 2024-04-25 | Chinese | |
| 关于会计政策变更的公告 | 2024-04-25 | Chinese | |
| 关于更换重大资产重组独立财务顾问主办人的公告 | 2024-04-17 | Chinese | |
| 2024年第一次临时股东大会法律意见书 | 2024-04-11 | 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
| |||||
| 43491555 | 独立董事述职报告(王志林) | 2024-04-25 | Chinese | ||
| 43491525 | 年度关联方资金占用专项审计报告 | 2024-04-25 | Chinese | ||
| 43491500 | 关于开展货币类金融衍生套期保值业务的可行性分析报告 | 2024-04-25 | Chinese | ||
| 43491473 | 关于会计政策变更的公告 | 2024-04-25 | Chinese | ||
| 43491437 | 关于更换重大资产重组独立财务顾问主办人的公告 | 2024-04-17 | Chinese | ||
| 43491404 | 2024年第一次临时股东大会法律意见书 | 2024-04-11 | Chinese | ||
| 43491365 | 2024年第一次临时股东大会决议公告 | 2024-04-11 | Chinese | ||
| 43491336 | 关于对深圳证券交易所关注函回复的公告 | 2024-04-08 | Chinese | ||
| 43491296 | 股票交易异常波动公告 | 2024-04-08 | Chinese | ||
| 43491120 | 股票交易异常波动公告 | 2024-04-02 | Chinese | ||
| 43491087 | 关于召开2024年第一次临时股东大会通知的公告 | 2024-03-26 | Chinese | ||
| 43491060 | 2024年度日常关联交易预计公告 | 2024-03-26 | Chinese | ||
| 43491011 | 第九届董事会第二十三次会议决议公告 | 2024-03-26 | Chinese | ||
| 43490983 | 关于使用闲置自有资金进行现金管理的公告 | 2024-03-26 | Chinese | ||
| 43490966 | 第九届监事会第十八次会议决议公告 | 2024-03-26 | 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.