
Fuji Oil Company, Ltd. — Investor Relations & Filings
Fuji Oil is a global supplier of plant-based food ingredients. The company's operations are centered around four core business segments: vegetable oils and fats, industrial chocolate, emulsified and fermented ingredients, and soy-based ingredients. As a specialist in intermediate food ingredients, it develops and manufactures a wide range of products for the international food industry. Leveraging expertise in tropical oils and soy processing technologies, Fuji Oil provides value-added solutions for applications in confectionery, baked goods, dairy alternatives, and other processed foods, with a focus on creating innovative and sustainable products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第21期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-12 | Japanese | |
| 内部統制報告書-第20期(令和3年4月1日-令和4年3月31日) | 2022-06-28 | Japanese | |
| 確認書 | 2022-06-28 | Japanese | |
| 有価証券報告書-第20期(令和3年4月1日-令和4年3月31日) | 2022-06-28 | Japanese | |
| 四半期報告書-第20期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第20期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
5 filings
| |||||
| 7590829 | 四半期報告書-第21期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-12 | Japanese | ||
| 7600735 | 内部統制報告書-第20期(令和3年4月1日-令和4年3月31日) | 2022-06-28 | Japanese | ||
| 7600725 | 確認書 | 2022-06-28 | Japanese | ||
| 7600716 | 有価証券報告書-第20期(令和3年4月1日-令和4年3月31日) | 2022-06-28 | Japanese | ||
| 7616101 | 四半期報告書-第20期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7622569 | 四半期報告書-第20期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7627252 | 四半期報告書-第20期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-13 | Japanese | ||
| 7667183 | 内部統制報告書-第19期(令和2年4月1日-令和3年3月31日) | 2021-06-25 | Japanese | ||
| 7667172 | 確認書 | 2021-06-25 | Japanese | ||
| 7667159 | 有価証券報告書-第19期(令和2年4月1日-令和3年3月31日) | 2021-06-25 | Japanese | ||
| 7675685 | 四半期報告書-第19期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
4 filings
| |||||
| 7680128 | 四半期報告書-第19期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7684673 | 四半期報告書-第19期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-14 | Japanese | ||
| 7689227 | 有価証券報告書-第18期(平成31年4月1日-令和2年3月31日) | 2020-06-25 | Japanese | ||
| 7693223 | 四半期報告書-第18期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of vegetable and animal oils and fats
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AAK
Global producer of plant-based oils and fats for food and p…
|
AAK | SE | Manufacturing |
|
ADM Hamburg AG
Operates a large European oilseed crushing, refining, and l…
|
OEL | DE | Manufacturing |
|
Ajanta Soya Limited
Produces and markets vanaspati and refined edible oils for …
|
519216 | IN | Manufacturing |
|
Ambar Protein Industries Limited
Refines and markets edible oils such as cottonseed, sunflow…
|
519471 | IN | Manufacturing |
|
AMBO AGRITEC LIMITED
Manufactures and markets edible oils, bakery products, and …
|
543678 | IN | Manufacturing |
|
Apetit Oyj
Specializes in plant-based foods like frozen vegetables, ve…
|
APETIT | FI | Manufacturing |
|
Ashiana Agro Industries Ltd
Processes and refines edible oils and vanaspati for retail …
|
519174 | IN | Manufacturing |
|
Australian Oilseeds Holdings Ltd
Manufactures chemical-free, non-GMO edible oils and protein…
|
COOT | US | Manufacturing |
|
BCL INDUSTRIES LIMITED
Diversified manufacturer of edible oils, grain-based ethano…
|
BCLIND | IN | Manufacturing |
|
Besler Gıda ve Kimya Sanayi ve Ticaret A. Ş.
Manufacturer of frozen foods, canned goods, and edible fats…
|
KERVT | TR | Manufacturing |
Fuji Oil Company, 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/11449/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11449 | 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=11449 | 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=11449 \ -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": 11449}, 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 Fuji Oil Company, Ltd. (id: 11449)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.