Skip to content

PERCEPTRON INC/MI: filings

Every PERCEPTRON INC/MI annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-11-16

The latest filing in this captured record is a 10-Q filed 2020-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. PERCEPTRON INC/MI 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-Q2020-11-16fiscal Q1 2021501010001564590-20-054214
10-K2020-09-28fiscal FY 2020501000001564590-20-044833
10-Q2020-06-01fiscal Q3 2020531690001564590-20-027869
10-Q2020-02-10fiscal Q2 2020521670001564590-20-004040
10-Q2019-11-12fiscal Q1 2020531150001564590-19-042469
10-K2019-09-12fiscal FY 2019501210001564590-19-034603
10-Q2019-05-09fiscal Q3 2019491380001564590-19-018023
10-Q2019-02-11fiscal Q2 2019491380001564590-19-002553
10-Q2018-11-07fiscal Q1 2019491030001564590-18-028068
10-K2018-08-30fiscal FY 2018481690001564590-18-022501
10-Q2018-05-07fiscal Q3 2018451260000887226-18-000007
10-Q2018-02-05fiscal Q2 2018451260000887226-18-000004
10-Q2017-11-06fiscal Q1 201844900000887226-17-000026
10-K2017-09-07fiscal FY 2017461530000887226-17-000014
10-Q2017-05-08fiscal Q3 2017431200000887226-17-000007
10-Q2017-02-06fiscal Q2 2017431200000887226-17-000003
10-Q2016-11-07fiscal Q1 201743880000887226-16-000046
10-K2016-09-09fiscal FY 2016441480000887226-16-000043
10-Q2016-05-09fiscal Q3 2016431200000887226-16-000026
10-Q2016-02-09fiscal Q2 2016431200000887226-16-000022
10-Q2015-11-09fiscal Q1 201642860000887226-15-000017
10-K2015-09-14fiscal FY 2015441460000887226-15-000015
10-Q2015-05-08fiscal Q3 2015421130000887226-15-000010
10-Q2015-02-09fiscal Q2 2015411120000887226-15-000005
10-Q2014-11-10fiscal Q1 201541830000887226-14-000034
10-K2014-09-15fiscal FY 2014421440000887226-14-000029
10-Q2014-05-15fiscal Q3 2014401090000887226-14-000022
10-Q2014-02-14fiscal Q2 2014401110000887226-14-000004
10-Q2013-11-14fiscal Q1 201440810000887226-13-000019
10-K2013-09-27fiscal FY 2013421130000887226-13-000010
10-Q2013-05-15fiscal Q3 2013411110000887226-13-000007
10-Q2013-02-14fiscal Q2 2013411130000887226-13-000003
10-Q2012-11-13fiscal Q1 201340810001193125-12-466559
10-K2012-09-28fiscal FY 2012411100001193125-12-408933
10-Q2012-05-15fiscal Q3 2012401070001193125-12-233889
10-Q2012-02-13fiscal Q2 2012401080001193125-12-056716
10-Q2011-11-14fiscal Q1 201239790000950123-11-098379

Inspect the source

Entity
PERCEPTRON INC/MI / CIK 0000887226
Captured
SEC response SHA-256
d2965c642ad9afa868ceab678bc5e61e5832a46150b1a8b415af517342eca95a

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