Skip to content

QUANTUM-SI INCORPORATED: filings

Every QUANTUM-SI INCORPORATED 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-13fiscal Q2 2026491400001816431-26-000056
10-Q2026-05-07fiscal Q1 2026491010001816431-26-000034
10-K2026-03-03fiscal FY 2025531380001816431-26-000011
10-Q2025-11-05fiscal Q3 2025481410001816431-25-000066
10-Q2025-08-05fiscal Q2 2025501410001816431-25-000050
10-Q2025-05-15fiscal Q1 2025511050001816431-25-000040
10-K2025-03-03fiscal FY 2024541400001816431-25-000014
10-Q2024-11-12fiscal Q3 2024491430001816431-24-000020
10-Q2024-08-07fiscal Q2 2024501410001628280-24-035626
10-Q2024-05-09fiscal Q1 2024491010001140361-24-025201
10-K2024-02-29fiscal FY 2023501320001140361-24-010438
10-Q2023-11-09fiscal Q3 2023491440001140361-23-052474
10-Q2023-08-07fiscal Q2 2023491390001140361-23-038382
10-Q2023-05-11fiscal Q1 202348990001140361-23-024185
10-K2023-03-17fiscal FY 2022421090001140361-23-012126
10-Q2022-11-08fiscal Q3 2022421270001140361-22-040513
10-Q2022-08-08fiscal Q2 2022421230001140361-22-028744
10-Q2022-05-10fiscal Q1 202241850001140361-22-018360
10-K2022-03-01fiscal FY 2021421090001140361-22-007334
10-Q2021-11-15fiscal Q3 2021381200001140361-21-037702
10-Q2021-08-16fiscal Q2 2021351080001140361-21-028466
10-Q/A2021-06-10fiscal Q1 202113220001104659-21-079104
10-K/A2021-05-10fiscal FY 202018280001104659-21-063949
10-K2021-03-30fiscal FY 202018190001104659-21-044037
10-Q2020-11-13fiscal Q3 202017220001104659-20-124503

Inspect the source

Entity
QUANTUM-SI INCORPORATED / CIK 0001816431
Captured
2026-09-21T17:34:13.312Z
SEC response SHA-256
e0160262a691a3a3c9ca7e7fc6077043e2d5e1d2b88ebc87ebd5e9de332313d8

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