
MarketEnterprise Co.,Ltd — Investor Relations & Filings
MarketEnterprise Co., Ltd. operates online platforms focused on the reuse market, facilitating the purchase and sale of pre-owned goods. The company manages a comprehensive internet reuse business through numerous specialized websites and mobile platforms. It supports its operations with an in-house network of call centers and purchasing bases to ensure a seamless customer experience. Positioning itself as an 'optimized trading company,' MarketEnterprise aims to create new markets and contribute to a sustainable society by promoting the circulation of reusable items.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第17期第1四半期(令和4年7月1日-令和4年9月30日) | 2022-11-14 | Japanese | |
| 内部統制報告書-第16期(令和3年7月1日-令和4年6月30日) | 2022-09-29 | Japanese | |
| 確認書 | 2022-09-29 | Japanese | |
| 有価証券報告書-第16期(令和3年7月1日-令和4年6月30日) | 2022-09-29 | Japanese | |
| 四半期報告書-第16期第3四半期(令和4年1月1日-令和4年3月31日) | 2022-05-16 | Japanese | |
| 四半期報告書-第16期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
6 filings
| |||||
| 7583306 | 四半期報告書-第17期第1四半期(令和4年7月1日-令和4年9月30日) | 2022-11-14 | Japanese | ||
| 7589044 | 内部統制報告書-第16期(令和3年7月1日-令和4年6月30日) | 2022-09-29 | Japanese | ||
| 7589042 | 確認書 | 2022-09-29 | Japanese | ||
| 7589045 | 有価証券報告書-第16期(令和3年7月1日-令和4年6月30日) | 2022-09-29 | Japanese | ||
| 7608607 | 四半期報告書-第16期第3四半期(令和4年1月1日-令和4年3月31日) | 2022-05-16 | Japanese | ||
| 7616862 | 四半期報告書-第16期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7621069 | 四半期報告書-第16期第1四半期(令和3年7月1日-令和3年9月30日) | 2021-11-15 | Japanese | ||
| 7626044 | 内部統制報告書-第15期(令和2年7月1日-令和3年6月30日) | 2021-09-29 | Japanese | ||
| 7626042 | 確認書 | 2021-09-29 | Japanese | ||
| 7626047 | 有価証券報告書-第15期(令和2年7月1日-令和3年6月30日) | 2021-09-29 | Japanese | ||
| 7671639 | 四半期報告書-第15期第3四半期(令和3年1月1日-令和3年3月31日) | 2021-05-17 | Japanese | ||
| 7675315 | 四半期報告書-第15期第2四半期(令和2年10月1日-令和2年12月31日) | 2021-02-15 | Japanese | ||
|
2020
3 filings
| |||||
| 7679880 | 四半期報告書-第15期第1四半期(令和2年7月1日-令和2年9月30日) | 2020-11-16 | Japanese | ||
| 7683826 | 内部統制報告書-第14期(令和1年7月1日-令和2年6月30日) | 2020-09-25 | Japanese | ||
| 7683823 | 確認書 | 2020-09-25 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Retail sale of second-hand goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alexander Stamps And Coin Limited
Specializes in the trade, appraisal, and authentication of …
|
511463 | IN | Wholesale and retail trade |
|
ARIGATOU SERVICES COMPANY,LIMITED
Operates secondhand goods franchises, fast-food restaurants…
|
3177 | JP | Wholesale and retail trade |
|
BOOKOFF GROUP HOLDINGS LIMITED
Operates a chain of reuse retail stores buying and selling …
|
9278 | JP | Wholesale and retail trade |
|
BuySell Technologies Co.,Ltd.
A technology-driven reuse business purchasing pre-owned goo…
|
7685 | JP | Wholesale and retail trade |
|
CASH CONVERTERS INTERNATIONAL
Global retailer of pre-owned goods and provider of consumer…
|
CCV | AU | Wholesale and retail trade |
|
Daikokuya Holdings Co.,LTD.
Operates in pawnbroking of luxury goods and manufacturing o…
|
6993 | JP | Wholesale and retail trade |
|
ECONOS Co., Ltd
Operates reuse shops and mail-order services for buying and…
|
3136 | JP | Wholesale and retail trade |
|
GEO HOLDINGS CORPORATION
A retail operator of reuse shops for secondhand goods and m…
|
2681 | JP | Wholesale and retail trade |
|
GOLF DO CO.,LTD.
Operates retail stores and an e-commerce platform for secon…
|
3032 | JP | Wholesale and retail trade |
|
HARD OFF CORPORATION Co.,Ltd.
Operates reuse stores that buy and resell a diverse range o…
|
2674 | JP | Wholesale and retail trade |
MarketEnterprise Co.,Ltd 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/13866/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13866 | 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=13866 | 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=13866 \ -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": 13866}, 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 MarketEnterprise Co.,Ltd (id: 13866)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.