
Enigmo Inc. — Investor Relations & Filings
Enigmo Inc. is a company that plans, develops, and operates internet-based services. Its flagship platform is BUYMA, a social commerce marketplace that connects users with a global network of personal shoppers to purchase fashion items and other goods. The platform has a presence in over 176 countries. In addition to its primary marketplace, Enigmo operates BUYMA TRAVEL, a service that facilitates private local tours for Japanese travelers, provided by Japanese expatriates. The company also runs STYLE HAUS, a media platform offering content on fashion, cosmetics, and lifestyle trends based on global data and user insights.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第19期第2四半期(令和4年5月1日-令和4年7月31日) | 2022-09-14 | Japanese | |
| 四半期報告書-第19期第1四半期(令和4年2月1日-令和4年4月30日) | 2022-06-14 | Japanese | |
| 内部統制報告書-第18期(令和3年2月1日-令和4年1月31日) | 2022-04-28 | Japanese | |
| 有価証券報告書-第18期(令和3年2月1日-令和4年1月31日) | 2022-04-28 | Japanese | |
| 確認書 | 2022-04-28 | Japanese | |
| 四半期報告書-第18期第3四半期(令和3年8月1日-令和3年10月31日) | 2021-12-14 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
5 filings
| |||||
| 7589430 | 四半期報告書-第19期第2四半期(令和4年5月1日-令和4年7月31日) | 2022-09-14 | Japanese | ||
| 7605291 | 四半期報告書-第19期第1四半期(令和4年2月1日-令和4年4月30日) | 2022-06-14 | Japanese | ||
| 7610468 | 内部統制報告書-第18期(令和3年2月1日-令和4年1月31日) | 2022-04-28 | Japanese | ||
| 7610462 | 有価証券報告書-第18期(令和3年2月1日-令和4年1月31日) | 2022-04-28 | Japanese | ||
| 7610460 | 確認書 | 2022-04-28 | Japanese | ||
|
2021
6 filings
| |||||
| 7620214 | 四半期報告書-第18期第3四半期(令和3年8月1日-令和3年10月31日) | 2021-12-14 | Japanese | ||
| 7626334 | 四半期報告書-第18期第2四半期(令和3年5月1日-令和3年7月31日) | 2021-09-14 | Japanese | ||
| 7670590 | 四半期報告書-第18期第1四半期(令和3年2月1日-令和3年4月30日) | 2021-06-14 | Japanese | ||
| 7672585 | 内部統制報告書-第17期(令和2年2月1日-令和3年1月31日) | 2021-04-28 | Japanese | ||
| 7672584 | 有価証券報告書-第17期(令和2年2月1日-令和3年1月31日) | 2021-04-28 | Japanese | ||
| 7672582 | 確認書 | 2021-04-28 | Japanese | ||
|
2020
4 filings
| |||||
| 7679183 | 四半期報告書-第17期第3四半期(令和2年8月1日-令和2年10月31日) | 2020-12-15 | Japanese | ||
| 7683991 | 四半期報告書-第17期第2四半期(令和2年5月1日-令和2年7月31日) | 2020-09-14 | Japanese | ||
| 7684280 | 訂正有価証券報告書-第16期(平成31年2月1日-令和2年1月31日) | 2020-08-31 | Japanese | ||
| 7690199 | 四半期報告書-第17期第1四半期(令和2年2月1日-令和2年4月30日) | 2020-06-12 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Intermediation service activities for retail sale
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1stdibs.com, Inc.
An online marketplace for luxury goods and extraordinary de…
|
DIBS | US | Wholesale and retail trade |
|
Allegro.eu S.A.
European e-commerce marketplace connecting consumers with a…
|
ALE | PL | Wholesale and retail trade |
|
Ame Kaze Taiyo, Inc.
Operates a platform connecting food producers directly with…
|
5616 | JP | Wholesale and retail trade |
|
ARTICORE GROUP LIMITED
Operates online marketplaces connecting independent artists…
|
ATG | AU | Wholesale and retail trade |
|
Baozun Inc.
A digital commerce partner for e-commerce services and bran…
|
BZUN | US | Wholesale and retail trade |
|
BEENOS Inc.
A tech company with a global platform for cross-border e-co…
|
3328 | JP | Wholesale and retail trade |
|
CDON AB
A Nordic marketplace operator connecting third-party seller…
|
CDON | SE | Wholesale and retail trade |
|
CREEMA LTD.
Operates an online marketplace for handmade products and or…
|
4017 | JP | Wholesale and retail trade |
|
EBAY INC
A global online marketplace connecting buyers and sellers f…
|
EBAY | US | Wholesale and retail trade |
|
ENJOEI S.A.
Digital marketplace for peer-to-peer intermediation of pre-…
|
— | BR | Wholesale and retail trade |
Enigmo 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/13678/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13678 | 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=13678 | 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=13678 \ -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": 13678}, 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 Enigmo Inc. (id: 13678)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.