
Waterdrop Inc. — Investor Relations & Filings
Waterdrop Inc. is a technology platform focused on providing insurance and healthcare services. The company operates two main platforms: the Waterdrop Insurance Marketplace and Waterdrop Medical Crowdfunding. The Insurance Marketplace is an independent third-party platform that partners with insurance carriers to distribute a range of life and health insurance products. The Medical Crowdfunding platform allows individuals to raise funds for medical expenses, creating a social support network while also raising public awareness about health protection. Through the integration of these services, the company aims to leverage technology to offer comprehensive healthcare and insurance solutions to a broad consumer base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 20-F - Waterdrop Inc. (0001823986) (Filer) | 2026-04-28 | English | |
| Finanzergebnisse von Waterdrop fur Q4 und das GJ 2025: Der operative Umsatz stieg in Q4 um 105,5 % gegenuber dem Vorjahr und es wurde eine Bardividende beschlossen | 2026-03-26 | German | |
| 6-K - Waterdrop Inc. (0001823986) (Filer) | 2026-03-25 | English | |
| Waterdrop Q4 and FY2025 Financial Results: Q4 operating revenue rises 105.5% YoY, and declared a cash dividend | 2026-03-25 | English | |
| 3 - Waterdrop Inc. (0001823986) (Issuer) | 2026-03-18 | English | |
| 3 - Waterdrop Inc. (0001823986) (Issuer) | 2026-03-18 | English |
Market data
Market data not available
Price history
Peer group · Activities of insurance agents and brokers
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Yuanbao Inc.
A technology-driven online insurance distributor using AI a…
|
YB | US | Financial and insurance activit… |
|
Zhongmiao Holdings (Qingdao) Co., Ltd.
Provider of specialized insurance agency services and digit…
|
1471 | HK | Financial and insurance activit… |
Waterdrop Inc. 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/32626/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32626 | 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=32626 | 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=32626 \ -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": 32626}, 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 Waterdrop Inc. (id: 32626)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.