Skip to content

Velo3D, Inc.: filings

Every Velo3D, 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-08-11fiscal Q2 2026521460001193125-26-344560
10-Q2026-05-14fiscal Q1 2026521080001193125-26-223945
10-K2026-03-31fiscal FY 2025572360001193125-26-134997
10-Q2025-11-12fiscal Q3 2025541530001193125-25-277471
10-Q2025-08-06fiscal Q2 2025531500001641172-25-022448
10-Q2025-05-15fiscal Q1 2025531100000950170-25-072604
10-K2025-03-31fiscal FY 2024551310000950170-25-047760
10-Q2025-01-14fiscal Q3 2024531480000950170-25-005443
10-Q2024-08-14fiscal Q2 2024531480000950170-24-097212
10-Q2024-05-15fiscal Q1 2024531100001825079-24-000020
10-K2024-04-03fiscal FY 2023542050001825079-24-000008
10-Q2023-11-20fiscal Q3 2023531480001825079-23-000044
10-Q2023-08-15fiscal Q2 2023531460001825079-23-000030
10-Q2023-05-10fiscal Q3 2022531100001825079-23-000019
10-K2023-03-20fiscal FY 2022541100001825079-23-000012
10-Q2022-11-14fiscal Q3 2022521480001825079-22-000002
10-Q2022-08-12fiscal Q2 2022521470001628280-22-022666
10-Q2022-05-16fiscal Q1 2022521090001628280-22-014489
10-K2022-03-28fiscal FY 2021541110001628280-22-007442
10-Q2021-11-16fiscal Q3 2021511450001628280-21-023566
10-Q2021-08-13fiscal Q2 202119350001104659-21-105087
10-Q2021-05-24fiscal Q1 202117270001104659-21-071162
10-K/A2021-05-12fiscal FY 202017230001104659-21-065142
10-K2021-03-30fiscal FY 202017190001104659-21-044031
10-Q2021-01-15fiscal Q3 202012140001104659-21-004706

Inspect the source

Entity
Velo3D, Inc. / CIK 0001825079
Captured
2026-09-21T17:35:32.899Z
SEC response SHA-256
61873222c6c509b9497bbfc97c201cd262d297c48ab12cc60917acf728711ec0

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