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 |
|---|---|---|---|
|
EnviroMetal Technologies Inc.
Develops and commercializes sustainable, non-cyanide proces…
|
ETI | CA | Water supply; sewerage, waste m… |
|
ESGL Holdings Ltd
Recycles industrial waste into sustainable products using r…
|
ESGL | US | Water supply; sewerage, waste m… |
|
Esrey Resources Ltd
Resource recovery extracting valuable metals (zinc, lead) f…
|
LNGYF | CA | Water supply; sewerage, waste m… |
|
FORTUNA METALS LTD
Recycles ferrous and non-ferrous scrap metals into industri…
|
FUN | AU | Water supply; sewerage, waste m… |
|
FULUHASHI EPO CORPORATION
An environmental solutions provider recycling wood waste in…
|
9221 | JP | Water supply; sewerage, waste m… |
|
GEM Enviro Management Limited
Provides plastic waste management, recycling, and EPR compl…
|
544199 | IN | Water supply; sewerage, waste m… |
|
Geomega Resources Inc.
Sustainable tech for extracting and recycling critical meta…
|
GMA | CA | Water supply; sewerage, waste m… |
|
GRAVITA INDIA LIMITED
Recycles lead, aluminum, and plastic scrap and provides tur…
|
GRAVITA | IN | Water supply; sewerage, waste m… |
|
Green Energy Group Limited
Operates in renewable energy and environmental resource man…
|
979 | HK | Water supply; sewerage, waste m… |
|
Green Impact Partners Inc.
Clean energy developer specializing in waste-to-energy solu…
|
GIP | CA | 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.