Bohai Ferry Group Co., Ltd. — Investor Relations & Filings
About Bohai Ferry Group Co., Ltd.
Bohai Ferry Group Co., Ltd. is a leading enterprise specializing in roll-on/roll-off (ro-ro) passenger and vehicle transportation. The company primarily operates high-capacity ferry routes across the Bohai Bay, providing critical maritime links between major ports such as Yantai and Dalian. Its core service portfolio includes the transport of passengers, commercial vehicles, and freight, supported by a fleet of modern, large-scale ro-ro vessels designed for safety and efficiency. Beyond domestic coastal operations, the group has expanded into international maritime transport and cruise ship management. The company focuses on integrated logistics solutions and maritime tourism, leveraging its significant transport capacity and strategic geographical positioning to serve regional trade and travel demands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 渤海轮渡集团股份有限公司关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | |
| 渤海轮渡集团股份有限公司关于选举职工董事的公告 | 2026-04-24 | Chinese | |
| 渤海轮渡集团股份有限公司关于董事会换届选举的公告 | 2026-04-24 | Chinese | |
| 渤海轮渡集团股份有限公司2025年年度利润分配方案公告 | 2026-04-24 | Chinese | |
| 渤海轮渡集团股份有限公司2025年年度报告 | 2026-04-24 | Chinese | |
| 渤海轮渡集团股份有限公司2025年年度报告摘要 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37023140 | 渤海轮渡集团股份有限公司关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 37023131 | 渤海轮渡集团股份有限公司关于选举职工董事的公告 | 2026-04-24 | Chinese | ||
| 37023130 | 渤海轮渡集团股份有限公司关于董事会换届选举的公告 | 2026-04-24 | Chinese | ||
| 37023120 | 渤海轮渡集团股份有限公司2025年年度利润分配方案公告 | 2026-04-24 | Chinese | ||
| 37023116 | 渤海轮渡集团股份有限公司2025年年度报告 | 2026-04-24 | Chinese | ||
| 37023115 | 渤海轮渡集团股份有限公司2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 37023113 | 渤海轮渡集团股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-04-24 | Chinese | ||
| 37023102 | 渤海轮渡集团股份有限公司2025年度内部控制审计报告 | 2026-04-24 | Chinese | ||
| 37022967 | 渤海轮渡集团股份有限公司关于确认2025年日常关联交易及预计2026年日常关联交易的公告 | 2026-04-24 | Chinese | ||
| 37022965 | 渤海轮渡集团股份有限公司独立董事候选人声明与承诺(汪民生) | 2026-04-24 | Chinese | ||
| 37022964 | 渤海轮渡集团股份有限公司第六届董事会第二十三次会议决议公告 | 2026-04-24 | Chinese | ||
| 37022958 | 渤海轮渡集团股份有限公司关于获得财政补贴事项的公告 | 2026-03-27 | Chinese | ||
| 37022948 | 渤海轮渡集团股份有限公司第六届董事会第二十二次会议决议公告 | 2026-03-09 | Chinese | ||
| 37022942 | 渤海轮渡集团股份有限公司关于全资子公司完成注册登记的公告 | 2026-03-03 | Chinese | ||
| 37022931 | 渤海轮渡集团股份有限公司关于聘任副总经理的公告 | 2026-01-05 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Sea and coastal passenger water transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anek Lines S.A.
A passenger and cargo shipping company operating ferries in…
|
ANEK | GR | Transportation and storage |
|
Attica Holdings S.A.
A leading European ferry operator for passengers and cargo …
|
ATTIC | GR | Transportation and storage |
|
CARNIVAL CORP
Leisure travel company operating a portfolio of cruise bran…
|
CCL | US | Transportation and storage |
|
Carnival PLC
A global cruise company operating over 90 ships to more tha…
|
CCL | GB | Transportation and storage |
|
Edda Wind AS
Provider of purpose-built vessels and services for the glob…
|
EWIND | NO | Transportation and storage |
|
HAINAN STRAIT SHIPPING CO.,LTD.
Operates Ro-Ro passenger and vehicle transport, port termin…
|
002320 | CN | Transportation and storage |
|
Havila Kystruten AS
Operates sustainable passenger voyages on the historic Norw…
|
HKY | NO | Transportation and storage |
|
Hong Kong Ferry (Holdings) Company Limited
An investment holding company in property, ferry operations…
|
50 | HK | Transportation and storage |
|
Kiriacoulis Shipping S.A.
Holding company offering yacht chartering, sales, brokerage…
|
KYRI | GR | Transportation and storage |
|
Norwegian Cruise Line Holdings Ltd.
A global cruise company operating three distinct brands for…
|
NCLH | US | Transportation and storage |
Bohai Ferry Group 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/57472/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57472 | 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=57472 | 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=57472 \ -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": 57472}, 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 Bohai Ferry Group Co., Ltd. (id: 57472)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.