Skip to content

GeneDx Holdings Corp.: filings

Every GeneDx Holdings Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-03fiscal Q2 2026541480001628280-26-051878
10-Q2026-05-04fiscal Q1 2026541100001818331-26-000041
10-K2026-02-23fiscal FY 2025581470001818331-26-000015
10-Q2025-10-28fiscal Q3 2025481320001818331-25-000130
10-Q2025-07-29fiscal Q2 2025481320001818331-25-000108
10-Q2025-04-30fiscal Q1 202547960001818331-25-000071
10-K2025-02-20fiscal FY 2024551100001818331-25-000021
10-Q2024-10-29fiscal Q3 2024461280001818331-24-000059
10-Q2024-07-30fiscal Q2 2024461280001818331-24-000042
10-Q2024-04-29fiscal Q1 202446940001818331-24-000023
10-K2024-02-23fiscal FY 2023551100001818331-24-000008
10-Q2023-11-03fiscal Q3 2023481290001818331-23-000068
10-Q2023-08-08fiscal Q2 2023511380001818331-23-000064
10-Q2023-05-09fiscal Q1 2023521040001818331-23-000043
10-K2023-03-16fiscal FY 2022571440001818331-23-000024
10-Q2022-11-14fiscal Q3 2022551470001818331-22-000078
10-Q2022-08-15fiscal Q2 2022551430001818331-22-000069
10-Q2022-05-12fiscal Q1 202247920001818331-22-000046
10-K2022-03-14fiscal FY 2021502410001818331-22-000037
10-Q2021-11-15fiscal Q3 2021421250001818331-21-000012
10-Q2021-07-21fiscal Q2 202116320001213900-21-037929
10-Q2021-05-24fiscal Q1 202115240001213900-21-028608
10-K/A2021-05-05fiscal FY 202016160001213900-21-024584
10-K2021-03-30fiscal FY 202016170001213900-21-018697
10-Q2020-11-16fiscal Q3 202015160001213900-20-037276

Inspect the source

Entity
GeneDx Holdings Corp. / CIK 0001818331
Captured
2026-09-21T17:34:33.239Z
SEC response SHA-256
12a3dececfcb6bddc9f366f7bdcab8729575e54c7c9040821be843dc8de54f95

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/0001818331.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"])))