Skip to content

VIEW SYSTEMS INC: filings

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

Filing record ends 2022-07-13

The latest filing in this captured record is a 10-K filed 2022-07-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. VIEW 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-K2022-07-13fiscal FY 202023460001493152-22-019131
10-Q2020-12-18fiscal Q3 202022620001493152-20-023866
10-Q2020-09-04fiscal Q2 202021590001493152-20-017280
10-Q2020-08-24fiscal Q1 202019400001493152-20-016557
10-K2020-07-02fiscal FY 201920390001493152-20-012559
10-Q2019-12-09fiscal Q3 201922650001493152-19-018915
10-Q2019-08-19fiscal Q2 201923620001493152-19-012940
10-Q2019-06-28fiscal Q1 201920410001493152-19-009830
10-K2019-06-17fiscal FY 201823450001493152-19-009291
10-Q2018-11-21fiscal Q3 201821570001445831-18-000037
10-Q2018-08-28fiscal Q2 201825700001445831-18-000024
10-Q2018-05-22fiscal Q1 201822420001445831-18-000013
10-K2018-04-17fiscal FY 201725460001445831-18-000006
10-Q2017-11-21fiscal Q3 201723590000745543-17-000012
10-Q2017-08-15fiscal Q2 201723590001377469-17-000029
10-Q2017-08-04fiscal Q1 201722450001377469-17-000022
10-Q2017-08-04fiscal Q3 201624620001377469-17-000019
10-Q2017-08-04fiscal Q2 201624620001377469-17-000015
10-K2017-08-04fiscal FY 201624480001377469-17-000013
10-Q2017-08-03fiscal Q1 201624470001377469-17-000007
10-K2017-08-03fiscal FY 201527520001377469-17-000005
10-Q2015-11-23fiscal Q3 201526650000721748-15-000859
10-Q2015-08-19fiscal Q2 201526650000721748-15-000664
10-Q2015-05-20fiscal Q1 201525490000721748-15-000400
10-K2015-04-15fiscal FY 201428560000721748-15-000261
10-Q2014-11-19fiscal Q3 201430730000721748-14-001180
10-Q2014-08-14fiscal Q2 201430730000721748-14-000830
10-Q2014-05-15fiscal Q1 201426520000721748-14-000482
10-K2014-04-15fiscal FY 201329570000721748-14-000374
10-Q2013-11-19fiscal Q3 201332790000721748-13-000849
10-Q2013-08-14fiscal Q2 201332800000721748-13-000459
10-Q2013-05-15fiscal Q1 201333660000721748-13-000151
10-K2013-04-01fiscal FY 201233660001391609-13-000219
10-Q2012-11-14fiscal Q3 201230810001354488-12-005932
10-Q/A2012-10-15fiscal Q3 201133860001354488-12-005278
10-Q/A2012-10-15fiscal Q2 201133880001354488-12-005276
10-Q/A2012-08-28fiscal Q2 201230800001354488-12-004602
10-Q2012-08-20fiscal Q1 201227560001354488-12-004399
10-K2012-08-20fiscal FY 201129590001354488-12-004396
10-Q2011-11-21fiscal Q3 201133860001354488-11-004639
10-Q2011-08-09fiscal Q2 201132840001354488-11-002530

Inspect the source

Entity
VIEW SYSTEMS INC / CIK 0001075857
Captured
SEC response SHA-256
6c72b75000315ec291483492340ef12cd13f59cee84d95c9628b7e6470b3551c

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