
oie sangyo co.,ltd — Investor Relations & Filings
Oie Sangyo Co., Ltd. is a comprehensive food trading company that specializes in the wholesale of foodstuffs for commercial use. The company supplies a wide range of products, including frozen, cooked, semi-cooked, dried, and canned foods, as well as seasonings and oils. It serves a diverse clientele across various sectors, including the food service industry (such as hotels and restaurants), the ready-meal business, office and factory catering, and the healthcare market. In addition to supplying food ingredients, the company provides integrated logistics and system support services. Oie Sangyo also develops and offers its own private brand products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第63期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-09 | Japanese | |
| 確認書 | 2022-06-28 | Japanese | |
| 内部統制報告書-第62期(令和3年4月1日-令和4年3月31日) | 2022-06-28 | Japanese | |
| 有価証券報告書-第62期(令和3年4月1日-令和4年3月31日) | 2022-06-28 | Japanese | |
| 四半期報告書-第62期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-09 | Japanese | |
| 四半期報告書-第62期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-09 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
5 filings
| |||||
| 7594531 | 四半期報告書-第63期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-09 | Japanese | ||
| 7600820 | 確認書 | 2022-06-28 | Japanese | ||
| 7600817 | 内部統制報告書-第62期(令和3年4月1日-令和4年3月31日) | 2022-06-28 | Japanese | ||
| 7600813 | 有価証券報告書-第62期(令和3年4月1日-令和4年3月31日) | 2022-06-28 | Japanese | ||
| 7618114 | 四半期報告書-第62期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-09 | Japanese | ||
|
2021
6 filings
| |||||
| 7624389 | 四半期報告書-第62期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-09 | Japanese | ||
| 7628594 | 四半期報告書-第62期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | ||
| 7666438 | 内部統制報告書-第61期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7666437 | 確認書 | 2021-06-28 | Japanese | ||
| 7666432 | 有価証券報告書-第61期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7677255 | 四半期報告書-第61期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-09 | Japanese | ||
|
2020
4 filings
| |||||
| 7681972 | 四半期報告書-第61期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-10 | Japanese | ||
| 7685618 | 四半期報告書-第61期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-12 | Japanese | ||
| 7688470 | 有価証券報告書-第60期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7693125 | 四半期報告書-第60期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of food, beverages and tobacco
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AELEA COMMODITIES LIMITED
Sources, processes, and trades cashews, sugar, pulses, and …
|
544213 | IN | Wholesale and retail trade |
|
Almunajem Foods Co.
Imports and distributes frozen, chilled, and dry food produ…
|
4162 | SA | Wholesale and retail trade |
|
AMCON DISTRIBUTING CO
A wholesale distributor of consumer products to convenience…
|
DIT | US | Wholesale and retail trade |
|
Aristocrat Group Corp.
Manages and distributes premium alcoholic beverages, includ…
|
ASCC | US | Wholesale and retail trade |
|
Asia Grocery Distribution Limited
Engaged in the trading and distribution of food and beverag…
|
8413 | HK | Wholesale and retail trade |
|
Asian Tea & Exports Ltd.
Processes and exports tea varieties and agricultural commod…
|
519532 | IN | Wholesale and retail trade |
|
Astron Connect
Distribution company connecting Canadian food and beverage …
|
AST | CA | Wholesale and retail trade |
|
BID CORPORATION LIMITED
International broad-line foodservice group distributing foo…
|
BIDE | ZA | Wholesale and retail trade |
|
BORATR CO., Ltd.
A food company that sources, imports, and distributes globa…
|
250000 | KR | Wholesale and retail trade |
|
Central Forest Group, Inc.
A holding company engaged in the wholesale of food, beverag…
|
7675 | JP | Wholesale and retail trade |
oie sangyo 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/12433/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12433 | 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=12433 | 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=12433 \ -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": 12433}, 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 oie sangyo co.,ltd (id: 12433)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.