Shandong Homey Aquatic Development Co.,Ltd — Investor Relations & Filings
About Shandong Homey Aquatic Development Co.,Ltd
Shandong Homey Aquatic Development Co.,Ltd. specializes in the integrated operations of marine aquaculture, seafood processing, and distribution. The company is a prominent producer of sea cucumbers, managing extensive breeding and farming facilities to ensure a consistent supply of high-quality marine products. Its diverse portfolio includes jellyfish, kelp, and various processed seafood items tailored for both domestic and international markets. By leveraging a vertically integrated supply chain, the company maintains rigorous quality control from initial cultivation to final product delivery. Shandong Homey Aquatic Development Co.,Ltd. focuses on the development of marine health foods and functional products, utilizing advanced processing technologies to enhance the nutritional value of its aquatic offerings. The enterprise emphasizes sustainable mariculture practices and technological innovation to support its large-scale production capabilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 好当家董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-23 | Chinese | |
| 好当家第十一届董事会第十六次会议决议公告 | 2026-04-23 | Chinese | |
| 好当家2025年年度报告 | 2026-04-23 | Chinese | |
| 好当家关于召开2025年度业绩说明会的公告 | 2026-04-23 | Chinese | |
| 好当家对独立董事2025年度独立性自查情况的专项报告 | 2026-04-23 | Chinese | |
| 好当家独立董事孙晓东述职报告 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40945457 | 好当家董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-23 | Chinese | ||
| 40945444 | 好当家第十一届董事会第十六次会议决议公告 | 2026-04-23 | Chinese | ||
| 40945437 | 好当家2025年年度报告 | 2026-04-23 | Chinese | ||
| 40945432 | 好当家关于召开2025年度业绩说明会的公告 | 2026-04-23 | Chinese | ||
| 40945421 | 好当家对独立董事2025年度独立性自查情况的专项报告 | 2026-04-23 | Chinese | ||
| 40945410 | 好当家独立董事孙晓东述职报告 | 2026-04-23 | Chinese | ||
| 40945406 | 好当家关于公司拟发行境外债券的公告 | 2026-04-23 | Chinese | ||
| 40945398 | 好当家独立董事李八方述职报告 | 2026-04-23 | Chinese | ||
| 40945385 | 好当家关于2025年度利润分配方案的公告 | 2026-04-23 | Chinese | ||
| 40945376 | 山东好当家海洋发展股份有限公司关于控股股东部分股份解质押的公告 | 2026-04-02 | Chinese | ||
| 40945363 | 山东好当家海洋发展股份有限公司 控股股东减持计划完成暨减持结果公告 | 2026-03-05 | Chinese | ||
| 40945359 | 山东好当家海洋发展股份有限公司 关于预计公司2026年度日常关联交易额度的公告 | 2026-02-10 | Chinese | ||
| 40945347 | 山东好当家海洋发展股份有限公司 第十一届董事会第十五次会议决议公告 | 2026-02-10 | Chinese | ||
| 40945342 | 山东好当家海洋发展股份有限公司 关于控股股东部分股份解质押的公告 | 2026-01-27 | Chinese | ||
| 40945329 | 山东好当家海洋发展股份有限公司 关于年审会计师事务所变更质量控制复核人的公告 | 2026-01-26 | 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… |
|
Clean Seas Seafood Limited
A global leader and the largest producer of farmed Yellowta…
|
CSS | AU | Agriculture, forestry and fishi… |
Shandong Homey Aquatic Development 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/56743/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56743 | 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=56743 | 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=56743 \ -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": 56743}, 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 Shandong Homey Aquatic Development Co.,Ltd (id: 56743)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.