
DONGWON INDUSTRIES CO.,LTD — Investor Relations & Filings
Dongwon Industries, established in 1969, is a global enterprise focused on the seafood value chain. The company's core operations include deep-sea fishing, seafood processing, global trade, and cold storage logistics. It operates a fleet of 40 vessels, including purse seiners and longliners, to harvest marine resources like tuna from the Pacific and Indian Oceans. The company processes and distributes high-quality seafood, including raw tuna and salmon, to markets in Japan, the United States, and Europe. It is the owner of the major U.S. canned tuna brand, StarKist. The Cold Storage Division manages a comprehensive low-temperature distribution network, utilizing a proprietary Cold Chain System and multiple logistics centers. The company emphasizes sustainable fishing operations in accordance with international fishery regulations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| [기재정정]주요사항보고서(주식교환ㆍ이전결정) | 2025-05-15 | Korean | |
| [기재정정]주요사항보고서(주식교환ㆍ이전결정)(자회사의 주요경영사항) | 2025-05-15 | Korean | |
| 영업(잠정)실적(공정공시) | 2025-05-08 | Korean | |
| 연결재무제표기준영업(잠정)실적(공정공시) | 2025-05-08 | Korean | |
| [기재정정]주요사항보고서(주식교환ㆍ이전결정) | 2025-05-08 | Korean | |
| [기재정정]주요사항보고서(주식교환ㆍ이전결정)(자회사의 주요경영사항) | 2025-05-08 | Korean |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 7900529 | [기재정정]주요사항보고서(주식교환ㆍ이전결정) | 2025-05-15 | Korean | ||
| 7900521 | [기재정정]주요사항보고서(주식교환ㆍ이전결정)(자회사의 주요경영사항) | 2025-05-15 | Korean | ||
| 7906518 | 영업(잠정)실적(공정공시) | 2025-05-08 | Korean | ||
| 7906517 | 연결재무제표기준영업(잠정)실적(공정공시) | 2025-05-08 | Korean | ||
| 7906359 | [기재정정]주요사항보고서(주식교환ㆍ이전결정) | 2025-05-08 | Korean | ||
| 7906307 | [기재정정]주요사항보고서(주식교환ㆍ이전결정)(자회사의 주요경영사항) | 2025-05-08 | Korean | ||
| 7906299 | [기재정정]증권신고서(주식의포괄적교환ㆍ이전) | 2025-05-08 | Korean | ||
| 7907149 | 최대주주등소유주식변동신고서 | 2025-05-02 | Korean | ||
| 7907144 | 기업설명회(IR)개최(안내공시) | 2025-05-02 | Korean | ||
| 7907143 | 결산실적공시예고(안내공시) | 2025-05-02 | Korean | ||
| 7910036 | [기재정정]증권신고서(주식의포괄적교환ㆍ이전) | 2025-04-24 | Korean | ||
| 7912645 | 증권신고서(주식의포괄적교환ㆍ이전) | 2025-04-15 | Korean | ||
| 7912641 | 특수관계인과의내부거래 | 2025-04-15 | Korean | ||
| 7912852 | [기재정정]특수관계인에대한담보제공 | 2025-04-14 | Korean | ||
| 7912747 | 매매거래정지및정지해제(중요내용공시) | 2025-04-14 | Korean | ||
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… |
|
Ísfélag hf.
A vertically integrated fishing and processing company with…
|
ISF | IS | Agriculture, forestry and fishi… |
|
KYOKUYO CO., LTD.
A general foods company focused on marine products, managin…
|
1301 | JP | Agriculture, forestry and fishi… |
DONGWON INDUSTRIES 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/17026/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=17026 | 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=17026 | 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=17026 \ -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": 17026}, 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 DONGWON INDUSTRIES CO.,LTD (id: 17026)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.