
CHEMED CORP — Investor Relations & Filings
Chemed Corporation operates through two wholly-owned subsidiaries: VITAS Healthcare and Roto-Rooter. VITAS is a leading provider of end-of-life hospice and palliative care services for patients with terminal illnesses, utilizing a network of physicians, nurses, home health aides, and social workers. Roto-Rooter is a major provider of plumbing, drain cleaning, and water cleanup services to residential and commercial customers. The company's business model is characterized by the operation of these two distinct service-oriented businesses, each a significant competitor in its respective market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-19 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| 10-Q - CHEMED CORP (0000019584) (Filer) | 2026-04-28 | English | |
| 8-K | 2026-04-23 | English | |
| 8-K - CHEMED CORP (0000019584) (Filer) | 2026-04-13 | English |
Browse filings by year
33 years- 2026 19 filings
- 2025 61 filings
- 2024 73 filings
- 2023 79 filings
- 2022 65 filings
- 2021 63 filings
- 2020 78 filings
- 2019 69 filings
- 2018 89 filings
- 2017 84 filings
- 2016 71 filings
- 2015 82 filings
- 2014 86 filings
- 2013 71 filings
- 2012 68 filings
- 2011 70 filings
- 2010 73 filings
- 2009 80 filings
- 2008 67 filings
- 2007 83 filings
- 2006 81 filings
- 2005 107 filings
- 2004 90 filings
- 2003 35 filings
- 2002 20 filings
- 2001 7 filings
- 2000 11 filings
- 1999 10 filings
- 1998 7 filings
- 1997 7 filings
- 1996 21 filings
- 1995 6 filings
- 1994 9 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46544512 | 8-K | 2026-05-19 | English | ||
| 45856751 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 45856753 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 38004196 | 10-Q - CHEMED CORP (0000019584) (Filer) | 2026-04-28 | English | ||
| 45856755 | 8-K | 2026-04-23 | English | ||
| 34414215 | 8-K - CHEMED CORP (0000019584) (Filer) | 2026-04-13 | English | ||
| 45856757 | DEFR14A | 2026-04-09 | English | ||
| 33601602 | DEF 14A - CHEMED CORP (0000019584) (Filer) | 2026-04-06 | English | ||
| 33065425 | 144 - CHEMED CORP (0000019584) (Subject) | 2026-03-27 | English | ||
| 45856760 | Major Shareholding Notification 2026 | 2026-03-26 | English | ||
| 32874966 | 10-K - CHEMED CORP (0000019584) (Filer) | 2026-02-27 | English | ||
| 32874965 | 8-K - CHEMED CORP (0000019584) (Filer) | 2026-02-25 | English | ||
| 32874959 | 4 - CHEMED CORP (0000019584) (Filer) | 2026-02-17 | English | ||
| 32874960 | 4 - CHEMED CORP (0000019584) (Filer) | 2026-02-17 | English | ||
| 32874961 | 4 - CHEMED CORP (0000019584) (Filer) | 2026-02-17 | English | ||
Market data
Market data not available
Price history
Peer group · Other human health activities n.e.c
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SHIP HEALTHCARE HOLDINGS, INC.
Healthcare service and equipment provider operating a netwo…
|
3360 | JP | Human health and social work ac… |
|
SHL TeleMedicine Ltd.
Develops telemedicine systems and provides medical monitori…
|
SHLTN | IL | Human health and social work ac… |
|
SLEEPZ AG
An e-commerce group focused on sleep products and the home …
|
SLZ | DE | Human health and social work ac… |
|
SONIC HEALTHCARE LIMITED
International provider of pathology, radiology, and primary…
|
SHL | AU | Human health and social work ac… |
|
Spectral AI, Inc.
Develops AI-powered medical diagnostic solutions for wound …
|
MDAI | US | Human health and social work ac… |
|
SRx Health Solutions, Inc.
An integrated healthcare provider for people and pets, offe…
|
SRXH | US | Human health and social work ac… |
|
StageZero Life Sciences Ltd.
Develops and commercializes proprietary molecular diagnosti…
|
SZLS.H | CA | Human health and social work ac… |
|
STAR IMAGING AND PATH LAB LIMITED
Offers comprehensive radiology and pathology services with …
|
544482 | IN | Human health and social work ac… |
|
StemCell Institute
A private cord blood bank for collecting and cryopreserving…
|
7096 | JP | Human health and social work ac… |
|
STEMLIFE BERHAD
Pioneer private stem cell bank specializing in cryopreserva…
|
— | MY | Human health and social work ac… |
CHEMED CORP 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/30858/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30858 | 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=30858 | 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=30858 \ -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": 30858}, 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 CHEMED CORP (id: 30858)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.