Skip to content

CyberOptics Corporation: filings

Every CyberOptics Corporation 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-11

The latest filing in this captured record is a 10-Q filed 2022-08-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. CyberOptics 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-Q2022-08-11fiscal Q2 2022471360000897101-22-000764
10-Q2022-05-06fiscal Q1 2022471000000897101-22-000472
10-K2022-03-11fiscal FY 2021531090000897101-22-000230
10-Q2021-11-08fiscal Q3 2021461340000897101-21-000885
10-Q2021-08-06fiscal Q2 2021461340000897101-21-000665
10-Q2021-05-07fiscal Q3 202046980000897101-21-000377
10-K2021-03-12fiscal FY 2020541590000897101-21-000173
10-Q2020-11-10fiscal Q3 2020481370000897101-20-000874
10-Q2020-08-07fiscal Q2 2020471350000897101-20-000631
10-Q2020-05-08fiscal Q1 202047990000897101-20-000335
10-K2020-03-12fiscal FY 2019511520000897101-20-000134
10-Q2019-11-06fiscal Q3 2019491400000897101-19-000970
10-Q2019-08-07fiscal Q2 2019481370000897101-19-000720
10-Q2019-05-08fiscal Q1 2019481010000897101-19-000457
10-K2019-03-12fiscal FY 2018491490000897101-19-000192
10-Q2018-11-06fiscal Q3 2018451280000897101-18-001067
10-Q2018-08-07fiscal Q2 2018451280000897101-18-000719
10-Q2018-05-08fiscal Q1 201845940000897101-18-000457
10-K2018-03-09fiscal FY 2017491790000897101-18-000213
10-Q2017-11-06fiscal Q3 2017451280000897101-17-001389
10-Q2017-08-07fiscal Q2 2017451280000897101-17-000927
10-Q2017-05-08fiscal Q1 201745940000897101-17-000544
10-K2017-03-14fiscal FY 2016511530000768411-17-000004
10-Q2016-11-08fiscal Q3 2016441260000768411-16-000024
10-Q2016-08-08fiscal Q2 2016441260000768411-16-000021
10-Q2016-05-06fiscal Q1 201644920000768411-16-000018
10-K2016-03-09fiscal FY 2015511530000768411-16-000015
10-Q2015-11-06fiscal Q3 2015441260000768411-15-000012
10-Q2015-08-07fiscal Q2 2015441260000768411-15-000009
10-Q2015-05-07fiscal Q1 201544920000768411-15-000006
10-K2015-03-12fiscal FY 2014511520000768411-15-000003
10-Q2014-11-12fiscal Q3 2014451280000768411-14-000008
10-Q2014-08-13fiscal Q2 2014451280000768411-14-000005
10-Q2014-05-13fiscal Q1 201445920000897101-14-000636
10-K2014-03-28fiscal FY 2013491480000897101-14-000412
10-Q2013-11-12fiscal Q3 2013441220000897101-13-001671
10-Q2013-08-09fiscal Q2 2013441210000897101-13-001189
10-Q2013-05-13fiscal Q1 201343850000897101-13-000726
10-K2013-03-13fiscal FY 2012511510000897101-13-000341
10-Q2012-11-09fiscal Q3 2012431190000897101-12-001920
10-Q2012-08-10fiscal Q2 2012431200000897101-12-001352
10-Q2012-05-10fiscal Q1 201241820000897101-12-000757
10-K2012-03-15fiscal FY 201142860000897101-12-000450
10-Q2011-11-09fiscal Q3 2011421140000897101-11-001911
10-Q2011-08-10fiscal Q2 2011421140000897101-11-001375

Inspect the source

Entity
CyberOptics Corporation / CIK 0000768411
Captured
SEC response SHA-256
da0ca8e3c3197c4e9b3b119e500f0ad4ddf15c676537810bc1c7d2e5577d181b

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