
HANDSMAN CO., LTD. — Investor Relations & Filings
HANDSMAN CO., LTD. is a retail company that operates a chain of home improvement centers. The company specializes in the sale of a wide range of products, primarily focusing on do-it-yourself (DIY) materials, gardening supplies, household goods, and building materials. The product assortment also includes automotive accessories, leisure items, and hobby supplies. In addition to its physical stores, HANDSMAN manages an online shop that features a selection of goods directly imported from around the world, catering to both general consumers and professional clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第58期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | |
| 四半期報告書-第58期第1四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 内部統制報告書-第57期(令和2年7月1日-令和3年6月30日) | 2021-09-30 | Japanese | |
| 確認書 | 2021-09-30 | Japanese | |
| 有価証券報告書-第57期(令和2年7月1日-令和3年6月30日) | 2021-09-30 | Japanese | |
| 四半期報告書-第57期第3四半期(令和3年1月1日-令和3年3月31日) | 2021-05-13 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
1 filing
| |||||
| 7617222 | 四半期報告書-第58期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | ||
|
2021
6 filings
| |||||
| 7622357 | 四半期報告書-第58期第1四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7625766 | 内部統制報告書-第57期(令和2年7月1日-令和3年6月30日) | 2021-09-30 | Japanese | ||
| 7625765 | 確認書 | 2021-09-30 | Japanese | ||
| 7625767 | 有価証券報告書-第57期(令和2年7月1日-令和3年6月30日) | 2021-09-30 | Japanese | ||
| 7672160 | 四半期報告書-第57期第3四半期(令和3年1月1日-令和3年3月31日) | 2021-05-13 | Japanese | ||
| 7675661 | 四半期報告書-第57期第2四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
6 filings
| |||||
| 7680139 | 四半期報告書-第57期第1四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7683758 | 内部統制報告書-第56期(令和1年7月1日-令和2年6月30日) | 2020-09-25 | Japanese | ||
| 7683753 | 確認書 | 2020-09-25 | Japanese | ||
| 7683755 | 有価証券報告書-第56期(令和1年7月1日-令和2年6月30日) | 2020-09-25 | Japanese | ||
| 7690998 | 四半期報告書-第56期第3四半期(令和2年1月1日-令和2年3月31日) | 2020-05-13 | Japanese | ||
| 7693144 | 四半期報告書-第56期第2四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese | ||
|
2019
2 filings
| |||||
| 7696708 | 四半期報告書-第56期第1四半期(2019/07/01-2019/09/30) | 2019-11-13 | Japanese | ||
| 7698822 | 有価証券報告書-第55期(平成30年7月1日-令和1年6月30日) | 2019-09-26 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Retail sale of hardware, building materials, paints and glass
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alleanza Holdings Co., Ltd.
A holding company that manages home improvement centers and…
|
3546 | JP | Wholesale and retail trade |
|
ARCLANDS CORPORATION
Diversified company in retail, wholesale, food service, rea…
|
9842 | JP | Wholesale and retail trade |
|
BMS HOLDINGS BERHAD
Retailing and distributing building materials, surface cove…
|
— | MY | Wholesale and retail trade |
|
Bourrelier Group SA
A holding company operating DIY retail stores for home, gar…
|
ALBOU | FR | Wholesale and retail trade |
|
BuildDirect.com Technologies Inc.
Technology platform and online marketplace for high-quality…
|
BILD | CA | Wholesale and retail trade |
|
Byggmax Group
A Nordic low-price retailer of DIY building materials and g…
|
BMAX | SE | Wholesale and retail trade |
|
CASHBUILD LIMITED
Southern Africa's largest retailer and distributor of build…
|
CSB | ZA | Wholesale and retail trade |
|
Clas Ohlson AB
A retail company providing products to help customers solve…
|
CLAS | SE | Wholesale and retail trade |
|
CMO GROUP PLC
An online-only retailer of building materials via specialis…
|
CMO | GB | Wholesale and retail trade |
|
COMERCIAL K SPA
Imports and retails a comprehensive range of home improveme…
|
— | CL | Wholesale and retail trade |
HANDSMAN 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/12660/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12660 | 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=12660 | 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=12660 \ -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": 12660}, 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 HANDSMAN CO., LTD. (id: 12660)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.