Skip to content

Evolv Technologies Holdings, Inc.: filings

Every Evolv Technologies Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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 2026501490001805385-26-000049
10-Q2026-05-12fiscal Q1 2026501040001805385-26-000028
10-K2026-03-10fiscal FY 2025551110001805385-26-000012
10-Q2025-11-13fiscal Q3 2025501520001805385-25-000017
10-Q2025-08-14fiscal Q2 2025481450001805385-25-000009
10-Q2025-05-20fiscal Q1 2025481010001628280-25-026845
10-K2025-04-28fiscal FY 2024545460001628280-25-020355
10-Q2025-04-28fiscal Q3 2024491480001628280-25-020353
10-Q2024-08-08fiscal Q2 2024481430001628280-24-036182
10-Q2024-05-09fiscal Q1 2024481010001628280-24-022282
10-K2024-02-29fiscal FY 2023551110001628280-24-008053
10-Q2023-11-09fiscal Q3 2023481470001628280-23-038311
10-Q/A2023-11-09fiscal Q2 2023481430001628280-23-038214
10-Q2023-08-10fiscal Q2 2023481430001628280-23-028865
10-Q2023-05-10fiscal Q1 2023481010001628280-23-017260
10-K2023-03-24fiscal FY 2022541970001628280-23-009178
10-Q2022-11-09fiscal Q3 2022512900001628280-22-029319
10-Q2022-08-18fiscal Q2 2022522910001628280-22-023253
10-Q/A2022-05-16fiscal Q1 202249990001558370-22-008811
10-Q2022-05-13fiscal Q1 202249990001558370-22-008639
10-K2022-03-28fiscal FY 202149970001558370-22-004491
10-Q2021-11-15fiscal Q3 2021471380001558370-21-015999
10-Q2021-08-16fiscal Q2 202121550001104659-21-106340
10-Q2021-05-24fiscal Q1 202118350001213900-21-028682
10-K/A2021-05-14fiscal FY 202019220001213900-21-026385
10-K2021-03-25fiscal FY 202017170001213900-21-017699
10-Q2020-11-16fiscal Q3 202020270001213900-20-037355

Inspect the source

Entity
Evolv Technologies Holdings, Inc. / CIK 0001805385
Captured
2026-09-21T17:33:12.910Z
SEC response SHA-256
df3360e1b56ddc69052ca0360ce58d3f190de86eb00eba5205d9c2b53c392085

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