
RIZHAO PORT CO.,LTD. — Investor Relations & Filings
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 |
|---|---|---|---|
| 2019年第三次临时股东大会决议公告 | 2019-08-23 | Chinese | |
| 2019年第三次临时股东大会的法律意见书 | 2019-08-23 | Chinese | |
| 关于公司控股股东股权划转暨公司实际控制人拟发生变更的提示性公告 | 2019-08-22 | Chinese | |
| 2019年第三次临时股东大会会议资料 | 2019-08-13 | Chinese | |
| 关于媒体报道的说明公告 | 2019-07-30 | Chinese | |
| 关于召开2019年第三次临时股东大会的通知 | 2019-07-22 | Chinese |
Browse filings by year
21 years- 2026 41 filings
- 2025 104 filings
- 2024 74 filings
- 2023 95 filings
- 2022 115 filings
- 2021 97 filings
- 2020 102 filings
- 2019 151 filings
- 2018 97 filings
- 2017 98 filings
- 2016 96 filings
- 2015 76 filings
- 2014 116 filings
- 2013 75 filings
- 2012 76 filings
- 2011 92 filings
- 2010 72 filings
- 2009 63 filings
- 2008 80 filings
- 2007 71 filings
- 2006 14 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 34756669 | 2019年第三次临时股东大会决议公告 | 2019-08-23 | Chinese | ||
| 34756654 | 2019年第三次临时股东大会的法律意见书 | 2019-08-23 | Chinese | ||
| 34756636 | 关于公司控股股东股权划转暨公司实际控制人拟发生变更的提示性公告 | 2019-08-22 | Chinese | ||
| 34756622 | 2019年第三次临时股东大会会议资料 | 2019-08-13 | Chinese | ||
| 34756612 | 关于媒体报道的说明公告 | 2019-07-30 | Chinese | ||
| 34756593 | 关于召开2019年第三次临时股东大会的通知 | 2019-07-22 | Chinese | ||
| 34756573 | 第六届监事会第十八次会议决议公告 | 2019-07-22 | Chinese | ||
| 34756553 | 第六届董事会第十八次会议决议公告 | 2019-07-22 | Chinese | ||
| 34756537 | 关于与日照港集团财务有限公司续签《金融服务协议》的公告 | 2019-07-22 | Chinese | ||
| 34756522 | 关联交易控制委员会关于关联交易的审核意见 | 2019-07-22 | Chinese | ||
| 34756495 | 独立董事关于关联交易的事前认可函 | 2019-07-22 | Chinese | ||
| 34756467 | 独立董事关于关联交易的独立意见 | 2019-07-22 | Chinese | ||
| 34756411 | 关于孙少波先生辞去公司副总经理及财务总监职务的公告 | 2019-07-01 | Chinese | ||
| 34756400 | 公司债券受托管理事务报告(2018年度) | 2019-06-24 | Chinese | ||
| 34756390 | 关于控股子公司日照港裕廊股份有限公司境外发行股份并上市的公告 | 2019-06-18 | 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 |
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.