
EXAGEN INC. — Investor Relations & Filings
Exagen Inc. is a commercial-stage life sciences company focused on transforming the care continuum for patients with complex autoimmune diseases. Operating as a rheumatology specialty laboratory, the company develops and provides advanced testing solutions for the diagnosis, prognosis, and monitoring of these conditions. Its core offering is the AVISE® testing portfolio, which leverages proprietary biomarker technology to provide physicians with critical insights for timely and accurate differential diagnosis. These tools are designed to empower healthcare providers, particularly rheumatologists, in managing debilitating chronic diseases such as lupus and rheumatoid arthritis, ultimately aiming to improve patient outcomes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| S-8 - EXAGEN INC. (0001274737) (Filer) | 2026-05-12 | English | |
| 10-Q - EXAGEN INC. (0001274737) (Filer) | 2026-05-11 | English | |
| 8-K - EXAGEN INC. (0001274737) (Filer) | 2026-05-11 | English | |
| ARS - EXAGEN INC. (0001274737) (Filer) | 2026-04-27 | English | |
| DEF 14A - EXAGEN INC. (0001274737) (Filer) | 2026-04-27 | English | |
| 8-K - EXAGEN INC. (0001274737) (Filer) | 2026-04-23 | English |
Browse filings by year
22 years- 2026 12 filings
- 2025 42 filings
- 2024 44 filings
- 2023 54 filings
- 2022 48 filings
- 2021 57 filings
- 2020 54 filings
- 2019 47 filings
- 2017 4 filings
- 2016 7 filings
- 2015 7 filings
- 2014 5 filings
- 2013 1 filing
- 2012 2 filings
- 2011 5 filings
- 2010 1 filing
- 2009 1 filing
- 2008 2 filings
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2003 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
12 filings
| |||||
| 45339295 | S-8 - EXAGEN INC. (0001274737) (Filer) | 2026-05-12 | English | ||
| 44962940 | 10-Q - EXAGEN INC. (0001274737) (Filer) | 2026-05-11 | English | ||
| 44953545 | 8-K - EXAGEN INC. (0001274737) (Filer) | 2026-05-11 | English | ||
| 37646869 | ARS - EXAGEN INC. (0001274737) (Filer) | 2026-04-27 | English | ||
| 37644038 | DEF 14A - EXAGEN INC. (0001274737) (Filer) | 2026-04-27 | English | ||
| 35866046 | 8-K - EXAGEN INC. (0001274737) (Filer) | 2026-04-23 | English | ||
| 32889362 | 4 - EXAGEN INC. (0001274737) (Filer) | 2026-02-25 | English | ||
| 32889363 | 4 - EXAGEN INC. (0001274737) (Filer) | 2026-02-25 | English | ||
| 28584876 | SCHEDULE 13G/A Filing | 2026-02-17 | English | ||
| 28584877 | SCHEDULE 13G/A Filing | 2026-02-11 | English | ||
| 28584889 | SCHEDULE 13G Filing | 2026-02-04 | English | ||
| 28584882 | 8-K Filing | 2026-01-12 | English | ||
|
2025
3 filings
| |||||
| 11643226 | 10-Q | 2025-11-04 | English | ||
| 11643227 | 8-K | 2025-11-04 | English | ||
| 11643228 | FORM 4 | 2025-10-20 | English | ||
Market data
Market data not available
Price history
Peer group · Other human health activities n.e.c
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alps Group Inc
Integrated research and healthcare platform specializing in…
|
ALPS | KY | Human health and social work ac… |
|
ARCpoint Inc.
Franchise system providing direct access diagnostic testing…
|
ARC | CA | Human health and social work ac… |
|
Artra Group Corporation
Provides start-up and management support for healthcare the…
|
6029 | JP | Human health and social work ac… |
|
Aspira Pathlab & Diagnostics Limited
Provides integrated pathology and radiology diagnostics wit…
|
540788 | IN | Human health and social work ac… |
|
AUSTRALIAN CLINICAL LABS LIMITED
Provider of diagnostic pathology services through a network…
|
ACL | AU | Human health and social work ac… |
|
Aveanna Healthcare Holdings, Inc.
A diversified home care platform providing healthcare for m…
|
AVAH | US | Human health and social work ac… |
|
Bamboos Health Care Holdings Limited
Engaged in healthcare staffing solutions, smart home servic…
|
2293 | HK | Human health and social work ac… |
|
Bastide Le Confort Médical
Provides medical equipment and services for home care and h…
|
BLC | FR | Human health and social work ac… |
|
Beijing Health (Holdings) Limited
Provides comprehensive medical, health, and geriatric care …
|
2389 | HK | Human health and social work ac… |
|
BillionToOne, Inc.
A precision diagnostics company advancing disease detection…
|
BLLN | US | Human health and social work ac… |
EXAGEN 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/33644/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33644 | 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=33644 | 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=33644 \ -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": 33644}, 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 EXAGEN INC. (id: 33644)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.