RIZHAO PORT CO.,LTD. — Investor Relations & Filings
About RIZHAO PORT CO.,LTD.
Rizhao Port Co., Ltd. provides comprehensive port services, including stevedoring, warehousing, and logistics management. The company operates specialized terminals for bulk cargo, primarily focusing on the handling and distribution of iron ore, coal, grain, and timber. It also manages facilities for liquid bulk and containerized goods. Utilizing deep-water berths and advanced automated systems, the organization serves as a major hub for raw material transit. Its infrastructure is integrated with extensive railway networks to support multimodal transportation and supply chain connectivity. The company emphasizes operational efficiency through technological integration and large-scale storage solutions to meet the demands of global maritime logistics.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 会计师关于日照港股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2026-03-26 | Chinese | |
| 日照港股份有限公司关于致同会计师事务所(特殊普通合伙)的履职情况评估报告 | 2026-03-26 | Chinese | |
| 日照港股份有限公司董事、高级管理人员薪酬管理制度 | 2026-03-26 | Chinese | |
| 日照港股份有限公司关于与山东港湾建设集团有限公司发生关联交易的公告 | 2026-03-26 | Chinese | |
| 日照港股份有限公司关于对独立董事独立性自查情况的专项报告 | 2026-03-26 | Chinese | |
| 日照港股份有限公司2025年年度报告 | 2026-03-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34774258 | 会计师关于日照港股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2026-03-26 | Chinese | ||
| 34774256 | 日照港股份有限公司关于致同会计师事务所(特殊普通合伙)的履职情况评估报告 | 2026-03-26 | Chinese | ||
| 34774253 | 日照港股份有限公司董事、高级管理人员薪酬管理制度 | 2026-03-26 | Chinese | ||
| 34774252 | 日照港股份有限公司关于与山东港湾建设集团有限公司发生关联交易的公告 | 2026-03-26 | Chinese | ||
| 34774249 | 日照港股份有限公司关于对独立董事独立性自查情况的专项报告 | 2026-03-26 | Chinese | ||
| 34774231 | 日照港股份有限公司2025年年度报告 | 2026-03-26 | Chinese | ||
| 34774226 | 日照港股份有限公司关于对山东港口集团财务有限责任公司风险持续评估报告的公告 | 2026-03-26 | Chinese | ||
| 34774223 | 日照港股份有限公司2025年度内部控制审计报告 | 2026-03-26 | Chinese | ||
| 34774221 | 关于日照港股份有限公司涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2026-03-26 | Chinese | ||
| 34774220 | 日照港股份有限公司关于对《2025年度估值提升计划》《“提质增效重回报”行动方案》进行年度评估并完善的公告 | 2026-03-26 | Chinese | ||
| 34774218 | 日照港股份有限公司关于召开2025年度业绩说明会的公告 | 2026-03-26 | Chinese | ||
| 34774217 | 2025年度独立董事述职报告(李旭修) | 2026-03-26 | Chinese | ||
| 34774201 | 日照港股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-03-26 | Chinese | ||
| 34774197 | 日照港股份有限公司2025年度审计报告 | 2026-03-26 | Chinese | ||
| 34774193 | 日照港股份有限公司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 |
RIZHAO 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/56429/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56429 | 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=56429 | 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=56429 \ -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": 56429}, 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 RIZHAO PORT CO.,LTD. (id: 56429)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.