
BOURBON CORPORATION — Investor Relations & Filings
Bourbon Corporation is a manufacturer and distributor of food and beverage products. The company's extensive product portfolio is centered on confectionery and snacks, offering a wide variety of items such as cookies, crackers, bean snacks, rice biscuits, candy, and chocolate-based goods. In addition to its core snack business, the company also produces and sells non-alcoholic beverages, powdered cocoa, frozen desserts, and other food items. Bourbon Corporation is committed to providing a diverse range of safe and high-quality products to consumers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内部統制報告書-第146期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | |
| 確認書 | 2022-06-29 | Japanese | |
| 有価証券報告書-第146期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | |
| 四半期報告書-第146期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-08 | Japanese | |
| 四半期報告書-第146期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-09 | Japanese | |
| 四半期報告書-第146期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7600268 | 内部統制報告書-第146期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | ||
| 7600256 | 確認書 | 2022-06-29 | Japanese | ||
| 7600244 | 有価証券報告書-第146期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | ||
| 7618369 | 四半期報告書-第146期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-08 | Japanese | ||
|
2021
6 filings
| |||||
| 7624511 | 四半期報告書-第146期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-09 | Japanese | ||
| 7662400 | 四半期報告書-第146期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | ||
| 7665628 | 内部統制報告書-第145期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7665624 | 確認書 | 2021-06-29 | Japanese | ||
| 7665617 | 有価証券報告書-第145期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7677299 | 四半期報告書-第145期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-09 | Japanese | ||
|
2020
4 filings
| |||||
| 7682435 | 四半期報告書-第145期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-06 | Japanese | ||
| 7686778 | 四半期報告書-第145期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7689029 | 有価証券報告書-第144期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | ||
| 7694157 | 四半期報告書-第144期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | ||
|
2019
1 filing
| |||||
| 7697906 | 四半期報告書-第144期第2四半期(2019/07/01-2019/09/30) | 2019-11-08 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bakery products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alkis H. Hadjikyriacos Public LTD
Manufactures and distributes food products like biscuits, s…
|
FBI | CY | Manufacturing |
|
Anjani Foods Limited
Produces and distributes bakery products for retail and ins…
|
511153 | IN | Manufacturing |
|
Aryzta AG
International manufacturer and distributor of frozen specia…
|
ARYN | CH | Manufacturing |
|
BRIDGFORD FOODS CORP
Manufacturer and distributor of frozen bakery goods and mea…
|
BRID | US | Manufacturing |
|
Brionka d.d.
Producer of bakery, confectionery, pasta, and frozen food p…
|
BRNK | HR | Manufacturing |
|
Britannia Industries Ltd.
Manufactures and distributes a diverse range of bakery and …
|
BRITANNIA | IN | Manufacturing |
|
COMO CO.,LTD.
Manufacturer of long-life bread using Panettone yeast; also…
|
2224 | JP | Manufacturing |
|
Dangee Dums Limited
Produces and retails premium bakery products, artisanal cho…
|
DANGEE | IN | Manufacturing |
|
Delsole Corporation
Manufactures specialty breads and operates Japanese restaur…
|
2876 | JP | Manufacturing |
|
DMR UNLU MAMULLER ÜRETİM GIDA TOPTAN PERAKENDE İHRACAT A.Ş.
A producer, wholesaler, and retailer of bakery products for…
|
DMRGD | TR | Manufacturing |
BOURBON CORPORATION 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/11050/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11050 | 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=11050 | 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=11050 \ -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": 11050}, 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 BOURBON CORPORATION (id: 11050)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.