
Brass Corporation — Investor Relations & Filings
Brass Corporation specializes in planning and operating wedding ceremonies and receptions. The company operates a network of directly managed, guesthouse-style venues, which are fully equipped with chapels and reception halls for exclusive use. Its primary service is providing comprehensive wedding coordination, focusing on creating unique and highly personalized events tailored to each couple's specific desires. The company's approach emphasizes creating an emotional and memorable experience for the couple and their guests. In addition to venue and planning services, Brass Corporation also engages in the sale and rental of wedding attire and related items.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第19期第3四半期(令和4年2月1日-令和4年4月30日) | 2022-06-13 | Japanese | |
| 四半期報告書-第19期第2四半期(令和3年11月1日-令和4年1月31日) | 2022-03-15 | Japanese | |
| 四半期報告書-第19期第1四半期(令和3年8月1日-令和3年10月31日) | 2021-12-15 | Japanese | |
| 内部統制報告書-第18期(令和2年8月1日-令和3年7月31日) | 2021-10-28 | Japanese | |
| 確認書 | 2021-10-28 | Japanese | |
| 有価証券報告書-第18期(令和2年8月1日-令和3年7月31日) | 2021-10-28 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
2 filings
| |||||
| 7605524 | 四半期報告書-第19期第3四半期(令和4年2月1日-令和4年4月30日) | 2022-06-13 | Japanese | ||
| 7614853 | 四半期報告書-第19期第2四半期(令和3年11月1日-令和4年1月31日) | 2022-03-15 | Japanese | ||
|
2021
6 filings
| |||||
| 7620181 | 四半期報告書-第19期第1四半期(令和3年8月1日-令和3年10月31日) | 2021-12-15 | Japanese | ||
| 7625106 | 内部統制報告書-第18期(令和2年8月1日-令和3年7月31日) | 2021-10-28 | Japanese | ||
| 7625109 | 確認書 | 2021-10-28 | Japanese | ||
| 7625107 | 有価証券報告書-第18期(令和2年8月1日-令和3年7月31日) | 2021-10-28 | Japanese | ||
| 7670620 | 四半期報告書-第18期第3四半期(令和3年2月1日-令和3年4月30日) | 2021-06-14 | Japanese | ||
| 7674827 | 四半期報告書-第18期第2四半期(令和2年11月1日-令和3年1月31日) | 2021-03-12 | Japanese | ||
|
2020
6 filings
| |||||
| 7679246 | 四半期報告書-第18期第1四半期(令和2年8月1日-令和2年10月31日) | 2020-12-14 | Japanese | ||
| 7682732 | 内部統制報告書-第17期(令和1年8月1日-令和2年7月31日) | 2020-10-29 | Japanese | ||
| 7682730 | 確認書 | 2020-10-29 | Japanese | ||
| 7682729 | 有価証券報告書-第17期(令和1年8月1日-令和2年7月31日) | 2020-10-29 | Japanese | ||
| 7690224 | 四半期報告書-第17期第3四半期(令和2年2月1日-令和2年4月30日) | 2020-06-12 | Japanese | ||
| 7692101 | 四半期報告書-第17期第2四半期(令和1年11月1日-令和2年1月31日) | 2020-03-13 | Japanese | ||
|
2019
1 filing
| |||||
| 7695405 | 四半期報告書-第17期第1四半期(2019/08/01-2019/10/31) | 2019-12-13 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Event catering activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aramark
A global provider of food services, facilities management, …
|
ARMK | US | Accommodation and food service … |
|
Compass Group PLC
A multinational contract foodservice and support services c…
|
CPG | GB | Accommodation and food service … |
|
CSS HOLDINGS,LTD.
Holding company for steward, food service, and professional…
|
2304 | JP | Accommodation and food service … |
|
DO & CO AG
A global gourmet company for airline catering, event cateri…
|
DOC | AT | Accommodation and food service … |
|
ESCRIT INC.
Specializes in comprehensive wedding services, including pl…
|
2196 | JP | Accommodation and food service … |
|
Goel Food Products Limited
Provides catering and event management services through a n…
|
543538 | IN | Accommodation and food service … |
|
IKK Holdings Inc.
A diversified company in wedding, nursing care, funeral, an…
|
2198 | JP | Accommodation and food service … |
|
NEO GROUP LIMITED
Diversified food and beverage conglomerate providing integr…
|
5UJ | SG | Accommodation and food service … |
|
New Palace
Provides large-scale banquet services, wedding planning, an…
|
8940 | TW | Accommodation and food service … |
|
NOVARESE,Inc.
Operates wedding venues and restaurants, providing comprehe…
|
9160 | JP | Accommodation and food service … |
Brass 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/13930/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13930 | 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=13930 | 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=13930 \ -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": 13930}, 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 Brass Corporation (id: 13930)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.