
SEKIDO CO.,LTD — Investor Relations & Filings
SEKIDO CO., LTD. is a company specializing in the development and retail of brands, with a primary focus on the cosmetics and fashion sectors. The company serves as the exclusive distributor for premium Korean skincare brands, including MEDIHEAL and MEDITHERAPY. Its fashion division offers a variety of accessories such as bags, wallets, watches, and jewelry, which includes products under its proprietary Pomerance brand. SEKIDO operates through directly managed stores and leverages a diverse distribution network that encompasses consumer electronics retailers, with strategic plans for expansion into convenience stores. The company's business model is centered on rapidly introducing new and trending products to the market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| (訂正・数値データ訂正)「2026年3月期 決算短信〔日本基準〕(非連結)」の一部訂正及び特別損失の計上について | 2026-05-22 | Japanese | |
| 資本金の額の減少(減資)に関するお知らせ | 2026-05-21 | Japanese | |
| 役員人事の内定に関するお知らせ | 2026-05-21 | Japanese | |
| 臨時報告書 | 2026-05-14 | Japanese | |
| 継続企業の前提に関する事項の注記に関するお知らせ | 2026-05-07 | Japanese | |
| 2026年3月期決算短信〔日本基準〕(非連結) | 2026-05-07 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 46779557 | (訂正・数値データ訂正)「2026年3月期 決算短信〔日本基準〕(非連結)」の一部訂正及び特別損失の計上について | 2026-05-22 | Japanese | ||
| 46718557 | 資本金の額の減少(減資)に関するお知らせ | 2026-05-21 | Japanese | ||
| 46718555 | 役員人事の内定に関するお知らせ | 2026-05-21 | Japanese | ||
| 45879038 | 臨時報告書 | 2026-05-14 | Japanese | ||
| 46881093 | 継続企業の前提に関する事項の注記に関するお知らせ | 2026-05-07 | Japanese | ||
| 46881091 | 2026年3月期決算短信〔日本基準〕(非連結) | 2026-05-07 | Japanese | ||
| 46881089 | 株主優待制度の一部変更に関するお知らせ | 2026-05-07 | Japanese | ||
| 46881087 | 特別損失の計上及び2026年3月期通期業績予想値と実績値の差異に関するお知らせ | 2026-05-07 | Japanese | ||
| 46880990 | 第三者割当により発行された第18回新株予約権(行使価額修正条項及び行使停止条項付)の月間行使状況に関するお知らせ | 2026-05-01 | Japanese | ||
| 46878572 | 第三者割当により発行された第18回新株予約権(行使価額修正条項及び行使停止条項付)の停止指定の決定に関するお知らせ | 2026-04-23 | Japanese | ||
|
2025
5 filings
| |||||
| 8661223 | 訂正有価証券届出書(組込方式) | 2025-11-26 | Japanese | ||
| 8496967 | 訂正有価証券届出書(組込方式) | 2025-11-21 | Japanese | ||
| 8445105 | 有価証券届出書(組込方式) | 2025-11-18 | Japanese | ||
| 8069917 | 確認書 | 2025-11-04 | Japanese | ||
| 8069916 | 半期報告書-第64期(2025/03/21-2026/03/20) | 2025-11-04 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of other household goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Komehyo Holdings Co.,Ltd.
Retailer specializing in the purchase and sale of new and p…
|
2780 | JP | Wholesale and retail trade |
|
Kumulus Vape
Online retailer of electronic cigarettes, e-liquids, and DI…
|
ALVAP | FR | Wholesale and retail trade |
|
LIFETIME BRANDS, INC
Global provider of branded kitchenware, tableware, and othe…
|
LCUT | US | Wholesale and retail trade |
|
Longspur International Ventures Limited
Designs and distributes consumer electronics, audio equipme…
|
504340 | IN | Wholesale and retail trade |
|
Luk Fook Holdings (International) Limited
A major retailer and wholesaler of gold, platinum, and gem-…
|
590 | BM | Wholesale and retail trade |
|
LUYAN PHARMA CO.,LTD
Distributes and retails pharmaceuticals and medical devices…
|
002788 | CN | Wholesale and retail trade |
|
MARCO HOLDINGS BHD
Wholesale, marketing, and distribution of timepieces, consu…
|
— | MY | Wholesale and retail trade |
|
Marketing Home Group for Trading Co.
Distributes and services residential and commercial applian…
|
4194 | SA | Wholesale and retail trade |
|
MCPHERSON'S LIMITED
Markets and distributes health, beauty, and household produ…
|
MCP | AU | Wholesale and retail trade |
|
Medico Intercontinental Limited
Markets and distributes pharmaceutical formulations and nut…
|
539938 | IN | Wholesale and retail trade |
SEKIDO 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/12575/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12575 | 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=12575 | 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=12575 \ -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": 12575}, 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 SEKIDO CO.,LTD (id: 12575)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.