
Liaoning Port Co., Ltd. — Investor Relations & Filings
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 |
|---|---|---|---|
| 辽宁港口股份有限公司关于召开2026年第一季度业绩说明会的公告 | 2026-05-15 | Chinese | |
| 遼寧港口股份有限公司有關公眾持股量的最新情況 | 2026-05-06 | Chinese | |
| 遼寧港口股份有限公司證券變動月報表 | 2026-05-06 | Chinese | |
| 辽宁港口股份有限公司独立董事2025年度述职报告-程超英 | 2026-03-26 | Chinese | |
| 辽宁港口股份有限公司2025年度内部控制评价报告 | 2026-03-26 | Chinese | |
| 会计师事务所对公司2025年度内部控制的审计报告 | 2026-03-26 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46365385 | 辽宁港口股份有限公司关于召开2026年第一季度业绩说明会的公告 | 2026-05-15 | Chinese | ||
| 44280144 | 遼寧港口股份有限公司有關公眾持股量的最新情況 | 2026-05-06 | Chinese | ||
| 44277105 | 遼寧港口股份有限公司證券變動月報表 | 2026-05-06 | Chinese | ||
| 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 | ||
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 |
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.