
ZONECO GROUP CO.,LTD. — Investor Relations & Filings
ZONECO GROUP CO.,LTD. specializes in the integrated management of marine resources, focusing on aquaculture, seafood processing, and international trade. The company operates extensive marine ranches dedicated to the cultivation of high-value species, including Yesso scallops, sea cucumbers, abalone, sea urchins, and conch. Its business model encompasses the entire supply chain, from seed breeding and ecological farming to advanced processing and cold-chain logistics. Zoneco provides a diverse portfolio of fresh, frozen, and processed seafood products to global markets. The organization emphasizes sustainable marine ranching practices and utilizes modern technology to monitor underwater ecosystems and ensure product traceability. Additionally, it engages in deep-sea fishing and the distribution of premium aquatic products through various retail and wholesale channels.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公司章程(2022年10月修订) | 2022-10-27 | Chinese | |
| 关于召开2022年第四次临时股东大会的通知 | 2022-10-27 | Chinese | |
| 监事会议事规则(2022年10月修订) | 2022-10-27 | Chinese | |
| 关于修订《公司章程》部分条款的公告 | 2022-10-27 | Chinese | |
| 董事会决议公告 | 2022-10-27 | Chinese | |
| 董事会议事规则(2022年10月修订) | 2022-10-27 | Chinese |
Browse filings by year
21 years- 2026 30 filings
- 2025 132 filings
- 2024 80 filings
- 2023 82 filings
- 2022 129 filings
- 2021 94 filings
- 2020 141 filings
- 2019 153 filings
- 2018 107 filings
- 2017 83 filings
- 2016 164 filings
- 2015 161 filings
- 2014 186 filings
- 2013 105 filings
- 2012 108 filings
- 2011 145 filings
- 2010 89 filings
- 2009 57 filings
- 2008 77 filings
- 2007 81 filings
- 2006 48 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 34764057 | 公司章程(2022年10月修订) | 2022-10-27 | Chinese | ||
| 34764047 | 关于召开2022年第四次临时股东大会的通知 | 2022-10-27 | Chinese | ||
| 34764025 | 监事会议事规则(2022年10月修订) | 2022-10-27 | Chinese | ||
| 34764007 | 关于修订《公司章程》部分条款的公告 | 2022-10-27 | Chinese | ||
| 34763998 | 董事会决议公告 | 2022-10-27 | Chinese | ||
| 34763989 | 董事会议事规则(2022年10月修订) | 2022-10-27 | Chinese | ||
| 34763976 | 股东大会议事规则(2022年10月修订) | 2022-10-27 | Chinese | ||
| 34763969 | 监事会决议公告 | 2022-10-27 | Chinese | ||
| 34763958 | 2022年三季度报告 | 2022-10-27 | Chinese | ||
| 34763948 | 关于投资者诉讼事项进展的公告 | 2022-10-11 | Chinese | ||
| 34763940 | 关于挂牌转让分公司资产进展的公告 | 2022-09-26 | Chinese | ||
| 34763928 | 法律意见书 | 2022-09-13 | Chinese | ||
| 34763912 | 2022年第三次临时股东大会决议公告 | 2022-09-13 | Chinese | ||
| 34763903 | 关于全资子公司100%股权在大连产权交易所挂牌转让信息预披露的提示公告 | 2022-09-08 | Chinese | ||
| 34763889 | 关于参加2022年第三次临时股东大会相关注意事项的提示性公告 | 2022-09-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Marine aquaculture
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Andfjord Salmon
Farms Atlantic salmon on land using a patented, sustainable…
|
ANDF | NO | Agriculture, forestry and fishi… |
|
AQUABOUNTY TECHNOLOGIES INC
Biotech firm that developed genetically engineered salmon, …
|
AQB | US | Agriculture, forestry and fishi… |
|
Arctic Fish Holding
Aquaculture company with an integrated value chain for salm…
|
AFISH | NO | Agriculture, forestry and fishi… |
|
ATLAS PEARLS LTD
Cultivates and distributes South Sea pearls through a verti…
|
ATP | AU | Agriculture, forestry and fishi… |
|
Bakkafrost P/f
A leading producer of high-quality farmed salmon with a ful…
|
BAKKA | FO | Agriculture, forestry and fishi… |
|
Barramundi Group
Global producer of barramundi using a sustainable, end-to-e…
|
BARRA | SG | Agriculture, forestry and fishi… |
|
BioFish Holding AS
A land-based producer of smolt and post-smolt using RAS tec…
|
BFISH | NO | Agriculture, forestry and fishi… |
|
BKV Industries Ltd.
Specializes in the cultivation, processing, and global expo…
|
519500 | IN | Agriculture, forestry and fishi… |
|
Blue Island PLC
A vertically integrated aquaculture company farming and tra…
|
BLUE | CY | Agriculture, forestry and fishi… |
|
BLUMAR S.A.
77+ years in fishing and aquaculture, producing salmon, fis…
|
— | CL | Agriculture, forestry and fishi… |
ZONECO 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/54131/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54131 | 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=54131 | 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=54131 \ -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": 54131}, 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 ZONECO GROUP CO.,LTD. (id: 54131)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.