
WASHHOUSE CO.,LTD. — Investor Relations & Filings
WASHHOUSE CO.,LTD. specializes in the planning, development, and operation of remotely managed coin-operated laundry stores. The company operates one of the largest chains of its kind, primarily through a franchise (FC) business model. Its core offering is a patented coin-operated laundry management system that allows for remote oversight and control of its facilities. WASHHOUSE provides self-service laundry services, including washing machines and dryers, to the general public. The company has also developed a mobile application to enhance the customer experience and a mobile laundry vehicle for disaster relief.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第20期第2四半期(令和2年4月1日-令和2年6月30日) | 2020-08-11 | Japanese | |
| 訂正有価証券報告書-第19期(平成31年1月1日-令和1年12月31日) | 2020-05-22 | Japanese | |
| 四半期報告書-第20期第1四半期(令和2年1月1日-令和2年3月31日) | 2020-05-11 | Japanese | |
| 有価証券報告書-第19期(平成31年1月1日-令和1年12月31日) | 2020-03-26 | Japanese | |
| 四半期報告書-第19期第3四半期(2019/07/01-2019/09/30) | 2019-11-11 | Japanese | |
| 四半期報告書-第19期第2四半期(2019/04/01-2019/06/30) | 2019-08-09 | Japanese |
Browse filings by year
10 yearsMarket data
Market data not available
Price history
Peer group · Washing and cleaning of textile and fur products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DoveCorp Enterprises Inc.
A large Canadian provider of high-end retail and commercial…
|
— | CA | Other service activities |
|
Elis
An international multi-service provider of rental and maint…
|
ELIS | FR | Other service activities |
|
Hollywood S.A.
B2B provider of industrial laundry and textile rental for m…
|
HLD | PL | Other service activities |
|
K-Bro Linen Inc.
Largest provider of healthcare and hospitality linen servic…
|
KBL | CA | Other service activities |
|
LE LAVOIR LIMITED
Provides professional laundry, dry cleaning, and garment ca…
|
539814 | IN | Other service activities |
WASHHOUSE 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/13989/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13989 | 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=13989 | 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=13989 \ -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": 13989}, 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 WASHHOUSE CO.,LTD. (id: 13989)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.