
Algernon Health Inc. — Investor Relations & Filings
Algernon Health Inc. is a healthcare company focused on the provision of advanced diagnostic services, primarily through the establishment of medical clinics specializing in Alzheimer's disease. A key offering is the utilization of brain-optimized Positron Emission Tomography (PET) scanning technology for screening and imaging within a planned network of North American facilities. The company maintains a clinical-stage drug development and repurposing division, which investigates existing, approved drugs for new therapeutic applications targeting unmet global medical needs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2023-03-21 | English | |
| Notice of the meeting and record date - English.pdf | 2023-03-10 | English | |
| Other securityholders documents - English.pdf | 2023-03-01 | English | |
| News release - English.pdf | 2023-03-01 | English | |
| Statement of executive compensation (form 51-102F6V) - English.pdf | 2023-02-28 | English | |
| News release - English.pdf | 2023-02-21 | English |
Market data
Market data not available
Price history
Peer group · Medical and dental practice activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Airsculpt Technologies, Inc.
Offers a patented, minimally invasive body contouring proce…
|
AIRS | US | Human health and social work ac… |
|
AJA HEALTH AND WELLNESS INC.
Diversified organization providing virtual care, diagnostic…
|
AJA | CA | Human health and social work ac… |
|
Arrail Group Limited
Major provider of high-end private oral healthcare services…
|
6639 | KY | Human health and social work ac… |
|
Astrana Health, Inc.
A technology-powered company enabling providers to deliver …
|
ASTH | US | Human health and social work ac… |
|
Atrys Health S.A.
A biomedical company specializing in precision oncology, di…
|
ATRY | ES | Human health and social work ac… |
|
BeaconEye Inc.
Provided facilities and services for refractive vision corr…
|
— | CA | Human health and social work ac… |
|
Beauty Farm Medical and Health Industry Inc.
China's largest provider of traditional beauty services and…
|
2373 | KY | Human health and social work ac… |
|
Biotech Medical Sciences Inc.
Operates therapeutic laser centers, distributes mineral sup…
|
BMCS | CA | Human health and social work ac… |
|
Braxia Scientific Corp.
Researching and delivering psychedelic and ketamine treatme…
|
BRAX | CA | Human health and social work ac… |
|
Canadian Medical Center Co.
Multidisciplinary provider of specialized clinics, occupati…
|
4021 | SA | Human health and social work ac… |
Algernon Health 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/47328/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=47328 | 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=47328 | 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=47328 \ -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": 47328}, 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 Algernon Health Inc. (id: 47328)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.