
Air China Limited — Investor Relations & Filings
Air China Limited is the exclusive national flag carrier of the People's Republic of China and a major global airline group. The company's core business involves providing comprehensive air transport services, including scheduled passenger flights, air cargo operations, and related airline services. Key offerings encompass extensive domestic, regional, and international routes, supported by online booking platforms. Through its subsidiaries, Air China also provides specialized logistics services such as contract logistics, freight forwarding, and e-commerce logistics. A key competitive advantage is its status as a member carrier of the Star Alliance, the world's largest airline network, facilitating extensive global reach for both passenger and cargo markets across Mainland China, Hong Kong, Macau, and worldwide destinations.
Recent filings
Market data
Market data not available
Price history
Peer Companies
Air China Limited 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/49444/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=49444 | 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=49444 | 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=49444 \ -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": 49444}, 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 Limited (id: 49444)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.