
UniDoc Health Corp. — Investor Relations & Filings
UniDoc Health Corp. is an eHealth innovator providing virtual health and telemedicine solutions through self-contained remote virtual clinics. Its primary product, the H3 Health Cube, is a private kiosk equipped with fully integrated diagnostic tools and high-definition communications, enabling patients in urban, rural, and remote locations to access comprehensive virtual healthcare visits. The company's platform, NEIL Connect, integrates state-of-the-art diagnostics with advanced artificial intelligence algorithms, often via partnerships (e.g., MediOrbis for triage and DocBox for monitoring), to connect patients with clinicians and deliver high-quality, personalized care.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2025-12-17 | English | |
| News release - English.pdf | 2025-11-26 | English | |
| News release - English.pdf | 2025-11-07 | English | |
| ON form 13-502F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2025-08-27 | English | |
| AB form 13-501F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2025-08-27 | English | |
| 52-109FV1 - Certification of annual filings - CEO (E).pdf | 2025-08-27 | 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… |
|
VITURA HEALTH LIMITED
Digital health firm providing an integrated medicinal canna…
|
VIT | AU | Human health and social work ac… |
UniDoc Health 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/48169/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=48169 | 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=48169 | 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=48169 \ -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": 48169}, 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 UniDoc Health Corp. (id: 48169)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.