Skip to content

VICARIOUS SURGICAL INC.: filings

Every VICARIOUS SURGICAL 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-K2026-03-09fiscal FY 202540800001213900-26-025189
10-Q2025-11-12fiscal Q3 2025371010001213900-25-109320
10-Q2025-08-12fiscal Q2 2025381020001213900-25-075049
10-Q2025-05-12fiscal Q1 202536750001213900-25-042087
10-K2025-03-17fiscal FY 202440780001213900-25-024588
10-Q2024-11-12fiscal Q3 202437950001213900-24-096886
10-Q2024-08-13fiscal Q2 2024401060001213900-24-067807
10-Q2024-04-29fiscal Q1 202440810001213900-24-037265
10-K2024-03-04fiscal FY 202343870001213900-24-019594
10-Q2023-11-13fiscal Q3 2023411120001213900-23-086210
10-Q2023-07-28fiscal Q2 2023401080001213900-23-060398
10-Q2023-05-08fiscal Q1 202339810001213900-23-037375
10-K2023-02-15fiscal FY 202237730001213900-23-011661
10-Q2022-11-07fiscal Q3 2022361010001213900-22-069803
10-Q2022-08-08fiscal Q2 2022361040001213900-22-045469
10-Q2022-05-09fiscal Q1 202236710001213900-22-024896
10-K2022-03-31fiscal FY 202135720001213900-22-016785
10-Q/A2022-03-31fiscal Q3 202132840001213900-22-016774
10-Q2021-11-08fiscal Q3 202133880001213900-21-057380
10-Q2021-08-12fiscal Q2 202116370001213900-21-042104
10-Q2021-05-24fiscal Q1 202115250001213900-21-028824
10-K/A2021-05-24fiscal FY 202018180001213900-21-028814
10-K2021-03-26fiscal FY 202018180001213900-21-017838
10-Q2020-11-13fiscal Q3 202018230001213900-20-036913
10-Q2020-08-28fiscal Q2 202010100001213900-20-024092

Inspect the source

Entity
VICARIOUS SURGICAL INC. / CIK 0001812173
Captured
2026-09-21T17:28:22.125Z
SEC response SHA-256
6d1229b3c394c139e52f2bbe83211463eb5c734f6443746d35283cd36f8e9746

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