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 |
|---|---|---|---|
| 开创国际舆情管理制度 | 2025-04-28 | Chinese | |
| 开创国际2025年第一季度报告 | 2025-04-28 | Chinese | |
| 开创国际第十届董事会第十五次会议决议公告 | 2025-04-28 | Chinese | |
| 开创国际:东方华银关于上海开创国际海洋资源股份有限公司2024年年度股东大会法律意见书 | 2025-04-18 | Chinese | |
| 开创国际2024年年度股东大会决议公告 | 2025-04-18 | Chinese | |
| 开创国际2024年年度股东大会资料 | 2025-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40308821 | 开创国际舆情管理制度 | 2025-04-28 | Chinese | ||
| 40308808 | 开创国际2025年第一季度报告 | 2025-04-28 | Chinese | ||
| 40308795 | 开创国际第十届董事会第十五次会议决议公告 | 2025-04-28 | Chinese | ||
| 40308784 | 开创国际:东方华银关于上海开创国际海洋资源股份有限公司2024年年度股东大会法律意见书 | 2025-04-18 | Chinese | ||
| 40308772 | 开创国际2024年年度股东大会决议公告 | 2025-04-18 | Chinese | ||
| 40308754 | 开创国际2024年年度股东大会资料 | 2025-04-10 | Chinese | ||
| 40308752 | 开创国际第十届董事会第十四次会议决议公告 | 2025-03-28 | Chinese | ||
| 40308743 | 开创国际:2024年度审计报告 | 2025-03-28 | Chinese | ||
| 40308625 | 开创国际关于预计2025年度日常关联交易的公告 | 2025-03-28 | Chinese | ||
| 40308615 | 开创国际:2024年度内部控制审计报告 | 2025-03-28 | Chinese | ||
| 40308601 | 开创国际:非经营性资金占用及其他关联资金往来的专项说明 | 2025-03-28 | Chinese | ||
| 40308573 | 开创国际关于召开2024年年度股东大会的通知 | 2025-03-28 | Chinese | ||
| 40308553 | 开创国际独立董事2024年度述职报告(王昭) | 2025-03-28 | Chinese | ||
| 40308545 | 开创国际:2024年度涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2025-03-28 | Chinese | ||
| 40308528 | 开创国际独立董事2024年度述职报告(刘华) | 2025-03-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Marine fishing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aker BioMarine
A biotech innovator that sustainably harvests krill for hea…
|
AKBM | NO | Agriculture, forestry and fishi… |
|
Austevoll Seafood ASA
A globally integrated seafood company with operations acros…
|
AUSS | NO | Agriculture, forestry and fishi… |
|
Brim Seafood
A fishing and processing company for traceable, wild-caught…
|
BRIM | IS | Agriculture, forestry and fishi… |
|
China Ocean Group Development Limited
Diversified operations in ocean fishing, aquatic processing…
|
8047 | HK | Agriculture, forestry and fishi… |
|
Clearwater Seafoods Incorporated
North America's largest vertically-integrated seafood compa…
|
CLR | CA | Agriculture, forestry and fishi… |
|
CNFC OVERSEAS FISHERIES CO.,LTD
Specializes in deep-sea fishing, aquatic processing, and in…
|
000798 | CN | Agriculture, forestry and fishi… |
|
Conpak Seafoods Inc.
Historically active Canadian seafood entity that is current…
|
— | CA | Agriculture, forestry and fishi… |
|
DONGWON FISHERIES CO.,LTD
Diversified seafood company catching, processing, and distr…
|
030720 | KR | Agriculture, forestry and fishi… |
|
DONGWON INDUSTRIES CO.,LTD
A global seafood enterprise focused on fishing, processing,…
|
006040 | KR | Agriculture, forestry and fishi… |
|
Ísfélag hf.
A vertically integrated fishing and processing company with…
|
ISF | IS | 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.