Skip to content

EXAGEN INC.: filings

Every EXAGEN INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-04fiscal Q2 2026411170001274737-26-000048
10-Q2026-05-11fiscal Q1 202640830001274737-26-000029
10-K2026-03-10fiscal FY 202546930001274737-26-000009
10-Q2025-11-04fiscal Q3 2025401170001274737-25-000071
10-Q2025-07-29fiscal Q2 2025411150001274737-25-000063
10-Q2025-05-05fiscal Q1 202539810001274737-25-000026
10-K2025-03-11fiscal FY 202444890001274737-25-000019
10-Q2024-11-12fiscal Q3 2024371070001274737-24-000092
10-Q2024-08-05fiscal Q2 2024371030001274737-24-000079
10-Q2024-05-13fiscal Q1 202437770001274737-24-000048
10-K2024-03-18fiscal FY 202344890001274737-24-000022
10-Q2023-11-13fiscal Q3 2023381110001274737-23-000103
10-Q2023-08-07fiscal Q2 2023381070001274737-23-000088
10-Q2023-05-15fiscal Q1 202337780001274737-23-000049
10-K2023-03-20fiscal FY 202249970001274737-23-000019
10-Q2022-11-21fiscal Q3 2022431380001274737-22-000076
10-Q/A2022-11-21fiscal Q2 2022431150001274737-22-000075
10-Q2022-08-04fiscal Q2 2022431150001274737-22-000052
10-Q2022-05-11fiscal Q1 202243870001274737-22-000028
10-K2022-03-22fiscal FY 202147950001628280-22-006926
10-Q2021-11-10fiscal Q3 2021451270001274737-21-000115
10-Q2021-08-09fiscal Q2 2021451230001274737-21-000094
10-Q2021-05-11fiscal Q1 202141850001274737-21-000044
10-K2021-03-16fiscal FY 202042850001274737-21-000015
10-Q2020-11-10fiscal Q3 2020431150001274737-20-000097
10-Q2020-07-28fiscal Q2 2020411070001274737-20-000077
10-Q2020-05-11fiscal Q1 202041850001274737-20-000037
10-K2020-03-25fiscal FY 201943870001274737-20-000026
10-Q2019-11-12fiscal Q3 2019391070001628280-19-014001

Inspect the source

Entity
EXAGEN INC. / CIK 0001274737
Captured
2026-09-20T07:47:58.165Z
SEC response SHA-256
e5dec18c6ce30b9c5996c9552c3038c60c5a4f2ddd0b66db38cf430134585544

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001274737.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))