GEM Co.,Ltd — Investor Relations & Filings
GEM Co., Ltd. is a global leader in the circular economy, specializing in urban mining and the comprehensive recycling of waste resources. The company focuses on the recovery and processing of electronic waste, end-of-life vehicles, and hazardous waste, with a primary emphasis on the lithium-ion battery supply chain. It produces high-purity battery materials, including ternary precursors (NCM and NCA), cobalt salts, and nickel salts, which are essential for the electric vehicle and energy storage industries. By integrating advanced metallurgical technologies with green manufacturing processes, GEM establishes a closed-loop system for critical metals such as cobalt, nickel, and tungsten. The company serves a global clientele of battery manufacturers and automotive OEMs, providing sustainable raw materials that support the global transition to renewable energy and carbon neutrality.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于与中国恩菲签署共同推动关键矿产资源开发的战略合作协议的公告 | 2026-03-08 | Chinese | |
| 广东君信经纶君厚律师事务所关于格林美股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-06 | Chinese | |
| 关于回购注销部分限制性股票减少注册资本暨通知债权人的公告 | 2026-03-06 | Chinese | |
| 2026年第一次临时股东会决议公告 | 2026-03-06 | Chinese | |
| 关于设立全球投资者接待日的公告 | 2026-02-13 | Chinese | |
| 关于新增投资者联系邮箱的公告 | 2026-02-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35552508 | 关于与中国恩菲签署共同推动关键矿产资源开发的战略合作协议的公告 | 2026-03-08 | Chinese | ||
| 35552505 | 广东君信经纶君厚律师事务所关于格林美股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-06 | Chinese | ||
| 35552502 | 关于回购注销部分限制性股票减少注册资本暨通知债权人的公告 | 2026-03-06 | Chinese | ||
| 35552497 | 2026年第一次临时股东会决议公告 | 2026-03-06 | Chinese | ||
| 35552493 | 关于设立全球投资者接待日的公告 | 2026-02-13 | Chinese | ||
| 35552489 | 关于新增投资者联系邮箱的公告 | 2026-02-13 | Chinese | ||
| 35552483 | 第七届董事会独立董事第六次专门会议审查意见 | 2026-02-11 | Chinese | ||
| 35552468 | 第七届董事会第十一次会议决议公告 | 2026-02-11 | Chinese | ||
| 35552459 | 关于终止全资下属公司增资扩股实施股权改组暨关联交易的公告 | 2026-02-11 | Chinese | ||
| 35552457 | 关于公司完成工商变更登记并换发营业执照的公告 | 2026-02-03 | Chinese | ||
| 35552451 | 关于2024年限制性股票激励计划第一个解除限售期解除限售股份上市流通的提示性公告 | 2026-01-30 | Chinese | ||
| 35552448 | 2025年度业绩预告 | 2026-01-29 | Chinese | ||
| 35552447 | 格林美股份有限公司章程(草案)(H股发行并上市后适用) | 2026-01-27 | Chinese | ||
| 35552437 | 可持续发展(ESG)管理制度 | 2026-01-27 | Chinese | ||
| 35552419 | 董事会战略与可持续发展委员会工作细则(草案)(H股发行并上市后适用) | 2026-01-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Materials and other waste recovery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Chiho Environmental Group Limited
Global leader in resources recycling, processing and tradin…
|
976 | HK | Water supply; sewerage, waste m… |
|
China Carbon Neutral Development Group Limited
Carbon neutrality enterprise focusing on renewable energy, …
|
1372 | HK | Water supply; sewerage, waste m… |
|
China Resources and Environment Co.,ltd.
Specializes in recycling waste electronics and comprehensiv…
|
600217 | CN | Water supply; sewerage, waste m… |
|
Chin Hsin Environ Engineering Co., Ltd.
Provides waste management and sustainable wood alternatives…
|
6951 | TW | Water supply; sewerage, waste m… |
|
CHUNG TAI RESOURCE TECHNOLOGY CORP.
Provides integrated resource recycling and waste management…
|
6923 | TW | Water supply; sewerage, waste m… |
|
CIAK Grupa d.d.
Distributes automotive parts and provides waste management …
|
CIAK | HR | Water supply; sewerage, waste m… |
|
CirChem AB
An environmental technology company specializing in industr…
|
CIRCHE | SE | Water supply; sewerage, waste m… |
|
CK Infrastructure Holdings Limited
A global infrastructure company investing in and operating …
|
1038 | BM | Water supply; sewerage, waste m… |
|
CLEAN HARBORS INC
Provider of environmental, industrial, and energy services,…
|
CLH | US | Water supply; sewerage, waste m… |
|
CLOSE THE LOOP LTD.
Global provider of resource recovery and sustainable packag…
|
CLG | AU | Water supply; sewerage, waste m… |
GEM 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/54385/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54385 | 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=54385 | 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=54385 \ -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": 54385}, 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 GEM Co.,Ltd (id: 54385)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.