Skip to content

Brand Engagement Network Inc.: filings

Every Brand Engagement Network Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-14fiscal Q2 2026461230001493152-26-038527
10-Q2026-05-15fiscal Q1 202642840001493152-26-023892
10-K2026-04-16fiscal FY 202545880001493152-26-016954
10-Q2025-11-25fiscal Q3 2025451270001493152-25-025022
10-Q/A2025-10-14fiscal Q2 2025451210001493152-25-017895
10-Q2025-06-05fiscal Q1 202548970001628280-25-029438
10-K2025-03-31fiscal FY 2024511010001838163-25-000005
10-Q2024-11-14fiscal Q3 2024481430001838163-24-000016
10-Q2024-08-14fiscal Q2 2024481390001838163-24-000011
10-Q2024-05-14fiscal Q1 202443890001628280-24-023239
10-K2024-04-01fiscal FY 202319500001193125-24-083577
10-Q2023-11-14fiscal Q3 202318530001193125-23-277118
10-Q2023-08-14fiscal Q2 202318490001193125-23-212417
10-Q2023-05-22fiscal Q1 202318390001193125-23-150671
10-K2023-03-30fiscal FY 202218370001193125-23-085720
10-Q2022-11-14fiscal Q3 202218540001193125-22-283571
10-Q2022-08-15fiscal Q2 202217480001193125-22-220191
10-Q2022-05-13fiscal Q1 202217380001193125-22-150073
10-K2022-03-11fiscal FY 202117330001193125-22-073440
10-Q/A2021-12-21fiscal Q3 202119330001193125-21-363640
10-Q2021-11-12fiscal Q3 202119330001193125-21-328272
10-Q2021-08-16fiscal Q2 202119310001193125-21-247914
10-Q2021-07-21fiscal Q1 202117270001193125-21-220626

Inspect the source

Entity
Brand Engagement Network Inc. / CIK 0001838163
Captured
2026-09-21T17:37:04.064Z
SEC response SHA-256
2885f0a7dd5c36bcc0c04eb136ac8c2a82d0ce66574e8e6bba3e633e23309625

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