
ELAN Corporation — Investor Relations & Filings
ELAN Corporation specializes in providing support services for individuals in hospitals and nursing care facilities. The company's core offering is the 'CS Set' (Care Support Set), a comprehensive rental service that supplies patients and residents with daily necessities such as clothing, towels, and diapers, complete with laundry services. This solution is designed to enhance convenience and comfort during facility stays by reducing the need for patients and their families to prepare and manage personal items. As a pioneer in the hospitalization support set business, ELAN focuses on addressing practical challenges within the healthcare environment to improve the overall patient and resident experience.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年12月期 第1四半期 決算説明資料 | 2026-05-01 | Japanese | |
| 2026年12月期第1四半期決算短信〔日本基準〕(連結) | 2026-05-01 | Japanese | |
| 確認書 | 2026-03-26 | Japanese | |
| 有価証券報告書-第32期(2025/01/01-2025/12/31) | 2026-03-26 | Japanese | |
| 大量保有報告書 | 2025-11-12 | Japanese | |
| 確認書 | 2025-08-07 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 46880853 | 2026年12月期 第1四半期 決算説明資料 | 2026-05-01 | Japanese | ||
| 46880851 | 2026年12月期第1四半期決算短信〔日本基準〕(連結) | 2026-05-01 | Japanese | ||
| 33044059 | 確認書 | 2026-03-26 | Japanese | ||
| 33044023 | 有価証券報告書-第32期(2025/01/01-2025/12/31) | 2026-03-26 | Japanese | ||
|
2025
8 filings
| |||||
| 8232454 | 大量保有報告書 | 2025-11-12 | Japanese | ||
| 7859025 | 確認書 | 2025-08-07 | Japanese | ||
| 7859026 | 半期報告書-第32期(2025/01/01-2025/12/31) | 2025-08-07 | Japanese | ||
| 7272815 | 臨時報告書 | 2025-03-25 | Japanese | ||
| 7273016 | 内部統制報告書-第31期(2024/01/01-2024/12/31) | 2025-03-24 | Japanese | ||
| 7273012 | 確認書 | 2025-03-24 | Japanese | ||
| 7273017 | 有価証券報告書-第31期(2024/01/01-2024/12/31) | 2025-03-24 | Japanese | ||
| 7287962 | 訂正臨時報告書 | 2025-01-20 | Japanese | ||
|
2024
3 filings
| |||||
| 7291471 | 訂正臨時報告書 | 2024-12-19 | Japanese | ||
| 7304537 | 臨時報告書 | 2024-10-22 | Japanese | ||
| 7308185 | 意見表明報告書 | 2024-09-20 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Rental and leasing of other personal and household goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Vestis Corp
Provider of uniform rentals, workplace supplies, and manage…
|
VSTS | US | Administrative and support serv… |
|
VHQ Entertainment Inc.
Video rental retailer pioneering flat-fee, direct-to-home m…
|
VHQ | CA | Administrative and support serv… |
ELAN Corporation 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/13801/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13801 | 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=13801 | 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=13801 \ -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": 13801}, 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 ELAN Corporation (id: 13801)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.