%20Co%20Ltd./other/CIMC_Vehicles_Group_Co_Ltd.-logo.png)
CIMC Vehicles (Group) Co Ltd. — Investor Relations & Filings
CIMC Vehicles (Group) Co., Ltd. is a global manufacturer specializing in semi-trailers and specialty vehicles. The company's operations encompass the entire product lifecycle, including design, production, sales, and after-sales services. Its diverse product portfolio features multiple categories of semi-trailers and specialized truck bodies, such as dump beds. With an intercontinental manufacturing footprint, the company serves major markets worldwide. A key strategic focus is on leading industry transformation through intelligent manufacturing and the development of advanced solutions. This includes its 'Electric Vehicles Road Train' (EVRT) platform and integrated systems for electric tractor-trailers, reflecting a commitment to high-quality development and innovation in transportation equipment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于按照《香港上市规则》公布2024年1月证券变动月报表的公告 | 2024-02-02 | Chinese | |
| 关于开展汇率远期套期保值业务的可行性分析报告 | 2024-01-31 | Chinese | |
| 海通证券股份有限公司关于中集车辆(集团)股份有限公司2024年继续开展汇率远期套期保值业务的核查意见 | 2024-01-31 | Chinese | |
| 第二届董事会2024年第一次会议决议公告 | 2024-01-31 | Chinese | |
| 关于2024年继续开展汇率远期套期保值业务的公告 | 2024-01-31 | Chinese | |
| 第二届监事会2024年第一次会议决议公告 | 2024-01-31 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39103458 | 关于按照《香港上市规则》公布2024年1月证券变动月报表的公告 | 2024-02-02 | Chinese | ||
| 39103454 | 关于开展汇率远期套期保值业务的可行性分析报告 | 2024-01-31 | Chinese | ||
| 39103444 | 海通证券股份有限公司关于中集车辆(集团)股份有限公司2024年继续开展汇率远期套期保值业务的核查意见 | 2024-01-31 | Chinese | ||
| 39103438 | 第二届董事会2024年第一次会议决议公告 | 2024-01-31 | Chinese | ||
| 39103434 | 关于2024年继续开展汇率远期套期保值业务的公告 | 2024-01-31 | Chinese | ||
| 39103429 | 第二届监事会2024年第一次会议决议公告 | 2024-01-31 | Chinese | ||
| 39103427 | 重大事项进展公告 | 2024-01-26 | Chinese | ||
| 39103421 | 根据收购守则规则第3.7条作出的每月更新公告 | 2024-01-26 | Chinese | ||
| 39103418 | 2023年年度业绩预告 | 2024-01-22 | Chinese | ||
| 39103415 | 2024年第一次临时股东大会决议公告 | 2024-01-18 | Chinese | ||
| 39103412 | 《独立非执行董事工作制度》(2024年1月修订) | 2024-01-18 | Chinese | ||
| 39103375 | 广东信达律师事务所关于中集车辆(集团)股份有限公司2024年第一次临时股东大会的法律意见书 | 2024-01-18 | Chinese | ||
| 39103370 | 海通证券股份有限公司关于中集车辆(集团)股份有限公司2023年度持续督导的培训情况报告 | 2024-01-03 | Chinese | ||
| 39103367 | 关于按照《香港上市规则》公布2023年12月证券变动月报表的公告 | 2024-01-02 | Chinese | ||
| 39103361 | 关于部分高级管理人员退任的公告 | 2024-01-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bodies (coachwork) for motor vehicles; manufacture of trailers and semi-trailers
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Automobile Corpn. of Goa Ltd.
Manufacturer of bus bodies and sheet metal components for t…
|
505036 | IN | Manufacturing |
|
AZAD INDIA MOBILITY LIMITED
Designs and manufactures bus bodies and specialized mobilit…
|
504731 | IN | Manufacturing |
|
BUS CAP BERHAD
A pure-play manufacturer specializing in customized bus bod…
|
— | MY | Manufacturing |
|
CHINA INTERNATIONAL MARINE CONTAINERS (GROUP) CO., LTD
Global supplier of logistics and energy equipment, containe…
|
000039 | CN | Manufacturing |
|
Consolidated Grunenfelder Saady Holding Co.
Manages industrial subsidiaries focused on transport and lo…
|
4147 | SA | Manufacturing |
|
Gemilang International Limited
Leading Asia-Pacific manufacturer of bus bodies and complet…
|
6163 | HK | Manufacturing |
|
KANEMATSU ENGINEERING CO.,LTD.
Manufacturer of environmental maintenance equipment and pow…
|
6402 | JP | Manufacturing |
|
KYOKUTO KAIHATSU KOGYO CO.,LTD.
Manufactures special-purpose vehicles, environmental equipm…
|
7226 | JP | Manufacturing |
|
MARCOPOLO SA
Global manufacturer of bus bodies and collective passenger …
|
— | BR | Manufacturing |
|
METAGRO S.R.L.
Manufactures semi-trailers for transport and runs e-commerc…
|
— | AR | Manufacturing |
CIMC Vehicles (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/14936/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14936 | 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=14936 | 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=14936 \ -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": 14936}, 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 CIMC Vehicles (Group) Co Ltd. (id: 14936)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.