Shanghai Kaichuang Marine International Co.,Ltd. — Investor Relations & Filings
About Shanghai Kaichuang Marine International Co.,Ltd.
Shanghai Kaichuang Marine International Co.,Ltd. specializes in deep-sea fishing, aquatic product processing, and international trade. The company operates an extensive fleet of ocean-going vessels, including large-scale tuna purse seiners and krill trawlers, to harvest marine resources across major global fishing grounds. Its primary product portfolio includes skipjack tuna, yellowfin tuna, Atlantic mackerel, and Antarctic krill. Beyond harvesting, the company maintains a comprehensive supply chain encompassing cold chain logistics, storage, and high-value seafood processing through its international subsidiaries. By integrating upstream resource acquisition with downstream processing and distribution, the firm provides high-quality marine proteins to global markets. Its operations emphasize sustainable fishing practices and the utilization of advanced maritime technology to ensure product traceability and quality standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 开创国际关于预计2026年度日常关联交易的公告 | 2026-03-27 | Chinese | |
| 开创国际独立董事2025年度述职报告(宋利明) | 2026-03-27 | Chinese | |
| 开创国际董事会审计委员会2025年度履职情况报告 | 2026-03-27 | Chinese | |
| 开创国际独立董事2025年度述职报告(杨霖) | 2026-03-27 | Chinese | |
| 开创国际2025年度内部控制评价报告 | 2026-03-27 | Chinese | |
| 开创国际独立董事2025年度述职报告(刘华) | 2026-03-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 40309252 | 开创国际关于预计2026年度日常关联交易的公告 | 2026-03-27 | Chinese | ||
| 40309243 | 开创国际独立董事2025年度述职报告(宋利明) | 2026-03-27 | Chinese | ||
| 40309230 | 开创国际董事会审计委员会2025年度履职情况报告 | 2026-03-27 | Chinese | ||
| 40309225 | 开创国际独立董事2025年度述职报告(杨霖) | 2026-03-27 | Chinese | ||
| 40309216 | 开创国际2025年度内部控制评价报告 | 2026-03-27 | Chinese | ||
| 40309213 | 开创国际独立董事2025年度述职报告(刘华) | 2026-03-27 | Chinese | ||
|
2025
9 filings
| |||||
| 40309205 | 开创国际关于“JUNMETO”船舶交接的公告 | 2025-12-12 | Chinese | ||
| 40309195 | 开创国际:简式权益变动报告书 | 2025-12-03 | Chinese | ||
| 40309184 | 开创国际关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2025-12-02 | Chinese | ||
| 40309180 | 开创国际关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2025-11-27 | Chinese | ||
| 40309172 | 开创国际关于召开2025年第三季度业绩说明会的公告 | 2025-11-18 | Chinese | ||
| 40309166 | 开创国际关于持股5%以上股东权益变动触及1%刻度的提示性公告 | 2025-11-17 | Chinese | ||
| 40309158 | 开创国际:东方华银关于开创国际2025年第二次临时股东会之法律意见书 | 2025-11-03 | Chinese | ||
| 40309148 | 开创国际第十届董事会第二十一次(临时)会议决议公告 | 2025-11-03 | Chinese | ||
| 40309139 | 开创国际2025年第二次临时股东会决议公告 | 2025-11-03 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Marine fishing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
KYOKUYO CO., LTD.
A general foods company focused on marine products, managin…
|
1301 | JP | Agriculture, forestry and fishi… |
|
Maruha Nichiro Corporation
A global food company with operations in fisheries, aquacul…
|
1333 | JP | Agriculture, forestry and fishi… |
|
Nissui Corporation
A company utilizing marine resources for food, fine chemica…
|
1332 | JP | Agriculture, forestry and fishi… |
|
OCEANA GROUP LIMITED
Africa's largest global fishing and food processing company…
|
OCE | ZA | Agriculture, forestry and fishi… |
|
Ocean In W Co.,Ltd.
A distributor of plate glass and other building materials f…
|
052300 | KR | Agriculture, forestry and fishi… |
|
OYANG CORPORATION
Engaged in deep-sea fishing and the manufacturing of proces…
|
006090 | KR | Agriculture, forestry and fishi… |
|
Pescanova S.A.
Vertically integrated seafood company managing fishing, aqu…
|
PVA | ES | Agriculture, forestry and fishi… |
|
SAJO INDUSTRIES CO.,LTD
A food production company with deep-sea fishing, manufactur…
|
007160 | KR | Agriculture, forestry and fishi… |
|
SAJO SEA FOOD CO.,LTD
A food company engaged in deep-sea fishing, processing, and…
|
014710 | KR | Agriculture, forestry and fishi… |
|
Sanford Limited (NS)
Harvests, farms, and processes seafood and marine products …
|
SAN | NZ | Agriculture, forestry and fishi… |
Shanghai Kaichuang Marine International 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/56478/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56478 | 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=56478 | 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=56478 \ -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": 56478}, 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 Shanghai Kaichuang Marine International Co.,Ltd. (id: 56478)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.