Skip to content

DATA443 RISK MITIGATION, INC.: filings

Every DATA443 RISK MITIGATION, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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 2026411110001493152-26-038395
10-Q2026-05-14fiscal Q1 202640800001493152-26-023102
10-K2026-04-16fiscal FY 202542820001493152-26-016943
10-Q2025-11-14fiscal Q3 2025391090001493152-25-023500
10-Q2025-08-14fiscal Q2 2025381070001641172-25-024042
10-Q2025-06-23fiscal Q1 202538770001641172-25-016117
10-K/A2025-06-17fiscal FY 202443830001641172-25-015309
10-K2025-06-16fiscal FY 202443830001641172-25-015290
10-Q2024-11-14fiscal Q3 2024401080001493152-24-045886
10-Q2024-08-14fiscal Q2 2024421120001493152-24-032157
10-Q2024-05-15fiscal Q1 202438750001493152-24-020043
10-K2024-04-17fiscal FY 202341810001493152-24-014964
10-Q2023-11-20fiscal Q3 2023431190001493152-23-041944
10-K/A2023-08-24fiscal FY 202239780001493152-23-030030
10-Q2023-08-14fiscal Q2 2023411120001493152-23-028461
10-Q2023-05-15fiscal Q1 202339790001493152-23-017327
10-K2023-02-24fiscal FY 202239780001493152-23-005934
10-Q2022-11-14fiscal Q3 2022401130001493152-22-032067
10-Q2022-08-15fiscal Q2 2022401060001493152-22-023046
10-Q2022-05-17fiscal Q1 202239780001493152-22-014062
10-K2022-03-31fiscal FY 202140770001493152-22-008586
10-Q2021-10-26fiscal Q3 202139980001493152-21-026340
10-Q2021-08-03fiscal Q2 2021391000001493152-21-018448
10-Q2021-04-14fiscal Q1 202139770001493152-21-008743
10-K2021-03-23fiscal FY 202041780001493152-21-006652
10-Q2020-11-16fiscal Q3 2020411090001493152-20-021394
10-Q2020-08-06fiscal Q2 2020411090001493152-20-014876
10-Q2020-05-15fiscal Q1 202041800001493152-20-009021
10-K2020-04-17fiscal FY 201937700001493152-20-006607
10-Q2019-11-14fiscal Q3 201940960001493152-19-017279
10-Q2019-08-14fiscal Q2 201941980001493152-19-012306
10-Q2019-05-15fiscal Q1 201938650001493152-19-007193
10-K2019-04-12fiscal FY 201824410001493152-19-005187

Inspect the source

Entity
DATA443 RISK MITIGATION, INC. / CIK 0001068689
Captured
2026-09-20T05:19:08.959Z
SEC response SHA-256
410b5d6f7c09ea51f2d93e0126b94d32896605cae1ac3cab61be79ac2eeeb2ce

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