Skip to content

EVANS & SUTHERLAND COMPUTER CORPORATION: filings

Every EVANS & SUTHERLAND COMPUTER CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2020-03-30

The latest filing in this captured record is a 10-K filed 2020-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. EVANS & SUTHERLAND COMPUTER CORPORATION 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-K2020-03-30fiscal FY 2019501040001445866-20-000293
10-Q2019-11-12fiscal Q3 2019411140001445866-19-001310
10-Q2019-08-07fiscal Q2 2019411140001445866-19-000949
10-Q2019-05-10fiscal Q1 201935750001445866-19-000550
10-K2019-03-08fiscal FY 201848980001445866-19-000221
10-Q2018-11-06fiscal Q3 2018371020001445866-18-001187
10-Q2018-08-07fiscal Q2 2018371020001445866-18-000795
10-Q2018-05-11fiscal Q1 201837770001445866-18-000527
10-K2018-03-13fiscal FY 201747950001445866-18-000249
10-Q2017-11-03fiscal Q3 201736980001445866-17-001516
10-Q2017-08-11fiscal Q2 201734900001445866-17-001171
10-Q2017-05-05fiscal Q1 201733680001445866-17-000589
10-K2017-03-13fiscal FY 201646930001445866-17-000219
10-Q2016-11-04fiscal Q3 201636960001445866-16-002813
10-Q2016-08-04fiscal Q2 201636960001445866-16-002435
10-Q2016-05-09fiscal Q1 201636760001445866-16-002041
10-K2016-03-16fiscal FY 201544900001445866-16-001710
10-Q2015-11-09fiscal Q3 201536960001445866-15-001221
10-Q2015-08-14fiscal Q2 201536970001445866-15-000935
10-Q2015-05-13fiscal Q1 201536760001445866-15-000557
10-K2015-03-12fiscal FY 201444900001445866-15-000249
10-Q2014-11-07fiscal Q3 201436960001445866-14-001379
10-Q2014-08-08fiscal Q2 201434870001445866-14-000942
10-Q2014-05-09fiscal Q1 201434740001445866-14-000452
10-K2014-04-02fiscal FY 201343880001445866-14-000259
10-Q2013-11-08fiscal Q3 2013371000001445866-13-001215
10-Q2013-08-02fiscal Q2 201335910001445866-13-000870
10-Q2013-05-10fiscal Q1 201335710001445866-13-000513
10-K2013-03-15fiscal FY 201239800001445866-13-000196
10-Q2012-11-09fiscal Q3 201235930001445866-12-000871
10-Q2012-08-03fiscal Q2 201235920001144204-12-042735
10-Q2012-05-04fiscal Q1 201236740001144204-12-026100
10-K2012-03-13fiscal FY 201134700001144204-12-014476
10-Q2011-11-04fiscal Q3 201133840001144204-11-061331
10-Q2011-08-05fiscal Q2 201133840001144204-11-044125

Inspect the source

Entity
EVANS & SUTHERLAND COMPUTER CORPORATION / CIK 0000276283
Captured
SEC response SHA-256
571844dcb7cfbf9ea5d21e528aee0fdb46de65b924366d73042088d711f5be0c

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