Liaoning Port Co., Ltd. — Investor Relations & Filings
About Liaoning Port Co., Ltd.
Liaoning Port Co., Ltd. is a comprehensive port operator specializing in a wide range of logistics and terminal services. The company manages specialized facilities for containers, oil and liquefied chemicals, iron ore, coal, bulk grain, and automobiles. It also provides passenger and roll-on/roll-off (ro-ro) services, alongside integrated logistics solutions including warehousing, transportation, and value-added port services. Strategically positioned as a major maritime gateway, the company serves as a critical hub for international trade and domestic distribution, facilitating large-scale transshipment operations. Its infrastructure features deep-water berths and advanced handling equipment designed to support high-volume maritime traffic and diverse cargo requirements. The company focuses on optimizing supply chain efficiency through modernized port management and expanded multimodal transport networks.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 辽宁港口股份有限公司独立董事2025年度述职报告-程超英 | 2026-03-26 | Chinese | |
| 辽宁港口股份有限公司2025年度内部控制评价报告 | 2026-03-26 | Chinese | |
| 会计师事务所对公司2025年度内部控制的审计报告 | 2026-03-26 | Chinese | |
| 辽宁港口股份有限公司董事会决议公告 | 2026-03-26 | Chinese | |
| 辽宁港口股份有限公司2025年年度报告全文 | 2026-03-26 | Chinese | |
| 会计师事务所出具的公司2025年度控股股东及其关联方占用资金情况的专项报告 | 2026-03-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40178601 | 辽宁港口股份有限公司独立董事2025年度述职报告-程超英 | 2026-03-26 | Chinese | ||
| 40178588 | 辽宁港口股份有限公司2025年度内部控制评价报告 | 2026-03-26 | Chinese | ||
| 40178578 | 会计师事务所对公司2025年度内部控制的审计报告 | 2026-03-26 | Chinese | ||
| 40178505 | 辽宁港口股份有限公司董事会决议公告 | 2026-03-26 | Chinese | ||
| 40178489 | 辽宁港口股份有限公司2025年年度报告全文 | 2026-03-26 | Chinese | ||
| 40178486 | 会计师事务所出具的公司2025年度控股股东及其关联方占用资金情况的专项报告 | 2026-03-26 | Chinese | ||
| 40178449 | 辽宁港口股份有限公司关于对招商局集团财务有限公司的2025年度风险持续评估报告 | 2026-03-26 | Chinese | ||
| 40178437 | 辽宁港口股份有限公司2025年度会计师事务所履职情况评估报告 | 2026-03-26 | Chinese | ||
| 40178435 | 辽宁港口股份有限公司2025年年度报告摘要 | 2026-03-26 | Chinese | ||
| 40178430 | 辽宁港口股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-03-26 | Chinese | ||
| 40178416 | 辽宁港口股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-03-26 | Chinese | ||
| 40178168 | 辽宁港口股份有限公司独立董事2025年度述职报告-陈维曦 | 2026-03-26 | Chinese | ||
| 40178154 | 委任聯席公司秘書、授權代表及法律程序文件代理人及豁免嚴格遵守上市規則第3.28及8.17條 | 2026-03-26 | Chinese | ||
| 40178146 | 辽宁港口股份有限公司董事会关于独立董事独立性自查情况的专项意见 | 2026-03-26 | Chinese | ||
| 40178138 | 辽宁港口股份有限公司2025年年度利润分配方案的公告 | 2026-03-26 | 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 |
|
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 |
|
CBL International Ltd
A marine fuel logistics company providing one-stop vessel r…
|
BANL | US | Transportation and storage |
|
Chien Shing Harbour Service Co., Ltd.
Provides integrated port logistics, customs clearance, ware…
|
8367 | TW | Transportation and storage |
|
China Container Terminal Corp.
Provides container terminal, warehousing, and stevedoring w…
|
2613 | TW | Transportation and storage |
|
China Merchants Port Group Co., Ltd.
Global port operator managing terminal operations, logistic…
|
001872 | CN | Transportation and storage |
|
CHONGQING PORT CO.,LTD.
Provides Yangtze River port operations and integrated multi…
|
600279 | CN | Transportation and storage |
Liaoning 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/57308/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57308 | 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=57308 | 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=57308 \ -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": 57308}, 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 Liaoning Port Co., Ltd. (id: 57308)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.