Skip to content

IMAGEWARE SYSTEMS, INC.: filings

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

Filing record ends 2022-07-20

The latest filing in this captured record is a 10-K/A filed 2022-07-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. IMAGEWARE SYSTEMS, 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-K/A2022-07-20fiscal FY 2021541090001851734-22-000387
10-Q2022-05-23fiscal Q1 202245920001851734-22-000293
10-K2022-04-15fiscal FY 2021541090001437749-22-008996
10-Q2021-11-15fiscal Q3 2021511480001437749-21-026754
10-Q2021-08-23fiscal Q2 2021491360001654954-21-009368
10-Q2021-05-20fiscal Q1 202148990001654954-21-006074
10-K2021-04-05fiscal FY 202048980001654954-21-003840
10-Q2020-11-23fiscal Q3 2020471390001654954-20-012837
10-Q2020-08-19fiscal Q2 2020471320001654954-20-009362
10-Q2020-06-26fiscal Q1 202046950001654954-20-006972
10-K2020-05-15fiscal FY 2019491000001654954-20-005674
10-Q2019-11-12fiscal Q3 2019451330001654954-19-012744
10-Q2019-08-14fiscal Q2 2019451270001654954-19-009619
10-Q2019-05-09fiscal Q1 201943900001654954-19-005569
10-K2019-03-28fiscal FY 201846950001654954-19-003493
10-Q2018-11-14fiscal Q3 2018411140001654954-18-012766
10-Q2018-08-09fiscal Q2 2018421190001654954-18-008761
10-Q2018-05-10fiscal Q1 201841840001654954-18-005057
10-K2018-03-19fiscal FY 2017462030001654954-18-002780
10-Q2017-11-09fiscal Q3 2017421160001654954-17-010332
10-Q2017-08-14fiscal Q2 2017401100001654954-17-007583
10-Q2017-05-12fiscal Q1 201740820001654954-17-004473
10-K2017-03-31fiscal FY 2016461980001654954-17-002786
10-Q2016-11-14fiscal Q3 2016401100001415889-16-007415
10-Q2016-08-09fiscal Q2 2016401080001415889-16-006736
10-Q2016-05-10fiscal Q1 201640810001415889-16-005814
10-K2016-03-15fiscal FY 2015462000001415889-16-005090
10-Q2015-11-16fiscal Q3 2015401090001415889-15-003750
10-Q2015-08-10fiscal Q2 2015411120001415889-15-002604
10-Q2015-05-11fiscal Q1 201540810001415889-15-001604
10-K2015-03-16fiscal FY 2014472030001415889-15-000923
10-Q2014-11-17fiscal Q3 2014431190001415889-14-003568
10-Q2014-08-11fiscal Q2 2014441210001415889-14-002383
10-Q2014-05-12fiscal Q1 201443870001415889-14-001425
10-K2014-03-17fiscal FY 201346940001415889-14-000845
10-Q2013-11-14fiscal Q3 2013441210001415889-13-002328
10-Q2013-08-14fiscal Q2 2013441190001415889-13-001624
10-Q2013-05-10fiscal Q1 201342840001415889-13-000925
10-K2013-04-01fiscal FY 201246920001415889-13-000584
10-Q2012-11-14fiscal Q3 2012431190001415889-12-001685
10-Q2012-08-14fiscal Q2 2012421160001415889-12-001252
10-Q2012-05-15fiscal Q1 201237750001415889-12-000723
10-K2012-04-04fiscal FY 201138770001415889-12-000483
10-Q2012-02-10fiscal Q3 2011391050001415889-12-000206
10-Q2012-02-10fiscal Q2 2011391060001415889-12-000201

Inspect the source

Entity
IMAGEWARE SYSTEMS, INC. / CIK 0000941685
Captured
SEC response SHA-256
63f00e93245ab887098e084fc183fd408cab44553b4df5c039578d80c5cf3d73

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