
CALBEE,Inc. — Investor Relations & Filings
CALBEE, Inc. is a food company that produces and sells snacks and other food products. Founded in 1949, the company's portfolio is centered on potato-based snacks, including its well-known Potato Chips, JagaRico, and Jagabee brands. Other key products include Kappa Ebisen shrimp crackers, Sapporo Potato snacks, and a line of breakfast cereals. The company focuses on utilizing natural ingredients to create a wide selection of creative and high-quality snacks for a global consumer market. Its stated mission is to harness nature's gifts to bring taste and fun while contributing to healthy lifestyles.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内部統制報告書-第73期(令和3年4月1日-令和4年3月31日) | 2022-06-23 | Japanese | |
| 確認書 | 2022-06-23 | Japanese | |
| 有価証券報告書-第73期(令和3年4月1日-令和4年3月31日) | 2022-06-23 | Japanese | |
| 四半期報告書-第73期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | |
| 四半期報告書-第73期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-10 | Japanese | |
| 四半期報告書-第73期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-10 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7603927 | 内部統制報告書-第73期(令和3年4月1日-令和4年3月31日) | 2022-06-23 | Japanese | ||
| 7603910 | 確認書 | 2022-06-23 | Japanese | ||
| 7603878 | 有価証券報告書-第73期(令和3年4月1日-令和4年3月31日) | 2022-06-23 | Japanese | ||
| 7617944 | 四半期報告書-第73期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | ||
|
2021
6 filings
| |||||
| 7624290 | 四半期報告書-第73期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-10 | Japanese | ||
| 7661833 | 四半期報告書-第73期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-10 | Japanese | ||
| 7669016 | 内部統制報告書-第72期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | ||
| 7668993 | 確認書 | 2021-06-24 | Japanese | ||
| 7668989 | 有価証券報告書-第72期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | ||
| 7677069 | 四半期報告書-第72期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-10 | Japanese | ||
|
2020
4 filings
| |||||
| 7682071 | 四半期報告書-第72期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-10 | Japanese | ||
| 7686618 | 四半期報告書-第72期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7689451 | 有価証券報告書-第71期(平成31年4月1日-令和2年3月31日) | 2020-06-25 | Japanese | ||
| 7694122 | 四半期報告書-第71期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | ||
|
2019
1 filing
| |||||
| 7697544 | 四半期報告書-第71期第2四半期(2019/07/01-2019/09/30) | 2019-11-11 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other food products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
7 Fit Spolka Akcyjna
Producer and distributor of nutritional and dietary supplem…
|
7FT | PL | Manufacturing |
|
AB Akola Group
An agricultural and food production group with integrated '…
|
LNA1L | LT | Manufacturing |
|
Above Food Ingredients Inc.
A plant-based ingredient company specializing in regenerati…
|
ABVE | CA | Manufacturing |
|
Abram Food Limited
Manufactures and distributes snacks, confectionery, and pro…
|
544422 | IN | Manufacturing |
|
ACOMO N.V.
Sources, processes, and distributes plant-based ingredients…
|
ACOMO | NL | Manufacturing |
|
AFC Group Holdings Limited
Produces and distributes food, health, and beauty products …
|
AFC | NZ | Manufacturing |
|
Agape ATP Corp
Provides health products and wellness advisory services in …
|
ATPC | US | Manufacturing |
|
AGV Products Corporation
Manufactures food, beverages, and health supplements using …
|
1217 | TW | Manufacturing |
|
ahjikanco.,ltd
Manufacturer and wholesaler of processed Japanese egg, vege…
|
2907 | JP | Manufacturing |
|
Ajinomoto Co., Inc.
A global firm specializing in food products and amino acid-…
|
2802 | JP | Manufacturing |
CALBEE,Inc. 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/13634/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13634 | 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=13634 | 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=13634 \ -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": 13634}, 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 CALBEE,Inc. (id: 13634)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.