China Master Logistics Co., Ltd. — Investor Relations & Filings
About China Master Logistics Co., Ltd.
China Master Logistics Co., Ltd. is a comprehensive international logistics and supply chain service provider. The company specializes in a wide range of freight forwarding services, including sea, air, and land transportation. Its core operations encompass multimodal transport solutions, customs clearance, warehousing, and distribution services. The organization focuses on delivering integrated supply chain management for diverse sectors, leveraging an extensive network and global partnerships. Key service offerings include project logistics for oversized cargo, e-commerce fulfillment, and specialized cold chain solutions. By utilizing advanced information technology systems, the company provides real-time tracking and optimized routing to enhance operational efficiency. It serves a global clientele, facilitating trade across major international corridors with a focus on reliability and cost-effective logistics execution.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中创物流股份有限公司2024年度会计师事务所履职情况评估报告 | 2025-03-28 | Chinese | |
| 中创物流股份有限公司关于补选非职工代表监事的公告 | 2025-03-28 | Chinese | |
| 中创物流股份有限公司关于召开2024年年度股东大会的通知 | 2025-03-28 | Chinese | |
| 中创物流股份有限公司董事会审计委员会2024年度履职情况报告 | 2025-03-28 | Chinese | |
| 中创物流股份有限公司董事会关于独立董事独立性情况的专项意见 | 2025-03-28 | Chinese | |
| 独立董事2024年度述职报告-李旭修 | 2025-03-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38573838 | 中创物流股份有限公司2024年度会计师事务所履职情况评估报告 | 2025-03-28 | Chinese | ||
| 38573828 | 中创物流股份有限公司关于补选非职工代表监事的公告 | 2025-03-28 | Chinese | ||
| 38573805 | 中创物流股份有限公司关于召开2024年年度股东大会的通知 | 2025-03-28 | Chinese | ||
| 38573765 | 中创物流股份有限公司董事会审计委员会2024年度履职情况报告 | 2025-03-28 | Chinese | ||
| 38573740 | 中创物流股份有限公司董事会关于独立董事独立性情况的专项意见 | 2025-03-28 | Chinese | ||
| 38573728 | 独立董事2024年度述职报告-李旭修 | 2025-03-28 | Chinese | ||
| 38573710 | 中创物流股份有限公司第四届董事会第七次会议决议公告 | 2025-03-28 | Chinese | ||
| 38573694 | 中创物流股份有限公司2024年年度报告 | 2025-03-28 | Chinese | ||
| 38573576 | 中信证券股份有限公司关于中创物流股份有限公司2024年度募集资金存放与使用情况的专项核查报告 | 2025-03-28 | Chinese | ||
| 38573550 | 中创物流股份有限公司关于2024年度募集资金存放与实际使用情况的专项报告 | 2025-03-28 | Chinese | ||
| 38573527 | 中创物流股份有限公司2024年年度报告摘要 | 2025-03-28 | Chinese | ||
| 38573480 | 中创物流股份有限公司关于使用闲置自有资金进行现金管理的公告 | 2025-03-28 | Chinese | ||
| 38573465 | 独立董事2024年度述职报告-范英杰 | 2025-03-28 | Chinese | ||
| 38573452 | 中创物流股份有限公司关于向合营公司提供财务资助暨关联交易的公告 | 2025-03-28 | Chinese | ||
| 38573423 | 中创物流股份有限公司关于公司及子公司2025年度向银行申请授信额度及为子公司在授信额度内提供担保的公告 | 2025-03-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other support activities for transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Allcargo Logistics Ltd
Provides global multi-modal logistics, LCL consolidation, a…
|
ALLCARGO | IN | Transportation and storage |
|
Ashapura Logistics Limited
Integrated provider of multimodal transport, freight forwar…
|
ASHALOG | IN | Transportation and storage |
|
AVG Logistics Limited
Provides 3PL, multi-modal transport, warehousing, and cold …
|
AVG | IN | Transportation and storage |
|
Axios Mobile Assets Corp.
Technology-enabled logistics provider offering bio-based pa…
|
AXAh | CA | Transportation and storage |
|
BEIJING HUAYUAN XINHANG HOLDING CO.,LTD.
Provides aviation supply chain management and aircraft comp…
|
600743 | CN | Transportation and storage |
|
BLT Logistics Limited
Offers multimodal transport, freight forwarding, and integr…
|
544474 | IN | Transportation and storage |
|
Bondex Supply Chain Management Co., Ltd.
Provides integrated logistics, multi-modal freight, and dig…
|
603836 | CN | Transportation and storage |
|
Brace Port Logistics Limited
Provides integrated logistics, freight forwarding, warehous…
|
BRACEPORT | IN | Transportation and storage |
|
CALLAN JMB INC.
Integrative logistics company for thermal management and co…
|
CJMB | US | Transportation and storage |
|
Cargosol Logistics Limited
Provides international freight forwarding, NVOCC, and multi…
|
543621 | IN | Transportation and storage |
China Master Logistics 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/57924/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57924 | 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=57924 | 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=57924 \ -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": 57924}, 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 Master Logistics Co., Ltd. (id: 57924)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.