
Lacto Japan Co.,Ltd. — Investor Relations & Filings
Lacto Japan Co., Ltd. is a specialized food trading company that imports and wholesales a diverse range of food ingredients. The company sources products globally and supplies them to food manufacturers and other businesses, primarily in Japan and other Asian markets. Its core product portfolio consists of dairy ingredients, such as whole milk powder and skim milk powder, as well as various types of cheese and meat products. The company also handles functional food ingredients, processed agricultural and livestock products, and food additives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-02-28 | Japanese | |
| 内部統制報告書-第24期(令和2年12月1日-令和3年11月30日) | 2022-02-28 | Japanese | |
| 有価証券報告書-第24期(令和2年12月1日-令和3年11月30日) | 2022-02-28 | Japanese | |
| 四半期報告書-第24期第3四半期(令和3年6月1日-令和3年8月31日) | 2021-10-13 | Japanese | |
| 四半期報告書-第24期第2四半期(令和3年3月1日-令和3年5月31日) | 2021-07-14 | Japanese | |
| 四半期報告書-第24期第1四半期(令和2年12月1日-令和3年2月28日) | 2021-04-14 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7615360 | 確認書 | 2022-02-28 | Japanese | ||
| 7615359 | 内部統制報告書-第24期(令和2年12月1日-令和3年11月30日) | 2022-02-28 | Japanese | ||
| 7615365 | 有価証券報告書-第24期(令和2年12月1日-令和3年11月30日) | 2022-02-28 | Japanese | ||
|
2021
6 filings
| |||||
| 7625546 | 四半期報告書-第24期第3四半期(令和3年6月1日-令和3年8月31日) | 2021-10-13 | Japanese | ||
| 7663278 | 四半期報告書-第24期第2四半期(令和3年3月1日-令和3年5月31日) | 2021-07-14 | Japanese | ||
| 7672848 | 四半期報告書-第24期第1四半期(令和2年12月1日-令和3年2月28日) | 2021-04-14 | Japanese | ||
| 7675039 | 確認書 | 2021-02-26 | Japanese | ||
| 7675040 | 内部統制報告書-第23期(令和1年12月1日-令和2年11月30日) | 2021-02-26 | Japanese | ||
| 7675041 | 有価証券報告書-第23期(令和1年12月1日-令和2年11月30日) | 2021-02-26 | Japanese | ||
|
2020
4 filings
| |||||
| 7683067 | 四半期報告書-第23期第3四半期(令和2年6月1日-令和2年8月31日) | 2020-10-14 | Japanese | ||
| 7687746 | 四半期報告書-第23期第2四半期(令和2年3月1日-令和2年5月31日) | 2020-07-14 | Japanese | ||
| 7691331 | 四半期報告書-第23期第1四半期(令和1年12月1日-令和2年2月29日) | 2020-04-14 | Japanese | ||
| 7692204 | 有価証券報告書-第22期(平成30年12月1日-令和1年11月30日) | 2020-02-27 | Japanese | ||
|
2019
2 filings
| |||||
| 7698494 | 四半期報告書-第22期第3四半期(2019/06/01-2019/08/31) | 2019-10-15 | Japanese | ||
| 7702175 | 四半期報告書-第22期第2四半期(2019/03/01-2019/05/31) | 2019-07-12 | 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 |
|
CEDISUR S A
Food distribution company specializing in dry, refrigerated…
|
— | AR | Wholesale and retail trade |
Lacto Japan 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/13887/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13887 | 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=13887 | 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=13887 \ -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": 13887}, 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 Lacto Japan Co.,Ltd. (id: 13887)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.