Air China Cargo Co., Ltd. — Investor Relations & Filings
Air China Cargo Co., Ltd. is a specialized air cargo carrier that provides comprehensive air freight services and logistics solutions. The company operates a dedicated fleet of Boeing 777 and 747-400 freighters while leveraging the extensive belly-hold capacity of Air China’s passenger aircraft network. Operating primarily from major hubs in Beijing and Shanghai, the carrier offers a diverse service portfolio including standard freight, express delivery, temperature-controlled transport for pharmaceuticals and perishables, and specialized handling for oversized or dangerous goods. Its global network connects key economic regions across Asia, Europe, and North America. The company emphasizes operational efficiency and reliability, utilizing advanced tracking systems and specialized ground handling facilities to support international trade and global supply chains.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第二届董事会第十一次会议决议公告 | 2026-04-28 | Chinese | |
| 2026年一季度报告 | 2026-04-28 | Chinese | |
| 关于变更会计师事务所的公告 | 2026-04-28 | Chinese | |
| 关于中国航空集团财务有限责任公司风险评估报告 | 2026-04-28 | Chinese | |
| 关于与中国航空集团财务有限责任公司签署《金融财务服务持续性关联(连)交易框架协议》暨关联交易的公告 | 2026-04-28 | Chinese | |
| 中信证券股份有限公司关于中国国际货运航空股份有限公司与国泰航空有限公司签署《通用服务框架协议》暨关联交易的核查意见 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39595173 | 第二届董事会第十一次会议决议公告 | 2026-04-28 | Chinese | ||
| 39595163 | 2026年一季度报告 | 2026-04-28 | Chinese | ||
| 39595152 | 关于变更会计师事务所的公告 | 2026-04-28 | Chinese | ||
| 39595142 | 关于中国航空集团财务有限责任公司风险评估报告 | 2026-04-28 | Chinese | ||
| 39595134 | 关于与中国航空集团财务有限责任公司签署《金融财务服务持续性关联(连)交易框架协议》暨关联交易的公告 | 2026-04-28 | Chinese | ||
| 39595122 | 中信证券股份有限公司关于中国国际货运航空股份有限公司与国泰航空有限公司签署《通用服务框架协议》暨关联交易的核查意见 | 2026-04-28 | Chinese | ||
| 39595119 | 中信证券股份有限公司关于中国国际货运航空股份有限公司2025年度保荐工作报告 | 2026-04-22 | Chinese | ||
| 39595117 | 中信证券股份有限公司关于中国国际货运航空股份有限公司2025年持续督导工作现场检查结果及提请公司注意事项 | 2026-04-22 | Chinese | ||
| 39595115 | 中信证券股份有限公司关于中国国际货运航空股份有限公司2025年度持续督导定期现场检查报告 | 2026-04-22 | Chinese | ||
| 39595113 | 中信证券股份有限公司关于中国国际货运航空股份有限公司2025年度持续督导培训情况的报告 | 2026-04-22 | Chinese | ||
| 39595111 | 关于股东权益变动的提示性公告 | 2026-04-14 | Chinese | ||
| 34856675 | 简式权益变动报告书 | 2026-04-14 | Chinese | ||
| 39595109 | 2025年度内部控制评价报告 | 2026-04-09 | Chinese | ||
| 39595108 | 中信证券股份有限公司关于中国国际货运航空股份有限公司2025年度涉及财务公司关联交易的存贷款等金融业务的专项核查意见 | 2026-04-09 | Chinese | ||
| 39595104 | 中信证券股份有限公司关于中国国际货运航空股份有限公司2025年度募集资金存放、管理与使用情况的专项核查意见 | 2026-04-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Freight air transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Afcom Holdings Limited
Provides international air cargo transportation and logisti…
|
544224 | IN | Transportation and storage |
|
Air Marine
Aerial operations operator using airplanes and drones for p…
|
MLAIM | FR | Transportation and storage |
|
AIR T INC
A holding company with businesses in air cargo, aircraft le…
|
AIRT | US | Transportation and storage |
|
Cargojet Inc.
Operates a 24/7 network delivering over 25 million pounds o…
|
CJT | CA | Transportation and storage |
|
EASTERN AIR LOGISTICS CO., LTD.
Provides integrated air freight, cargo terminal operations,…
|
601156 | CN | Transportation and storage |
|
Firefly Aerospace Inc.
Provides end-to-end space and defense solutions, from launc…
|
FLY | US | Transportation and storage |
|
Intuitive Machines, Inc.
A space exploration and infrastructure company for lunar an…
|
LUNR | US | Transportation and storage |
|
ispace,inc.
A lunar exploration company that designs and operates robot…
|
9348 | JP | Transportation and storage |
|
Maritime Launch Services Inc.
Operates Spaceport Nova Scotia, providing launch services f…
|
MAXQ | CA | Transportation and storage |
|
Momentus Inc.
A commercial space company specializing in in-space infrast…
|
MNTS | US | Transportation and storage |
Air China Cargo 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/54058/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54058 | 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=54058 | 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=54058 \ -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": 54058}, 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 Air China Cargo Co., Ltd. (id: 54058)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.