Skip to content

ZIX CORP: filings

Every ZIX CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2021-11-09

The latest filing in this captured record is a 10-Q filed 2021-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. ZIX CORP 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-Q2021-11-09fiscal Q3 2021461360001564590-21-055475
10-Q2021-08-05fiscal Q2 2021461320001564590-21-041561
10-Q2021-05-06fiscal Q1 202146950001564590-21-024930
10-K2021-03-05fiscal FY 2020501740001564590-21-011255
10-Q2020-11-09fiscal Q3 2020471350001564590-20-052553
10-Q2020-08-06fiscal Q2 2020471310001564590-20-037703
10-Q2020-05-07fiscal Q1 202047940001564590-20-022835
10-K2020-03-09fiscal FY 2019501680001564590-20-009201
10-Q2019-11-06fiscal Q3 2019461320001564590-19-040989
10-Q2019-08-07fiscal Q2 2019461280001564590-19-030031
10-Q2019-05-09fiscal Q1 201946920001564590-19-017986
10-K2019-03-08fiscal FY 2018461590001564590-19-006989
10-Q2018-11-07fiscal Q3 2018391100001564590-18-028018
10-Q2018-08-07fiscal Q2 2018381090001564590-18-019759
10-Q2018-05-08fiscal Q1 201835730001564590-18-011562
10-K2018-03-07fiscal FY 2017381300001564590-18-004646
10-Q2017-11-07fiscal Q3 201734950001564590-17-022045
10-Q2017-08-07fiscal Q2 201734950001564590-17-015857
10-Q2017-05-08fiscal Q1 201733680001564590-17-009279
10-K2017-03-06fiscal FY 2016341230001564590-17-003425
10-Q/A2016-11-08fiscal Q3 201633940001564590-16-028207
10-Q2016-11-03fiscal Q1 201633680001564590-16-027234
10-Q2016-08-03fiscal Q2 201633940001564590-16-022243
10-Q2016-05-04fiscal Q1 201633680001564590-16-017565
10-K2016-03-10fiscal FY 2015341230001564590-16-014407
10-Q2015-11-04fiscal Q3 201533940001193125-15-365560
10-Q2015-08-05fiscal Q2 201533940001193125-15-277963
10-Q2015-05-04fiscal Q1 201532660001193125-15-168329
10-K2015-03-11fiscal FY 2014341210001193125-15-086911
10-Q2014-11-06fiscal Q3 201432900001193125-14-400195
10-Q2014-08-07fiscal Q2 201432890001193125-14-300083
10-Q2014-05-07fiscal Q1 201432650001193125-14-187114
10-K2014-03-12fiscal FY 2013371310001193125-14-095290
10-Q2013-11-07fiscal Q3 201335960001193125-13-432026
10-Q2013-08-06fiscal Q2 201335950001193125-13-321003
10-Q2013-05-07fiscal Q1 201335710001193125-13-203435
10-K2013-03-13fiscal FY 2012371310001193125-13-105106
10-Q2012-11-07fiscal Q3 201235960001193125-12-456710
10-Q2012-08-07fiscal Q2 201235960001193125-12-340498
10-Q2012-05-04fiscal Q1 201234700001193125-12-211622
10-K2012-03-09fiscal FY 201135930001193125-12-106508
10-Q2011-11-02fiscal Q3 201135950000950123-11-094238
10-Q2011-08-02fiscal Q2 201135950000950123-11-071414

Inspect the source

Entity
ZIX CORP / CIK 0000855612
Captured
SEC response SHA-256
8df6ee41d656cde2e04601366391020b8b1e703006ca6b9e5f33ee4aeba19360

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