
Camel Group Co.,Ltd. — Investor Relations & Filings
Camel Group Co., Ltd. specializes in the research, development, production, and sales of energy storage solutions, primarily focusing on lead-acid and lithium-ion battery technologies. The company provides a comprehensive range of products, including automotive starter batteries, start-stop batteries (AGM and EFB), traction batteries, and advanced energy storage systems. Its solutions serve diverse sectors such as the automotive original equipment manufacturer (OEM) market, the global aftermarket, and the renewable energy industry. A key component of its operations is a closed-loop battery recycling system, which supports a circular economy by recovering materials for new production. The company emphasizes technological innovation and large-scale manufacturing capabilities to deliver high-performance power solutions for passenger vehicles, commercial transport, and industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于同武汉亚投新能科技公司、扬子江汽车集团公司签订合作协议书的公告 | 2016-12-11 | Chinese | |
| 关于全资子公司新能源汽车动力电池项目一期投产的公告 | 2016-12-11 | Chinese | |
| 关于同武汉飞龙跃江新能源汽车公司、扬子江汽车集团公司签订合作协议书的公告 | 2016-12-11 | Chinese | |
| 关于同北京菜篮子配送公司、山东凯马汽车公司签订合作协议书的公告 | 2016-12-11 | Chinese | |
| 关于公开发行可转换公司债券申请获得中国证监会发审委审核通过的公告 | 2016-12-07 | Chinese | |
| 签订合作意向框架协议公告 | 2016-12-06 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2016
15 filings
| |||||
| 36397073 | 关于同武汉亚投新能科技公司、扬子江汽车集团公司签订合作协议书的公告 | 2016-12-11 | Chinese | ||
| 36397060 | 关于全资子公司新能源汽车动力电池项目一期投产的公告 | 2016-12-11 | Chinese | ||
| 36397050 | 关于同武汉飞龙跃江新能源汽车公司、扬子江汽车集团公司签订合作协议书的公告 | 2016-12-11 | Chinese | ||
| 36397041 | 关于同北京菜篮子配送公司、山东凯马汽车公司签订合作协议书的公告 | 2016-12-11 | Chinese | ||
| 36397030 | 关于公开发行可转换公司债券申请获得中国证监会发审委审核通过的公告 | 2016-12-07 | Chinese | ||
| 36397022 | 签订合作意向框架协议公告 | 2016-12-06 | Chinese | ||
| 36397015 | 太平洋证券股份有限公司关于《骆驼集团新能源电池有限公司拟收购股权所涉及襄阳驼龙新能源有限公司股东全部权益价值评估项目评估报告》更新的核查意见 | 2016-11-28 | Chinese | ||
| 36396999 | 襄阳驼龙新能源有限公司股东全部权益价值评估项目评估报告 | 2016-11-28 | Chinese | ||
| 36396969 | 关于更新襄阳驼龙新能源有限公司评估报告的公告 | 2016-11-28 | Chinese | ||
| 36396957 | 2012年公司债券2016年付息公告 | 2016-11-25 | Chinese | ||
| 36396945 | 2016年第二次临时股东大会的法律意见 | 2016-11-15 | Chinese | ||
| 36396879 | 2016年第二次临时股东大会决议公告 | 2016-11-15 | Chinese | ||
| 36396873 | 独立董事关于第七届董事会第八次会议相关事项的独立意见 | 2016-11-09 | Chinese | ||
| 36396868 | 关于聘任董事会秘书的公告 | 2016-11-09 | Chinese | ||
| 36396854 | 独立董事关于第七届董事会第八次会议相关事项的事前认可意见 | 2016-11-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of batteries and accumulators
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABM FUJIYA BERHAD
Manufacturing and sale of automotive, storage, and EFB batt…
|
— | MY | Manufacturing |
|
Abound Energy
Develops patented zinc-air battery systems for reliable, lo…
|
ABND | CA | Manufacturing |
|
Aegis Critical Energy Defence Corp.
Develops and delivers advanced LFP Battery Energy Storage S…
|
QESS | CA | Manufacturing |
|
AES-KY
Develops lithium-ion battery modules for electric light veh…
|
6781 | TW | Manufacturing |
|
A.F.W Co., Ltd
Manufacturer of electric vehicle components using friction …
|
312610 | KR | Manufacturing |
|
Altech Advanced Materials AG
Develops materials for lithium-ion batteries and solid-stat…
|
AMA1 | DE | Manufacturing |
|
ALTECH BATTERIES LTD
Develops sodium-chloride solid-state batteries and lithium-…
|
ATC | AU | Manufacturing |
|
Amara Raja Energy & Mobility Limited
Provides energy storage solutions for automotive, industria…
|
ARE&M | IN | Manufacturing |
|
Amprius Technologies, Inc.
Develops and manufactures advanced lithium-ion batteries wi…
|
AMPX | US | Manufacturing |
|
ANHUI ANFU BATTERY TECHNOLOGY CO.,LTD.
Produces primary and secondary batteries for consumer and i…
|
603031 | CN | Manufacturing |
Camel Group 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/57230/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57230 | 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=57230 | 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=57230 \ -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": 57230}, 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 Camel Group Co.,Ltd. (id: 57230)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.