Skip to content

CYNERGISTEK, INC.: filings

Every CYNERGISTEK, 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-08-15

The latest filing in this captured record is a 10-Q filed 2022-08-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. CYNERGISTEK, 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-Q2022-08-15fiscal Q2 2022421250001096906-22-001902
10-Q2022-05-16fiscal Q1 202243890001096906-22-001152
10-K2022-03-28fiscal FY 202143880001096906-22-000663
10-Q2021-11-12fiscal Q3 2021421310001096906-21-002655
10-Q2021-08-16fiscal Q2 2021421250001096906-21-002054
10-Q2021-05-13fiscal Q1 202143880001096906-21-001108
10-K2021-03-25fiscal FY 202047970001096906-21-000585
10-Q2020-11-12fiscal Q3 2020421270001096906-20-000245
10-Q2020-08-13fiscal Q2 2020431250001445866-20-001165
10-Q2020-05-14fiscal Q1 202042870001445866-20-000652
10-K2020-03-30fiscal FY 201947950001445866-20-000277
10-Q2019-11-12fiscal Q3 2019421290001445866-19-001314
10-Q2019-08-13fiscal Q2 2019421250001445866-19-000962
10-Q2019-05-14fiscal Q1 201942890001445866-19-000576
10-K2019-03-27fiscal FY 201842860001445866-19-000298
10-Q2018-11-08fiscal Q3 2018361060001445866-18-001195
10-Q2018-08-09fiscal Q2 2018361060001445866-18-000813
10-Q2018-05-14fiscal Q1 201836740001445866-18-000543
10-K2018-03-28fiscal FY 201740810001445866-18-000299
10-Q2017-11-13fiscal Q3 2017371080001445866-17-001573
10-Q2017-08-10fiscal Q2 2017361020001445866-17-001159
10-Q2017-05-10fiscal Q1 201735730001445866-17-000616
10-K2017-03-29fiscal FY 201640800001445866-17-000307
10-Q2016-11-10fiscal Q3 201636990001445866-16-002853
10-Q2016-08-08fiscal Q2 201635980001445866-16-002448
10-Q2016-05-13fiscal Q1 201633660001445866-16-002062
10-K2016-03-30fiscal FY 201536740001445866-16-001814
10-Q2015-11-13fiscal Q3 201536990001445866-15-001269
10-Q2015-08-14fiscal Q2 201535960001445866-15-000939
10-Q2015-05-15fiscal Q1 201535680001445866-15-000593
10-K2015-03-30fiscal FY 201438750001445866-15-000309
10-Q2014-11-14fiscal Q3 2014361010001445866-14-001462
10-Q2014-08-14fiscal Q2 201433960001445866-14-000991
10-Q2014-05-14fiscal Q1 201433660001445866-14-000481
10-K2014-03-31fiscal FY 201334700001445866-14-000206
10-Q2013-11-14fiscal Q3 201333970001445866-13-001278
10-Q2013-08-13fiscal Q2 201332940001445866-13-000898
10-Q2013-05-15fiscal Q1 201332640001445866-13-000587
10-K2013-03-28fiscal FY 201233670001445866-13-000278
10-Q2012-11-14fiscal Q3 201233970001445866-12-000927
10-Q2012-08-14fiscal Q2 2012361020001445866-12-000610
10-Q2012-05-15fiscal Q1 201235700001445866-12-000350
10-K2012-04-10fiscal FY 201134690001445866-12-000197
10-Q2011-11-14fiscal Q3 2011361010001445866-11-000107
10-Q/A2011-09-01fiscal Q2 2011361010000823579-11-000385

Inspect the source

Entity
CYNERGISTEK, INC. / CIK 0001011432
Captured
SEC response SHA-256
5a5e07f83b3876476fcc9aa441c581253183b7f3486265a1951e9a7282b3d110

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