China Merchants Energy Shipping Co., Ltd. — Investor Relations & Filings
About China Merchants Energy Shipping Co., Ltd.
China Merchants Energy Shipping Co., Ltd. (CMES) is a global maritime transportation enterprise specializing in the large-scale shipment of energy and bulk commodities. The company operates one of the world's largest fleets of Very Large Crude Carriers (VLCC) and Very Large Ore Carriers (VLOC), serving as a vital link in international energy and raw material supply chains. Its comprehensive service portfolio encompasses the transport of liquefied natural gas (LNG), dry bulk cargo, and specialized Roll-on/Roll-off (Ro-Ro) shipping for the automotive industry. CMES integrates advanced smart shipping technologies and sustainable operational practices to enhance fleet efficiency and safety. By providing high-capacity logistics solutions to a diverse international clientele, including major energy corporations and industrial manufacturers, the company maintains a significant presence across global maritime trade routes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 招商轮船关于新建10艘VLCC油轮的公告 | 2026-03-30 | Chinese | |
| 招商轮船关于2025年度末期利润分配方案的公告 | 2026-03-26 | Chinese | |
| 招商轮船独立董事2025年度述职报告-邹盈颖 | 2026-03-26 | Chinese | |
| 毕马威华振会计师事务所关于招商轮船2025年度非经营性资金占用及其他关联资金往来情况的专项说明. | 2026-03-26 | Chinese | |
| 招商轮船关于对下属全资及控股子公司新增担保额度的公告 | 2026-03-26 | Chinese | |
| 招商轮船关于续聘会计师事务所的公告 | 2026-03-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34816259 | 招商轮船关于新建10艘VLCC油轮的公告 | 2026-03-30 | Chinese | ||
| 34816256 | 招商轮船关于2025年度末期利润分配方案的公告 | 2026-03-26 | Chinese | ||
| 34816254 | 招商轮船独立董事2025年度述职报告-邹盈颖 | 2026-03-26 | Chinese | ||
| 34816248 | 毕马威华振会计师事务所关于招商轮船2025年度非经营性资金占用及其他关联资金往来情况的专项说明. | 2026-03-26 | Chinese | ||
| 34816246 | 招商轮船关于对下属全资及控股子公司新增担保额度的公告 | 2026-03-26 | Chinese | ||
| 34816244 | 招商轮船关于续聘会计师事务所的公告 | 2026-03-26 | Chinese | ||
| 34816234 | 招商轮船2025年年度报告摘要 | 2026-03-26 | Chinese | ||
| 34816232 | 招商轮船第七届董事会第二十七次会议决议公告 | 2026-03-26 | Chinese | ||
| 34816229 | 招商轮船2025年度内部控制评价报告 | 2026-03-26 | Chinese | ||
| 34816227 | 招商轮船独立董事2025年度述职报告-邓黄君 | 2026-03-26 | Chinese | ||
| 34816224 | 招商轮船关于拟注销第二期股票期权激励计划授予的第三批股票期权的公告 | 2026-03-26 | Chinese | ||
| 34816210 | 招商轮船独立董事关于公司2025年度外担保及非经营性资金占用的独立意见 | 2026-03-26 | Chinese | ||
| 34816197 | 招商轮船对招商局集团财务有限公司风险评估报告的公告 | 2026-03-26 | Chinese | ||
| 34816188 | 毕马威华振会计师事务所关于招商轮船2025年度审计报告 | 2026-03-26 | Chinese | ||
| 34816080 | 毕马威华振会计师事务所关于招商轮船2025年度内部控制审计报告 | 2026-03-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Sea and coastal freight water transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2020 Bulkers
Operates a modern fleet of eight scrubber-fitted Newcastlem…
|
0FF | BM | Transportation and storage |
|
ADS Maritime Holding
Shipping investment company that acquires, owns, and operat…
|
ADS | CY | Transportation and storage |
|
Alpha Adriatic d.d.
A ship owning and management group for dry bulk and tanker …
|
ULPL | HR | Transportation and storage |
|
Antong Holdings Co., Ltd.
Provider of domestic container shipping and multimodal tran…
|
600179 | CN | Transportation and storage |
|
Ardmore Shipping Corp
Owns and operates product and chemical tankers for worldwid…
|
ASC | MH | Transportation and storage |
|
Asia Energy Logistics Group Limited
Provision of shipping and logistics services, vessel charte…
|
351 | HK | Transportation and storage |
|
Aspo Oyj
A conglomerate owning B2B companies in shipping, chemicals,…
|
ASPO | FI | Transportation and storage |
|
Atlantska Plovidba d.d.
A global shipping company specializing in the transport of …
|
ATPL | HR | Transportation and storage |
|
Avance Gas Holding
A former owner and operator of VLGCs for LPG transport, now…
|
AVACF | BM | Transportation and storage |
|
Awilco LNG
An LNG transportation provider owning and operating two 156…
|
ALNG | NO | Transportation and storage |
China Merchants Energy Shipping 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/57305/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57305 | 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=57305 | 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=57305 \ -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": 57305}, 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 China Merchants Energy Shipping Co., Ltd. (id: 57305)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.