Skip to content

DNA X, Inc.: filings

Every DNA X, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-19fiscal Q2 202635910001493152-26-039226
10-Q2026-05-20fiscal Q1 202636680001493152-26-024644
10-K2026-04-15fiscal FY 202541770001493152-26-016659
10-Q2025-10-31fiscal Q3 2025461290001493152-25-020310
10-Q2025-08-08fiscal Q2 2025461290001641172-25-022821
10-Q2025-05-12fiscal Q1 202545860001641172-25-009749
10-K2025-03-31fiscal FY 202449980001641172-25-001720
10-Q2024-11-13fiscal Q3 2024431290001493152-24-045139
10-Q2024-08-09fiscal Q2 2024461280001493152-24-030969
10-Q2024-05-14fiscal Q1 202444890001493152-24-019245
10-K2024-03-27fiscal FY 2023521040001493152-24-011530
10-Q2023-11-14fiscal Q3 2023471290001493152-23-041079
10-Q2023-08-14fiscal Q2 2023471270001493152-23-028387
10-Q2023-05-08fiscal Q1 202347930001493152-23-015740
10-K2023-03-20fiscal FY 202251980001493152-23-008199
10-Q2022-11-14fiscal Q3 2022461160001493152-22-031695
10-Q2022-08-12fiscal Q2 2022461130001493152-22-022358
10-K/A2022-06-29fiscal FY 202146920001564590-22-024599
10-Q/A2022-06-29fiscal Q3 2021411080001564590-22-024597
10-Q/A2022-06-29fiscal Q2 2021411050001564590-22-024596
10-Q2022-05-10fiscal Q1 202247910001564590-22-019279
10-K2022-03-21fiscal FY 202146920001564590-22-011226
10-Q2021-11-12fiscal Q3 2021411080001564590-21-056306
10-Q2021-08-16fiscal Q2 2021411050001564590-21-044623
10-Q2021-05-11fiscal Q1 202141810001564590-21-026592
10-K2021-03-18fiscal FY 202047950001564590-21-014012
10-Q2020-11-12fiscal Q3 2020421120001564590-20-053411
10-Q2020-08-12fiscal Q2 2020421120001564590-20-039717
10-Q2020-05-14fiscal Q1 202042840001564590-20-025509
10-K2020-03-27fiscal FY 201947960001564590-20-013676
10-Q2019-11-12fiscal Q3 2019421070001564590-19-042976
10-Q2019-08-13fiscal Q2 2019421070001564590-19-031779
10-Q2019-06-24fiscal Q1 201942840001564590-19-023254

Inspect the source

Entity
DNA X, Inc. / CIK 0001178697
Captured
2026-09-20T07:45:05.314Z
SEC response SHA-256
821f0343169d641cebe1520376c99b14badf84c7687dc0139f2ef055806bea9a

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