
YAMADA HOLDINGS CO.,LTD. — Investor Relations & Filings
YAMADA HOLDINGS CO., LTD. is a major retail holding company specializing in consumer electronics and home appliances. The company's extensive product portfolio includes televisions, audio equipment, cameras, and a wide range of other home electrical goods. Expanding beyond its traditional electronics focus, the company has diversified into furniture, housing-related products, and health and nursing care items. This expansion is driven by its 'Total-Living' concept, which aims to provide customers with a comprehensive range of products and services for all aspects of home life. Through its vast network of retail stores, Yamada Holdings offers a broad selection of merchandise and dedicated after-sales support to a wide consumer base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 訂正公開買付届出書 | 2020-10-01 | Japanese | |
| 訂正公開買付届出書 | 2020-09-30 | Japanese | |
| 公開買付届出書 | 2020-09-09 | Japanese | |
| 四半期報告書-第44期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | |
| 有価証券報告書-第43期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | |
| 四半期報告書-第43期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
6 filings
| |||||
| 7683387 | 訂正公開買付届出書 | 2020-10-01 | Japanese | ||
| 7683515 | 訂正公開買付届出書 | 2020-09-30 | Japanese | ||
| 7684097 | 公開買付届出書 | 2020-09-09 | Japanese | ||
| 7686192 | 四半期報告書-第44期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7688769 | 有価証券報告書-第43期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | ||
| 7693015 | 四半期報告書-第43期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese | ||
|
2019
4 filings
| |||||
| 7695733 | 四半期報告書-第43期第2四半期(2019/07/01-2019/09/30) | 2019-11-14 | Japanese | ||
| 7699181 | 四半期報告書-第43期第1四半期(2019/04/01-2019/06/30) | 2019-08-14 | Japanese | ||
| 7709859 | 有価証券報告書-第42期(平成30年4月1日-平成31年3月31日) | 2019-06-27 | Japanese | ||
| 7713598 | 四半期報告書-第42期第3四半期(2018/10/01-2018/12/31) | 2019-02-14 | Japanese | ||
|
2018
4 filings
| |||||
| 7717220 | 四半期報告書-第42期第2四半期(2018/07/01-2018/09/30) | 2018-11-14 | Japanese | ||
| 7720703 | 四半期報告書-第42期第1四半期(2018/04/01-2018/06/30) | 2018-08-14 | Japanese | ||
| 7724258 | 有価証券報告書-第41期(平成29年4月1日-平成30年3月31日) | 2018-06-28 | Japanese | ||
| 7729659 | 四半期報告書-第41期第3四半期(2017/10/01-2017/12/31) | 2018-02-09 | Japanese | ||
|
2017
1 filing
| |||||
| 7731183 | 四半期報告書-第41期第2四半期(2017/07/01-2017/09/30) | 2017-11-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Retail sale of electrical household appliances, furniture, lighting equipment and other household articles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADAIRS LIMITED
Multi-brand specialty retailer of home furnishings, bedding…
|
ADH | AU | Wholesale and retail trade |
|
Aditya Vision Limited
Multi-brand retail chain specializing in consumer electroni…
|
AVL | IN | Wholesale and retail trade |
|
AlSaif Stores for Development and Investment Co.
Sells household appliances, kitchenware, and home accessori…
|
4192 | SA | Wholesale and retail trade |
|
AO WORLD PLC
Online retailer of electrical goods with an in-house logist…
|
AO | GB | Wholesale and retail trade |
|
Arhaus, Inc.
Sells premium, sustainably sourced, artisan-crafted home fu…
|
ARHS | US | Wholesale and retail trade |
|
AuGroup (SHENZHEN) Cross-Border Business Co., Ltd.
Cross-border e-commerce retailer managing proprietary brand…
|
2519 | HK | Wholesale and retail trade |
|
BEACON LIGHTING GROUP LIMITED
Retailer and wholesaler of lighting, ceiling fans, and ener…
|
BLX | AU | Wholesale and retail trade |
|
BED BATH & BEYOND, INC.
An e-commerce retailer specializing in a wide assortment of…
|
BBBY | US | Wholesale and retail trade |
|
Beter Bed Holding N.V.
Omni-channel retailer of bedroom furnishings, beds, and mat…
|
BBED | NL | Wholesale and retail trade |
|
BETTERWARE DE MEXICO, S.A.P.I. DE C.V
A direct-to-consumer company offering innovative products f…
|
BWMX | MX | Wholesale and retail trade |
YAMADA HOLDINGS 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/12567/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12567 | 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=12567 | 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=12567 \ -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": 12567}, 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 YAMADA HOLDINGS CO.,LTD. (id: 12567)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.