Skip to content

CICERO INC: filings

Every CICERO INC annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-08-13

The latest filing in this captured record is a 10-Q filed 2020-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. CICERO INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2020-08-13fiscal Q2 202030810001654954-20-009018
10-Q2020-05-14fiscal Q1 202030610001654954-20-005431
10-K2020-03-27fiscal FY 201937750001654954-20-003366
10-Q2019-11-15fiscal Q3 201929800001654954-19-013090
10-Q2019-08-14fiscal Q2 201929800001654954-19-009465
10-Q2019-05-15fiscal Q1 201929600001654954-19-006022
10-K2019-03-29fiscal FY 201836730001654954-19-003609
10-Q2018-11-14fiscal Q3 201829780001654954-18-012643
10-Q2018-08-08fiscal Q2 201829760001654954-18-008603
10-Q2018-05-15fiscal Q1 201829580001654954-18-005325
10-K2018-03-30fiscal FY 201737750001654954-18-003388
10-Q2017-11-14fiscal Q3 201730800001654954-17-010522
10-Q2017-08-14fiscal Q2 201729760001654954-17-007495
10-Q2017-05-15fiscal Q1 201729580001654954-17-004676
10-K2017-03-31fiscal FY 201636740001654954-17-002864
10-Q2016-11-14fiscal Q3 201632820001654954-16-003899
10-Q2016-08-15fiscal Q2 201630800001654954-16-001531
10-Q2016-05-16fiscal Q1 201631620001354488-16-007462
10-K2016-03-30fiscal FY 201536740001354488-16-006771
10-Q2015-11-13fiscal Q3 201532840001354488-15-005012
10-Q2015-08-13fiscal Q2 201531820001354488-15-003763
10-Q2015-05-15fiscal Q1 201529580001354488-15-002431
10-K2015-03-31fiscal FY 201439770001354488-15-001473
10-Q2014-11-14fiscal Q3 201432860001354488-14-005708
10-Q2014-08-14fiscal Q2 201433870001354488-14-004209
10-Q2014-05-20fiscal Q1 201434660001354488-14-002860
10-K2014-03-31fiscal FY 201338770001354488-14-001527
10-Q2013-11-14fiscal Q3 201335950001354488-13-006301
10-Q2013-08-14fiscal Q2 201335950001354488-13-004498
10-Q2013-05-15fiscal Q1 201334660001354488-13-002875
10-K2013-04-15fiscal FY 201236730001354488-13-001970
10-Q2012-11-19fiscal Q3 201233850001354488-12-006030
10-Q/A2012-08-28fiscal Q2 2012381070001354488-12-004605
10-Q2012-05-21fiscal Q1 201237740001354488-12-002821
10-K2012-04-16fiscal FY 201131630001354488-12-001916
10-Q2011-11-14fiscal Q3 201131800001354488-11-004338
10-Q2011-08-15fiscal Q2 201131800001354488-11-002815

Inspect the source

Entity
CICERO INC / CIK 0000945384
Captured
SEC response SHA-256
ea80f54e3ffc896560561e1839b25d5a6764675669f4886188d7d8587433addd

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