EASTERN AIR LOGISTICS CO., LTD. — Investor Relations & Filings
About EASTERN AIR LOGISTICS CO., LTD.
Eastern Air Logistics Co., Ltd. (EAL) provides integrated air logistics services, encompassing air freight transportation, cargo terminal operations, and comprehensive ground logistics solutions. The company manages extensive cargo terminal facilities at major international aviation hubs, offering specialized services such as cold chain handling, dangerous goods processing, and cross-border e-commerce logistics. Through its operational framework, EAL integrates air cargo capacity with warehousing, customs clearance, and distribution networks to facilitate end-to-end supply chain management. Its service model focuses on the synchronization of air-to-ground operations, utilizing advanced tracking and management systems to ensure efficient cargo throughput. The company supports global trade flows by providing customized logistics packages for diverse sectors, including high-tech manufacturing and perishable goods.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 东航物流关于东航集团财务有限责任公司2025年度风险持续评估报告 | 2026-03-27 | Chinese | |
| 关于东方航空物流股份有限公司2025年度涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2026-03-27 | Chinese | |
| 东航物流独立董事陈颂铭2025年度述职报告 | 2026-03-27 | Chinese | |
| 东航物流独立董事凌鸿2025年度述职报告 | 2026-03-27 | Chinese | |
| 东方航空物流股份有限公司2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-03-27 | Chinese | |
| 东航物流董事会审计委员会对2025年度年审会计师事务所履行监督职责情况报告 | 2026-03-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 39231931 | 东航物流关于东航集团财务有限责任公司2025年度风险持续评估报告 | 2026-03-27 | Chinese | ||
| 39231922 | 关于东方航空物流股份有限公司2025年度涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2026-03-27 | Chinese | ||
| 39231702 | 东航物流独立董事陈颂铭2025年度述职报告 | 2026-03-27 | Chinese | ||
| 39231693 | 东航物流独立董事凌鸿2025年度述职报告 | 2026-03-27 | Chinese | ||
| 39231681 | 东方航空物流股份有限公司2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-03-27 | Chinese | ||
| 39231385 | 东航物流董事会审计委员会对2025年度年审会计师事务所履行监督职责情况报告 | 2026-03-27 | Chinese | ||
| 39231379 | 东航物流关于公司董事离任的公告 | 2026-03-23 | Chinese | ||
| 39231374 | 东航物流关于5%以上股东减持股份计划公告 | 2026-03-18 | Chinese | ||
| 39231371 | 东航物流关于收购东航供应链49%股权暨关联交易的公告 | 2026-02-09 | Chinese | ||
| 39231368 | 东航物流关于子公司购买土地房产暨关联交易的公告 | 2026-01-05 | Chinese | ||
|
2025
5 filings
| |||||
| 39231363 | 东航物流2025年第二次临时股东会决议公告 | 2025-12-30 | Chinese | ||
| 39231358 | 上海市方达律师事务所关于东方航空物流股份有限公司2025年第二次临时股东会的法律意见书 | 2025-12-30 | Chinese | ||
| 39231347 | 东航物流2025年第二次临时股东会会议资料 | 2025-12-24 | Chinese | ||
| 39231344 | 东航物流关于持股5%以上股东减持股份结果公告 | 2025-12-18 | Chinese | ||
| 39231342 | 东航物流关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2025-12-02 | 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 China Cargo Co., Ltd.
Provides comprehensive air freight and logistics solutions …
|
001391 | CN | 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 |
|
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 |
EASTERN AIR 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/57201/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57201 | 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=57201 | 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=57201 \ -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": 57201}, 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 EASTERN AIR LOGISTICS CO., LTD. (id: 57201)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.