
Boutiques, Inc. — Investor Relations & Filings
Boutiques, Inc. operates a matching platform with a primary focus on the caregiving industry. The company's operations are divided into three main business segments: exhibitions, M&A brokerage, and recruitment support. The exhibition division organizes hybrid trade shows, such as "CareTEX" for the caregiving sector and "DXPO" for IT solutions. Its M&A brokerage division provides advisory and matching services, specializing in the caregiving, medical, welfare, construction, and IT industries. The recruitment support business hosts numerous events to connect new graduates with employers and offers personnel placement services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第15期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-10 | Japanese | |
| 有価証券届出書(組込方式) | 2021-01-13 | Japanese | |
| 四半期報告書-第15期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-11 | Japanese | |
| 四半期報告書-第15期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | |
| 有価証券報告書-第14期(平成31年4月1日-令和2年3月31日) | 2020-06-22 | Japanese | |
| 四半期報告書-第14期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-14 | Japanese |
Browse filings by year
9 yearsMarket data
Market data not available
Price history
Peer group · Intermediation service activities for business support activities n.e.c., except financial intermediation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CannAmerica Brands Corp.
Owns and licenses a portfolio of medical and recreational c…
|
CNNXF | CA | Administrative and support serv… |
|
HIKARI TSUSHIN,INC.
Holding company providing telecom, utilities, and corporate…
|
9435 | JP | Administrative and support serv… |
|
Livero Inc.
Operates a cloud-based platform offering one-stop services …
|
9245 | JP | Administrative and support serv… |
|
ULURU.CO.,LTD.
Addresses labor shortages using a crowd worker network, IT,…
|
3979 | JP | Administrative and support serv… |
Boutiques, 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/14106/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14106 | 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=14106 | 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=14106 \ -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": 14106}, 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 Boutiques, Inc. (id: 14106)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.