
American Well Corp — Investor Relations & Filings
American Well Corp, operating as Amwell, is a digital care delivery company that provides a comprehensive technology platform to connect and enable providers, payers, and patients. The company's platform supports hybrid care models, integrating virtual and in-person services across the care continuum. Its solutions are designed for a wide range of clinical programs, including primary and specialty care, behavioral health, and chronic condition management. Amwell's technology aims to simplify care experiences by integrating with existing clinical workflows and electronic health records. The platform is engineered to improve access to care, enhance patient engagement, and help healthcare systems and health plans achieve better clinical, financial, and operational outcomes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - American Well Corp (0001393584) (Filer) | 2026-05-12 | English | |
| 8-K - American Well Corp (0001393584) (Filer) | 2026-05-05 | English | |
| ARS - American Well Corp (0001393584) (Filer) | 2026-04-23 | English | |
| DEF 14A - American Well Corp (0001393584) (Filer) | 2026-04-23 | English | |
| 8-K - American Well Corp (0001393584) (Filer) | 2026-04-02 | English | |
| 4 - AMERICAN WELL CORP (0001393584) (Filer) | 2026-03-04 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45266715 | 8-K - American Well Corp (0001393584) (Filer) | 2026-05-12 | English | ||
| 41522832 | 8-K - American Well Corp (0001393584) (Filer) | 2026-05-05 | English | ||
| 35847281 | ARS - American Well Corp (0001393584) (Filer) | 2026-04-23 | English | ||
| 35847354 | DEF 14A - American Well Corp (0001393584) (Filer) | 2026-04-23 | English | ||
| 33197112 | 8-K - American Well Corp (0001393584) (Filer) | 2026-04-02 | English | ||
| 32891148 | 4 - AMERICAN WELL CORP (0001393584) (Filer) | 2026-03-04 | English | ||
| 32891149 | 4 - AMERICAN WELL CORP (0001393584) (Filer) | 2026-03-04 | English | ||
| 32891150 | 4 - AMERICAN WELL CORP (0001393584) (Filer) | 2026-03-03 | English | ||
| 32891151 | 4 - AMERICAN WELL CORP (0001393584) (Filer) | 2026-03-03 | English | ||
| 29340659 | SCHEDULE 13G/A Filing | 2026-02-13 | English | ||
| 32891152 | 8-K - AMERICAN WELL CORP (0001393584) (Filer) | 2026-02-12 | English | ||
| 29340602 | 10-K Filing | 2026-02-12 | English | ||
| 29340468 | SCHEDULE 13G Filing | 2026-01-26 | English | ||
| 29340566 | 8-K Filing | 2026-01-08 | English | ||
| 29340571 | 4 Filing | 2026-01-05 | English | ||
Market data
Market data not available
Price history
Peer group · Intermediation service activities for medical, dental, and other human health services
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Privia Health Group, Inc.
A technology company enabling physicians to succeed in valu…
|
PRVA | US | Human health and social work ac… |
|
QingSong Health Corporation
Tech-enabled platform specializing in integrated healthcare…
|
2661 | HK | Human health and social work ac… |
|
SBC Medical Group Holdings Inc
A management company providing operational support to a net…
|
SBC | US | Human health and social work ac… |
|
SPIRITUS MUNDI PLC
A special purpose acquisition company acquiring a business …
|
SPMU | GB | Human health and social work ac… |
|
TripSitter Clinic Ltd.
Consultative virtual clinic facilitating specialized online…
|
KETA | CA | Human health and social work ac… |
|
UniDoc Health Corp.
Provides telemedicine via self-contained virtual clinics wi…
|
UDOC | CA | Human health and social work ac… |
|
VITURA HEALTH LIMITED
Digital health firm providing an integrated medicinal canna…
|
VIT | AU | Human health and social work ac… |
American Well 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/34193/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34193 | 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=34193 | 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=34193 \ -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": 34193}, 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 American Well Corp (id: 34193)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.