
NexgenRx Inc. — Investor Relations & Filings
NexgenRx Inc. is an independent full-service Third-Party Administrator (TPA) and technology solutions provider specializing in the administration, adjudication, and payment of group benefit claims. The company designs and manages drug, dental, and extended health-care benefit plans, alongside group pension plans and patient support programs. NexgenRx utilizes proprietary, cutting-edge technology platforms to enable clients, such as plan sponsors, insurers, and pharmaceutical manufacturers, to manage or self-manage their benefit programs efficiently. Core solutions include NexSys for simplified claims adjudication, NexAdmin for automated plan administration, and NexPension for advanced multi-employer pension management. The focus is on streamlining processes and controlling costs while covering approximately one million lives annually.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.PDF | 2026-04-17 | English | |
| News release - English.PDF | 2026-04-01 | English | |
| ON form 13-502F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2026-03-31 | English | |
| AB form 13-501F1 (class 1 and 3B reporting issuers - participation fee).PDF | 2026-03-31 | English | |
| 52-109FV1 - Certification of annual filings - CFO (E).PDF | 2026-03-31 | English | |
| 52-109FV1 - Certification of annual filings - CEO (E).PDF | 2026-03-31 | English |
Market data
Market data not available
Price history
Peer group · Other activities auxiliary to insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Yolo Group
Insurtech company with a platform for distributing digital …
|
YOLO | IT | Financial and insurance activit… |
|
Zhibao Technology Inc.
A 2B2C provider of digital insurance solutions via a propri…
|
ZBAO | US | Financial and insurance activit… |
NexgenRx 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/45861/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=45861 | 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=45861 | 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=45861 \ -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": 45861}, 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 NexgenRx Inc. (id: 45861)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.