
Hanma Technology Group Co.,Ltd. — Investor Relations & Filings
Hanma Technology Group Co., Ltd., a subsidiary of Geely Commercial Vehicles Group, specializes in the research, development, and manufacturing of heavy-duty trucks and specialized vehicles. The company operates under the CAMC brand, producing a wide range of products including heavy-duty tractors, dump trucks, and concrete mixers. A key differentiator is its integrated production of core powertrain components, such as the Hanma Power series of engines, transmissions, and axles. The group is a leader in the transition toward sustainable transport, focusing on new energy solutions including battery-swapping electric trucks and methanol-fueled heavy vehicles. Its products serve diverse sectors such as construction, logistics, and mining, with a presence in both domestic and international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 5%以下股东减持股份结果公告 | 2018-10-16 | Chinese | |
| 2018年9月份产销快报公告 | 2018-10-08 | Chinese | |
| 关于获得政府补助的公告 | 2018-10-08 | Chinese | |
| 5%以下股东减持股份进展公告 | 2018-09-20 | Chinese | |
| 2018年8月份产销快报公告 | 2018-09-05 | Chinese | |
| 5%以下股东减持股份计划公告 | 2018-08-20 | Chinese |
Browse filings by year
24 years- 2026 45 filings
- 2025 112 filings
- 2024 217 filings
- 2023 208 filings
- 2022 144 filings
- 2021 165 filings
- 2020 127 filings
- 2019 94 filings
- 2018 77 filings
- 2017 127 filings
- 2016 103 filings
- 2015 123 filings
- 2014 75 filings
- 2013 71 filings
- 2012 79 filings
- 2011 46 filings
- 2010 35 filings
- 2009 50 filings
- 2008 33 filings
- 2007 45 filings
- 2006 30 filings
- 2005 49 filings
- 2004 28 filings
- 2003 10 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
15 filings
| |||||
| 40812666 | 5%以下股东减持股份结果公告 | 2018-10-16 | Chinese | ||
| 40812648 | 2018年9月份产销快报公告 | 2018-10-08 | Chinese | ||
| 40812636 | 关于获得政府补助的公告 | 2018-10-08 | Chinese | ||
| 40812628 | 5%以下股东减持股份进展公告 | 2018-09-20 | Chinese | ||
| 40812619 | 2018年8月份产销快报公告 | 2018-09-05 | Chinese | ||
| 40812613 | 5%以下股东减持股份计划公告 | 2018-08-20 | Chinese | ||
| 40812604 | 关于股东违反《<上海证券交易所上市公司股东及董事、监事、高级管理人员减持股份实施细则>问题解答(一)》减持公司股份公告 | 2018-08-15 | Chinese | ||
| 40812592 | 2018年7月份产销快报公告 | 2018-08-06 | Chinese | ||
| 40812578 | 2018年半年度报告 | 2018-07-27 | Chinese | ||
| 40812528 | 2018年半年度报告摘要 | 2018-07-27 | Chinese | ||
| 40812514 | 关于股东权益变动的提示性公告 | 2018-07-16 | Chinese | ||
| 40812503 | 简式权益变动报告书 | 2018-07-16 | Chinese | ||
| 40812498 | 关于公司董事、高级管理人员收到中国证券监督管理委员会《行政处罚及市场禁入事先告知书》的公告 | 2018-07-12 | Chinese | ||
| 40812482 | 关于公司股东部分股份质押解除的公告 | 2018-07-06 | Chinese | ||
| 40812467 | 2018年6月份产销快报公告 | 2018-07-05 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ados Pakistan Limited
Provides engineering solutions for energy and defense secto…
|
ADOS | PK | Manufacturing |
|
Aebi Schmidt Holding AG
Provider of specialty vehicles and services for infrastruct…
|
AEBI | CH | Manufacturing |
|
Aerosun Corporation
Manufactures special-purpose vehicles, pressure vessels, an…
|
600501 | CN | Manufacturing |
|
ANADOLU ISUZU OTOMOTİV SANAYİ VE TİCARET A.Ş.
Manufacturer of commercial vehicles like buses, midibuses, …
|
ASUZU | TR | Manufacturing |
|
ANHUI ANKAI AUTOMOBILE CO.,LTD.
Manufacturer of buses and chassis specializing in monocoque…
|
000868 | CN | Manufacturing |
|
Anhui Jianghuai Automobile Group Corp.,Ltd.
Integrated manufacturer of commercial and passenger vehicle…
|
600418 | CN | Manufacturing |
|
Apollo Future Mobility Group Limited
Advanced automotive technology, smart mobility solutions, l…
|
860 | HK | Manufacturing |
|
Aptera Motors Corp
Manufacturer of hyper-efficient, two-seat solar electric ve…
|
SEV | US | Manufacturing |
|
ARI Motors Industries SE
Manufacturer of customizable light electric utility vehicle…
|
ARI | DE | Manufacturing |
|
Ashok Leyland Ltd.
Manufacturer of commercial vehicles, buses, and defense log…
|
ASHOKLEY | IN | Manufacturing |
Hanma Technology 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/56688/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56688 | 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=56688 | 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=56688 \ -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": 56688}, 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 Hanma Technology Group Co.,Ltd. (id: 56688)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.