DATA443 RISK MITIGATION, INC.: financial reference
Explore DATA443 RISK MITIGATION, INC. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.
Limits of the selected measures
us-gaap:CashAndCashEquivalentsAtCarryingValue: The inspected filing uses these selected zeros for cash equivalents alone, while its balance sheet reports nonzero cash. This history is omitted as a combined cash-and-equivalents measure; original source data remain available.
Reported financial histories
Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.
| Measure | Period start | Period end | Value | Unit | Filed |
|---|---|---|---|---|---|
| Total assets | At date | 2025-12-31 | 6,392,467 | USD | 2026-04-16 |
| Total liabilities | At date | 2025-12-31 | 20,707,303 | USD | 2026-04-16 |
| Stockholders equity | At date | 2025-12-31 | -14,314,836 | USD | 2026-04-16 |
| Net income or loss | 2025-01-01 | 2025-12-31 | -2,567,743 | USD | 2026-04-16 |
| Operating cash flow | 2025-01-01 | 2025-12-31 | 1,002,250 | USD | 2026-04-16 |
| Capital expenditure payments | 2023-01-01 | 2023-12-31 | 185,523 | USD | 2025-06-17 |
| Contract revenue excluding tax | 2025-01-01 | 2025-12-31 | 4,421,211 | USD | 2026-04-16 |
| Financing cash flow | 2025-01-01 | 2025-12-31 | -975,730 | USD | 2026-04-16 |
| Investing cash flow | 2025-01-01 | 2025-12-31 | 2,636 | USD | 2026-04-16 |
| Retained earnings or deficit | At date | 2025-12-31 | -64,311,761 | USD | 2026-04-16 |
| Basic weighted-average shares | 2025-01-01 | 2025-12-31 | 729,044,931 | shares | 2026-04-16 |
| Diluted weighted-average shares | 2025-01-01 | 2025-12-31 | 729,044,931 | shares | 2026-04-16 |
| Basic earnings per share | 2025-01-01 | 2025-12-31 | -0.004 | USD/shares | 2026-04-16 |
| Diluted earnings per share | 2025-01-01 | 2025-12-31 | -0.004 | USD/shares | 2026-04-16 |
| Net property, plant and equipment | At date | 2025-12-31 | 135,954 | USD | 2026-04-16 |
| Share-based compensation expense | 2025-01-01 | 2025-12-31 | 709,274 | USD | 2026-04-16 |
| Operating income or loss | 2025-01-01 | 2025-12-31 | -2,130,967 | USD | 2026-04-16 |
| Current assets | At date | 2025-12-31 | 1,439,050 | USD | 2026-04-16 |
| Interest expense | 2025-01-01 | 2025-12-31 | 1,247,658 | USD | 2026-04-16 |
| Current liabilities | At date | 2025-12-31 | 18,204,989 | USD | 2026-04-16 |
| Current accounts payable | At date | 2025-12-31 | 2,609,215 | USD | 2026-04-16 |
| Net finite-lived intangible assets | At date | 2025-12-31 | 2,089,483 | USD | 2026-04-16 |
| Net current accounts receivable | At date | 2025-12-31 | 91,686 | USD | 2026-04-16 |
| Operating expenses | 2025-01-01 | 2025-12-31 | 4,416,607 | USD | 2026-04-16 |
| Gross profit | 2025-01-01 | 2025-12-31 | 2,285,640 | USD | 2026-04-16 |
| Research and development expense | 2019-01-01 | 2019-12-31 | 4,205 | USD | 2021-03-23 |
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
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))