
China Ocean Group Development Limited — Investor Relations & Filings
China Ocean Group Development Limited operates as an investment holding company with diversified business segments managed through its subsidiaries. Core operations include the Ocean Fishing segment, which encompasses distant-water fishing, fishery trade, and marine aquaculture. Complementary activities involve the processing of aquatic products and the provision of related technology services. Additionally, the company is engaged in supply chain management and logistics services, as well as providing money lending services.
Recent filings
Market data
Market data not available
Price history
Peer group · Marine fishing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Saudi Fisheries Co.
Vertically integrated seafood firm managing fishing, aquacu…
|
6050 | SA | Agriculture, forestry and fishi… |
|
SEA HARVEST GROUP LIMITED
Leading, diversified, vertically integrated global fishing …
|
SHGE | ZA | Agriculture, forestry and fishi… |
|
Shanghai Kaichuang Marine International Co.,Ltd.
Specializes in deep-sea fishing, aquatic processing, and gl…
|
600097 | CN | Agriculture, forestry and fishi… |
|
SILLA CO.,LTD
A deep-sea fishing company that also distributes steel prod…
|
004970 | KR | Agriculture, forestry and fishi… |
China Ocean Group Development Limited 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/51236/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51236 | 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=51236 | 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=51236 \ -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": 51236}, 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 China Ocean Group Development Limited (id: 51236)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.