Skip to content

AUTOSCOPE TECHNOLOGIES CORP: filings

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

Filing record ends 2022-11-16

The latest filing in this captured record is a 10-Q filed 2022-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-20. AUTOSCOPE TECHNOLOGIES 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-Q2022-11-16fiscal Q3 2022481360000897101-22-001001
10-Q2022-08-11fiscal Q2 2022491360000897101-22-000775
10-Q2022-05-16fiscal Q1 2022491000000897101-22-000525
10-K2022-03-22fiscal FY 202149980000897101-22-000298
10-Q2021-11-15fiscal Q3 2021471330000897101-21-000947
10-Q2021-08-12fiscal Q2 2021471330000897101-21-000701
10-Q2021-05-03fiscal Q1 202147970000897101-21-000343
10-K2021-03-11fiscal FY 202048960000897101-21-000169
10-Q2020-11-10fiscal Q3 2020441210000897101-20-000880
10-Q2020-08-12fiscal Q2 2020431190000897101-20-000665
10-Q2020-05-14fiscal Q1 202043890000897101-20-000387
10-K2020-03-12fiscal FY 201946920000897101-20-000148
10-Q2019-11-13fiscal Q3 2019451260000897101-19-001012
10-Q2019-08-12fiscal Q2 2019431220000897101-19-000757
10-Q2019-05-07fiscal Q1 201943900000897101-19-000447
10-K2019-03-14fiscal FY 201845910000897101-19-000222
10-Q2018-11-13fiscal Q3 2018431200000897101-18-001125
10-Q2018-08-09fiscal Q2 2018421180000897101-18-000753
10-Q2018-05-14fiscal Q1 201842860000897101-18-000492
10-K2018-03-14fiscal FY 201743870000897101-18-000263
10-Q2017-11-13fiscal Q3 2017411160000897101-17-001460
10-Q2017-08-10fiscal Q2 2017401120000897101-17-000988
10-Q2017-05-10fiscal Q1 201742860000943034-17-000035
10-K2017-03-24fiscal FY 201643870000943034-17-000021
10-Q2016-11-10fiscal Q3 2016401110000943034-16-000030
10-Q2016-08-09fiscal Q2 2016401110000943034-16-000012
10-Q2016-05-12fiscal Q1 201641840000897101-16-002365
10-K2016-03-10fiscal FY 2015441180000897101-16-001983
10-Q2015-11-12fiscal Q3 2015411170000897101-15-001542
10-Q2015-08-11fiscal Q2 2015421190000897101-15-001069
10-Q2015-05-14fiscal Q1 201542860000897101-15-000657
10-K2015-03-20fiscal FY 2014451200000897101-15-000381
10-Q2014-11-04fiscal Q3 2014441240000897101-14-001592
10-Q2014-08-04fiscal Q2 2014441230000897101-14-001089
10-Q2014-05-12fiscal Q1 201442850000897101-14-000631
10-K2014-03-06fiscal FY 2013451190000897101-14-000273
10-Q2013-11-06fiscal Q3 2013431200000897101-13-001634
10-Q2013-08-07fiscal Q2 2013421180000897101-13-001160
10-Q2013-05-08fiscal Q1 201344890000897101-13-000692
10-K2013-03-27fiscal FY 2012481240000897101-13-000447
10-Q2012-11-05fiscal Q3 2012431170000897101-12-001874
10-Q2012-08-07fiscal Q2 2012431170000897101-12-001325
10-Q2012-05-08fiscal Q1 201241830000897101-12-000738
10-K2012-03-19fiscal FY 2011441160000897101-12-000474
10-Q2011-11-10fiscal Q3 201133960000897101-11-001931
10-Q2011-08-12fiscal Q2 201133960000897101-11-001411

Inspect the source

Entity
AUTOSCOPE TECHNOLOGIES CORP / CIK 0000943034
Captured
2026-09-20T05:10:10.501Z
SEC response SHA-256
cfb9622281452bfc371abc147803ca818052398df4638f41eafcc70a8334f550

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