Skip to content

CISO GLOBAL, INC.: filings

Every CISO GLOBAL, 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-14fiscal Q2 2026481360001493152-26-038417
10-Q2026-05-14fiscal Q1 202648950001493152-26-023156
10-K2026-03-30fiscal FY 2025531040001493152-26-013324
10-Q2025-11-13fiscal Q3 2025491370001493152-25-022410
10-Q2025-08-14fiscal Q2 2025471290001641172-25-023931
10-Q2025-05-15fiscal Q1 202550980001641172-25-010897
10-K2025-03-31fiscal FY 2024531060001641172-25-001660
10-Q2024-11-18fiscal Q3 2024501400001493152-24-046585
10-Q2024-08-14fiscal Q2 2024501410001493152-24-031836
10-Q2024-05-20fiscal Q1 2024521030001493152-24-020688
10-K2024-04-16fiscal FY 2023561100001493152-24-014818
10-Q2023-11-13fiscal Q3 2023521410001493152-23-040568
10-Q2023-08-09fiscal Q2 2023521410001493152-23-027347
10-Q2023-05-15fiscal Q1 2023511010001493152-23-017269
10-K2023-03-31fiscal FY 2022541030001493152-23-010229
10-Q2022-11-14fiscal Q3 2022461230001493152-22-031893
10-Q2022-08-15fiscal Q2 2022461220001493152-22-022449
10-Q2022-05-16fiscal Q1 202247920001493152-22-013916
10-K2022-04-15fiscal FY 202149920001493152-22-010123
10-Q2021-11-12fiscal Q3 2021441210001493152-21-028206
10-Q2021-08-13fiscal Q2 2021441220001493152-21-019754
10-Q2021-05-17fiscal Q1 202143860001493152-21-011939
10-K2021-03-31fiscal FY 202042830001493152-21-007433
10-Q2020-11-16fiscal Q3 2020441200001493152-20-021656
10-Q2020-08-17fiscal Q2 2020451180001493152-20-016002
10-Q2020-05-13fiscal Q1 202039710001493152-20-008493
10-K2020-03-30fiscal FY 201941680001493152-20-005173

Inspect the source

Entity
CISO GLOBAL, INC. / CIK 0001777319
Captured
2026-09-21T17:30:31.209Z
SEC response SHA-256
a645a0849e6efa2ae49ea3694e3dc5f3ee2b09470f9fe09f09f0c3764785f5d2

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