
Qinhuangdao Port Co., Ltd. — Investor Relations & Filings
Qinhuangdao Port Co., Ltd. operates as a major port service provider specializing in the handling, storage, and logistics of bulk cargo. The company manages extensive terminal facilities, primarily focusing on the transport of coal, metal ores, oil, liquid chemicals, and grain. It provides comprehensive stevedoring, stacking, and warehousing services, utilizing advanced automated loading and unloading systems to facilitate high-volume throughput. As a central hub for energy distribution, the company plays a critical role in the transport of coal from production regions to consumption centers. In addition to bulk commodities, the port offers container handling services and integrated logistics solutions. Its strategic location and deep-water berths support large-scale maritime trade, while its integrated rail-to-sea infrastructure ensures efficient connectivity for domestic and international supply chains.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 秦皇岛港股份有限公司关于召开2025年年度业绩说明会的公告 | 2026-04-08 | Chinese | |
| 秦皇岛港股份有限公司关于董事会秘书正式履职的公告 | 2026-04-08 | Chinese | |
| 秦港股份H股公告 | 2026-04-01 | Chinese | |
| 秦皇岛港股份有限公司2025年度审计报告 | 2026-03-27 | Chinese | |
| 秦皇岛港股份有限公司2025年年度利润分配方案公告 | 2026-03-27 | Chinese | |
| 秦皇岛港股份有限公司2025年度独立董事述职报告(朱清香) | 2026-03-27 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36912701 | 秦皇岛港股份有限公司关于召开2025年年度业绩说明会的公告 | 2026-04-08 | Chinese | ||
| 36912699 | 秦皇岛港股份有限公司关于董事会秘书正式履职的公告 | 2026-04-08 | Chinese | ||
| 36912689 | 秦港股份H股公告 | 2026-04-01 | Chinese | ||
| 36912667 | 秦皇岛港股份有限公司2025年度审计报告 | 2026-03-27 | Chinese | ||
| 36912142 | 秦皇岛港股份有限公司2025年年度利润分配方案公告 | 2026-03-27 | Chinese | ||
| 36912135 | 秦皇岛港股份有限公司2025年度独立董事述职报告(朱清香) | 2026-03-27 | Chinese | ||
| 36912122 | 秦皇岛港股份有限公司2025年年度报告 | 2026-03-27 | Chinese | ||
| 36912108 | 秦皇岛港股份有限公司2025年环境、社会和公司治理报告 | 2026-03-27 | Chinese | ||
| 36911943 | 秦皇岛港股份有限公司2025年度独立董事述职报告(周庆) | 2026-03-27 | Chinese | ||
| 36911936 | 秦皇岛港股份有限公司2025年度内部控制审计报告 | 2026-03-27 | Chinese | ||
| 36911889 | 秦皇岛港股份有限公司2025年度独立董事述职报告(赵金广) | 2026-03-27 | Chinese | ||
| 36911879 | 秦皇岛港股份有限公司董事会审计委员会2025年度对会计师事务所履行监督职责的情况报告 | 2026-03-27 | Chinese | ||
| 36911874 | 秦皇岛港股份有限公司2025年年度报告摘要 | 2026-03-27 | Chinese | ||
| 36911871 | 秦皇岛港股份有限公司2025年度内部控制评价报告 | 2026-03-27 | Chinese | ||
| 36911866 | 秦皇岛港股份有限公司第六届董事会第九次会议决议公告 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Service activities incidental to water transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABS Marine Services Limited
Provides ship management, marine engineering, and technical…
|
ABSMARINE | IN | Transportation and storage |
|
ABU DHABI PORTS CO Euro MTN 2.5% MAY2031
Leading developer and operator of ports and industrial zone…
|
XSADPMTN0531 | AE | Transportation and storage |
|
Abu Dhabi Ports Company PJSC
Operates world-class ports, economic zones, maritime, logis…
|
ADPORTS | AE | Transportation and storage |
|
ACI d.d.
Nautical tourism company operating the largest chain of mar…
|
ACI | HR | Transportation and storage |
|
Adani Ports and Special Economic Zone Ltd
Integrated port infrastructure and logistics provider with …
|
ADANIPORTS | IN | Transportation and storage |
|
ARVIND PORT AND INFRA LIMITED
Develops and manages port facilities and infrastructure for…
|
ARVINDPORT | IN | Transportation and storage |
|
Beibu Gulf Port Co., Ltd.
Manages port facilities and logistics services across the B…
|
000582 | CN | Transportation and storage |
|
BINTULU PORT HOLDINGS BHD
An investment holding company providing comprehensive port …
|
— | MY | Transportation and storage |
|
CBL International Ltd
A marine fuel logistics company providing one-stop vessel r…
|
BANL | US | Transportation and storage |
|
CCTC
Provides container terminal, warehousing, and stevedoring w…
|
2613 | TW | Transportation and storage |
Qinhuangdao Port 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/57232/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57232 | 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=57232 | 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=57232 \ -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": 57232}, 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 Qinhuangdao Port Co., Ltd. (id: 57232)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.