Skip to content

Nautilus Biotechnology, Inc.: filings

Every Nautilus Biotechnology, Inc. 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-07-28fiscal Q2 2026431220001808805-26-000034
10-Q2026-04-28fiscal Q1 202640820001808805-26-000022
10-K2026-02-26fiscal FY 202540810001808805-26-000011
10-Q2025-10-28fiscal Q3 2025391090001808805-25-000080
10-Q2025-07-31fiscal Q2 2025391090001808805-25-000072
10-Q2025-04-29fiscal Q1 202539810001808805-25-000042
10-K2025-02-27fiscal FY 202440810001808805-25-000008
10-Q2024-10-29fiscal Q3 2024391090001808805-24-000072
10-Q2024-07-30fiscal Q2 2024391090001808805-24-000058
10-Q2024-04-30fiscal Q1 202439810001808805-24-000041
10-K2024-02-28fiscal FY 202340810001808805-24-000005
10-Q2023-10-31fiscal Q3 2023401130001808805-23-000075
10-Q2023-08-02fiscal Q2 2023401130001808805-23-000069
10-Q2023-05-02fiscal Q1 202339810001808805-23-000048
10-K2023-02-23fiscal FY 202240820001808805-23-000011
10-Q2022-11-01fiscal Q3 2022401140001628280-22-027552
10-Q2022-08-02fiscal Q2 2022391100001808805-22-000081
10-Q2022-05-03fiscal Q1 202239820001808805-22-000046
10-K2022-02-24fiscal FY 202140820001808805-22-000010
10-Q2021-11-02fiscal Q3 2021381080001808805-21-000019
10-Q2021-08-10fiscal Q2 2021381080001808805-21-000007
10-Q2021-05-13fiscal Q1 202115250001140361-21-017275
10-K2021-03-30fiscal FY 202015170001140361-21-010864
10-Q2020-11-13fiscal Q3 202017260001140361-20-025536
10-Q2020-09-18fiscal Q2 202011130001140361-20-020884

Inspect the source

Entity
Nautilus Biotechnology, Inc. / CIK 0001808805
Captured
2026-09-21T17:28:19.888Z
SEC response SHA-256
d4acdb44768c0b06927cb1c7d522b93d76145f03eca21a78e52bbd595d1e7ed3

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